Hi all i have bought myself the oreilly book apache the definitive guide and have installed apache ok on my suse linux box.
however as part of the second chapter you set apache to run a different site installed in a different location on the server /usr/www/APACHE3/site.todd
le
in there are a htdocs, logs, can conf directory
the command to start apache with this new site is
./httpd -d /usr/www/APACHE3/site.todd
le
however when i run this i get the error
"no listening sockets available, shutting down
unable to open logs"
i have checked in my httpd.conf file and there are the following lines
User username
Group groupname
Listen 80
ServerName my586
DocumentRoot /usr/www/APACHE3/site.todd
le/htdocs/
ErrorLogs logs/error_log
i have also checked and nothing is running on port 80 using netstat | grep http
any help would be really appreciated
thanks
andrew
Start Free Trial