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: Simple Deploy Question
Author
GISHacker



Joined: 24 Oct 2007
Posts: 1

PostPosted: Wed 24 Oct '07 9:53    Post subject: Simple Deploy Question Reply with quote

Hi,

I am putting an instance of apache on a web server already running iis.

How do I configure it so that it responds to requests (i.e. http://www.mydomain:8080.com/myFirstPhp.php) from the internet

Is it just a matter of adding a Listen directive to the httpd.conf file corresponding to the IP of the machine

Are there any other things I should look out for firewalls/Network Cards etc...

Thanks
Back to top
James Blond
Moderator


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

PostPosted: Wed 31 Oct '07 11:05    Post subject: Reply with quote

You only have to change the Listen 80 to listen 8080
Maybe you have to open port 8080 in your firewall.
Back to top


Reply to topic   Topic: Simple Deploy Question View previous topic :: View next topic
Post new topic   Forum Index -> Apache