Hi,

I am trying to install a web server using ML 10.0
I have not got any problem during the installation.
during the boot I havent got any error messages.
nmap shows 80 is open.
httpd2 process is working.
CODE
root@localhost# ps ax |grep httpd2
1042 ?        S      0:00 httpd2 -f /etc/httpd/conf/httpd2.conf -DAPACHE2 -DHAVE_ACCESS -DHAVE_ACTIONS -DHAVE_ALIAS -DHAVE_ASIS -DHAVE_AUTH_ANON -DHAVE_AUTH_DBM -DHAVE_AUTH_DIGEST -DHAVE_AUTH -DHAVE_AUTOINDEX -DHAVE_CASE_FILTER_IN -DHAVE_CASE_FILTER -DHAVE_CERN_META -DHAVE_CGID -DHAVE_CGI -DHAVE_CHARSET_LITE -DHAVE_DIR -DHAVE_ENV -DHAVE_EXPIRES -DHAVE_EXT_FILTER -DHAVE_HEADERS -DHAVE_IMAP -DHAVE_INCLUDE -DHAVE_INFO -DHAVE_LOG_CONFIG -DHAVE_LOGIO -DHAVE_MIME_MAGIC -DHAVE_MIME -DHAVE_NEGOTIATION -DHAVE_REWRITE -DHAVE_SETENVIF -DHAVE_SPELING -DHAVE_STATUS -DHAVE_UNIQUE_ID -DHAVE_USERDIR -DHAVE_USERTRACK -DHAVE_VHOST_ALIAS


but when i use "lynx localhost" it cant contact the web server.
(HTTP request sent; waiting for response.)

When I write
CODE
# service httpd restart
Starting httpd2: (98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs                                 [FAILED]



the command cat not kill the httpd2 process (my ps ax command shows the
httpd2 process)

/var/log/messgages and /var/log/httpd/error_log dont contain any
information for this error or

I cant any information from google for this errror.
Note: I cant work the apachefriends packet that contain apache2

any help is welcome,

D.M