Penguin
Diff: SargeApache2Notes
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of SargeApache2Notes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, July 27, 2005 5:56:50 pm by JohnMcPherson
Older page: version 1 Last edited on Wednesday, July 27, 2005 2:58:26 pm by JohnMcPherson Revert
@@ -23,9 +23,9 @@
 and then the old style 
 <pre> 
 use Apache::''module''; 
 </pre> 
-much the way that mod_perl for apache1 did. This changed in mod_perl for apache2 , so that there is no Apache2.pm any more, any you should just do 
+much the way that mod_perl for apache1 did. This changed in mod_perl 2. , so that there is no Apache2.pm any more, and you should just do 
 <pre> 
 use Apache::''module''; 
 </pre> 
 This means that you should do