Datasheet

“main” (Installation and Administration) 2004/6/25 13:29 page 552 #578
i
i
i
i
i
i
i
i
22.12 Troubleshooting
If problems appear, for example, Apache does not display a page or does
not display it correctly, the following procedures can help find the prob-
lems.
First, take a look at the error log and check if the messages it con-
tains reveal the error. The general error log is located in /var/log/
httpd/error_log or /var/log/apache2/error_log.
A proven approach is to track the log files in a console to see how
the server reacts to an access. This can be done by entering tail -f
/var/log/apache2/*_log in a root console.
Check the online bug database at http://bugs.apache.org/.
Read the relevant mailing lists and newsgroups. The mailing list for
users is available at http://httpd.apache.org/userslist.
html. Recommended newsgroups are comp.infosystems.www.
servers.unix and related groups.
If none of these possibilities provide any solution and you are sure
that you have detected a bug in Apache, report it at http://www.
suse.de/feedback/.
22.13 For More Information
22.13.1 Apache
Apache is shipped with detailed documentation. The installation of this
documentation is described in Section 22.6 on page 534. Following the in-
stallation, access the documentation at http://localhost/manual.
The latest documentation is available from the Apache home page at
http://httpd.apache.org.
22.13.2 CGI
More information about CGI is available at the following pages:
http://apache.perl.org/
552 22.12. Troubleshooting