Results 1 to 2 of 2
I am trying to do this for about 20 days.. but finding no fruit I am posting it here
I tried RPM's and tarballs.. they are getting installed. But to ...
- 02-27-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
I am unable to configure apache web server on suse 10.1 version...
I am trying to do this for about 20 days.. but finding no fruit I am posting it here
I tried RPM's and tarballs.. they are getting installed. But to configure them.. I am unable to do it.. I mean.. after installing httpd.2.2.4 tarball for instance.. I am unable to start the service... it is giving the message
# /usr/local/apache2/bin/apachectl start
( 98 )Address already in use: make_sock: could not bind to address [::]:80
( 98 )Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
#_
or even this is not at all giving me any result..
# service apache2 start
service: no such service apache2
# service httpd start
service: no such service httpd
#_
would any one kindly help me out of this??
I am using SuSE 10.1 distro...
"AND BY THE WAY.. I HAVE TO WORK WITH PHP AND MYSQL TOO.. SO I WANT THIS APACHE WEB SERVER TO WORK WITH THOSE TOOLS.."
Thanks in advance...!
- 02-27-2007 #2your log says that there is another service already listening on port 80. Since apache, by default, binds to port 80, it could not start the service.# /usr/local/apache2/bin/apachectl start
( 98 )Address already in use: make_sock: could not bind to address [::]:80
( 98 )Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
#_
Check if you have any other web server listening on port 80. If yes, stop that and try starting your Apache.
Gud luk
---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------


Reply With Quote