|
Softpanorama |
May the source be with you, but remember the KISS principle ;-)
|
| News | Recommended Books | Recommended Links | Installation | Usage | Troubleshooting | Download |
| Modules | Authentication | Security Fixes | Commercial support | Humor | Etc |
If you are having trouble with your Apache server software, you should take the following steps:
/usr/local/apache2/logs/error_log,
but see the
ErrorLog directive in your config files for the location
on your server.
USENET newsgroups:
If your problem involves the server crashing and generating a core dump, please include a backtrace (if possible). As an example,
# cd ServerRoot
# dbx httpd core
(dbx) where (Substitute the appropriate locations for your ServerRoot
and your httpd and core files. You may have to
use gdb instead of dbx.)
With several million users and fewer than forty volunteer developers, we cannot provide personal support for Apache. For free support, we suggest participating in a user forum.
Professional, commercial support for Apache is available from a number of companies.
Apache uses the sendfile syscall on platforms where it
is available in order to speed sending of responses. Unfortunately, on
some systems, Apache will detect the presence of sendfile
at compile-time, even when it does not work properly. This happens most
frequently when using network or other non-standard file-system.
Symptoms of this problem include the above message in the error log
and zero-length responses to non-zero-sized files. The problem generally
occurs only for static files, since dynamic content usually does not
make use of sendfile.
To fix this problem, simply use the
EnableSendfile directive to disable sendfile for
all or part of your server. Also see the
EnableMMAP, which can help with similar problems.
If you get error messages related to the AcceptEx
syscall on win32, see the
Win32DisableAcceptEx directive.
Most problems with CGI scripts result in this message written in the
error log together with an Internal Server Error delivered
to the browser. A guide to helping debug this type of problem is
available in the
CGI tutorial.
Apache 1.3 faq
Apache Server Frequently Asked Questions
Copyright © 1996-2008 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
Standard disclaimer: The statements, views and opinions presented on this web page are those of the author and are not endorsed by, nor do they necessarily reflect, the opinions of the author present and former employers, SDNP or any other organization the author may be associated with. We do not warrant the correctness of the information provided or its fitness for any purpose.
Last modified: November 08, 2008