Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: apache-troubleshooting.xml
Date: Mon, 24 Oct 2005 15:14:31
Message-Id: 200510241514.j9OFEvWq030969@robin.gentoo.org
1 jkt 05/10/24 15:14:43
2
3 Modified: xml/htdocs/doc/en apache-troubleshooting.xml
4 Log:
5 #110272, "Update apache-troubleshooting doc with chapter on cache issues"
6 Also added $Header$
7
8 Revision Changes Path
9 1.2 +33 -3 xml/htdocs/doc/en/apache-troubleshooting.xml
10
11 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
12 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
13 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
14
15 Index: apache-troubleshooting.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- apache-troubleshooting.xml 1 Aug 2005 14:49:01 -0000 1.1
22 +++ apache-troubleshooting.xml 24 Oct 2005 15:14:43 -0000 1.2
23 @@ -1,6 +1,8 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.2 2005/10/24 15:14:43 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 -<guide link="apache-troubleshooting.xml" lang="en">
28 +
29 +<guide link="/doc/en/apache-troubleshooting.xml" lang="en">
30 <title>Troubleshooting Apache</title>
31
32 <author title="Author">
33 @@ -22,8 +24,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.4</version>
38 -<date>2005-08-01</date>
39 +<version>1.5</version>
40 +<date>2005-10-24</date>
41
42 <chapter>
43 <title>Checking the Logs</title>
44 @@ -365,6 +367,34 @@
45 </chapter>
46
47 <chapter>
48 +<title>Webserver doesn't interpret PHP or CGI scripts and returns their code
49 +instead</title>
50 +<section>
51 +<body>
52 +
53 +<p>
54 +Apache sometimes appears to return the PHP or CGI code instead of running those
55 +scripts and returning the script output. If this happens even though the module
56 +is enabled in <path>/etc/conf.d/apache2</path> it's very likely to be a cache
57 +issue. Clearing the webbrowser cache fixes this browser side issue.
58 +</p>
59 +
60 +<p>
61 +Sometimes this problem can also be seen only when accessing the webserver using
62 +it's DNS name but not when accessing the webserver using its IP address. This is
63 +a strong indication that it's a cache issue.
64 +</p>
65 +
66 +<p>
67 +This problem can be fixed by clearing the webbrowser cache and any other
68 +webproxies like squid or wwwoffle.
69 +</p>
70 +
71 +</body>
72 +</section>
73 +</chapter>
74 +
75 +<chapter>
76 <title>configure: error: changes in the environment can compromise the build</title>
77 <section>
78 <body>
79
80
81
82 --
83 gentoo-doc-cvs@g.o mailing list