logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: apache not working via http only via https
Author
marco_fera



Joined: 03 Mar 2015
Posts: 2

PostPosted: Tue 03 Mar '15 13:12    Post subject: apache not working via http only via https Reply with quote

Hi I'm using a turnkey image for smallmachineforum system, installed on amazon aws instance.
In the default configuration I can't use the http version of the site, only the https.
It does not seem to be a network issue, a telnet on port 80 opens.
The server is apache version 2.2.22, on a Debian 3.2.57-3+deb7u2 x86_64
Any idea?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Tue 03 Mar '15 18:24    Post subject: Reply with quote

At least you need to add a Listen 80 and you need to add a vhost for port 80.
Back to top
marco_fera



Joined: 03 Mar 2015
Posts: 2

PostPosted: Tue 03 Mar '15 18:27    Post subject: Reply with quote

Crazy, it was amazon firewall, it must inspect the application layer because I had to specify explicitly the http protocol as permitted, while before I had 0-65535 tcp ports.
Back to top


Reply to topic   Topic: apache not working via http only via https View previous topic :: View next topic
Post new topic   Forum Index -> Apache