|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
query regarding apache 2.0.49
whenever it try to manually start apache 2.0.49 from my system it throws the following error
only one useage of each socket address<network address/protocol/port> is normally permitted :make sock could not bind to address 127.0.0.1:80 no listening sockets available ,shutting down unable to open logs when i try to run the apache server by typing localhost st the address bar of internet explorer it displays a html page stating that apache has got succeeffult installed can anybody help me in solving this problem Thanks in advance |
|
#2
|
||||
|
||||
|
Apache is already running and is bound to port 80. So when you try to start it, you're getting an error because the port is already in use.
There's no problem, in other words. You're getting the default apache page when you visit localhost. To change it, go to your httpd.conf file to find the DocumentRoot and then place your Web site in that directory. And voila, your site will replace the default apache installation page.
__________________
Please don't PM me asking for solutions outside the scope of a thread. Keeping all responses in a thread stands to help others who come along later, which is after all what this forum's all about. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > query regarding apache 2.0.49 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|