Alexandre Strube wrote:
I deleted all httpd logs, restarted with `service httpd restart' Then
started mozilla and tried http://locahost:631. I get the
Httpd has nothing to do with cups. Cups has its own webserver.
# ls /var/log/cups/
access_log access_log.2 error_log error_log.2 page_log page_log.2
access_log.1 access_log.3 error_log.1 error_log.3 page_log.1 page_log.3
# service cups status
cupsd (PID 2556) wird ausgeführt...
# lsof -Pi :631
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
cupsd 2556 root 0u IPv4 6931 TCP xp1800:631 (LISTEN)
cupsd 2556 root 2u IPv4 6932 UDP *:631
# service httpd status
httpd wurde gestoppt
# lynx localhost:631
and all works like expected
--
shrek-m