jkt 05/10/24 15:14:43 Modified: xml/htdocs/doc/en apache-troubleshooting.xml Log: #110272, "Update apache-troubleshooting doc with chapter on cache issues" Also added $Header$
Revision Changes Path 1.2 +33 -3 xml/htdocs/doc/en/apache-troubleshooting.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-troubleshooting.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: apache-troubleshooting.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apache-troubleshooting.xml 1 Aug 2005 14:49:01 -0000 1.1 +++ apache-troubleshooting.xml 24 Oct 2005 15:14:43 -0000 1.2 @@ -1,6 +1,8 @@ <?xml version='1.0' encoding="UTF-8"?> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.2 2005/10/24 15:14:43 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<guide link="apache-troubleshooting.xml" lang="en"> + +<guide link="/doc/en/apache-troubleshooting.xml" lang="en"> <title>Troubleshooting Apache</title> <author title="Author"> @@ -22,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.4</version> -<date>2005-08-01</date> +<version>1.5</version> +<date>2005-10-24</date> <chapter> <title>Checking the Logs</title> @@ -365,6 +367,34 @@ </chapter> <chapter> +<title>Webserver doesn't interpret PHP or CGI scripts and returns their code +instead</title> +<section> +<body> + +<p> +Apache sometimes appears to return the PHP or CGI code instead of running those +scripts and returning the script output. If this happens even though the module +is enabled in <path>/etc/conf.d/apache2</path> it's very likely to be a cache +issue. Clearing the webbrowser cache fixes this browser side issue. +</p> + +<p> +Sometimes this problem can also be seen only when accessing the webserver using +it's DNS name but not when accessing the webserver using its IP address. This is +a strong indication that it's a cache issue. +</p> + +<p> +This problem can be fixed by clearing the webbrowser cache and any other +webproxies like squid or wwwoffle. +</p> + +</body> +</section> +</chapter> + +<chapter> <title>configure: error: changes in the environment can compromise the build</title> <section> <body> -- [email protected] mailing list
