|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Apache listen to IP address
I have installed PHPdev, which basically installs Apache, PHP, and MySQL on Windows. I can access the server using http://localhost on my computer, and http://intern on other computers because of the network.
Let's say (for example) my IP is 12.13.14.15. How can I modify the default Apache configuration to take requests from that IP address? I want to be able to go to http://12.13.14.15:8080 (or maybe another port) from anywhere on the Internet, and be able to access this server. I've tried using Listen, and BindAddress, but it seems I'm doing something wrong. How would I set this up? Thanks for helping! ;) |
|
#2
|
|||
|
|||
|
RE: Apache listen to IP address
the correct format of the listen directive is as follows
Listen 12.13.14.15:8080 if this is the format you entered in the httpd.conf file then it should work. I have several references in mine and they all work. |
|
#3
|
|||
|
|||
|
RE: Apache listen to IP address
I am a bit confused. Blindeddie is correct in his format of listen. But there are questions. Is there only one domain on the server? Also, this may be a dumb question, but do you have that IP address pointing to the server? Is it behind a router?
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > Apache listen to IP address |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|