Jump to content

Simple Deploy Question


gishacker

Recommended Posts

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 jusy 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 shoud look out for firewalls/Network Cards etc...

 

Thanks

Tom :)

Yes you just have to tell Apache to listen to port 8080 for tcp/ip requests. You can do this by editing the Listen directive within the http.conf

 

You may also have to configure your firewall to allow for connections on port 8080

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.