gishacker Posted October 24, 2007 Share Posted October 24, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/74562-simple-deploy-question/ Share on other sites More sharing options...
wildteen88 Posted October 25, 2007 Share Posted October 25, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/74562-simple-deploy-question/#findComment-377985 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.