diff options
author | ville <ville@localhost> | 2007-07-24 15:47:59 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-07-24 15:47:59 +0000 |
commit | 1eb403f6b3ad47053fc3bdb15dec544e1b1ec952 (patch) | |
tree | d6fe01e4d80c98864e1315fd0f5d1a93ebd57ff2 | |
parent | 700b48938aafdba5d05b29a61de2faafb53e3d61 (diff) | |
download | markup-validator-1eb403f6b3ad47053fc3bdb15dec544e1b1ec952.zip markup-validator-1eb403f6b3ad47053fc3bdb15dec544e1b1ec952.tar.gz markup-validator-1eb403f6b3ad47053fc3bdb15dec544e1b1ec952.tar.bz2 |
mod_perl2 is autoenabled only if using something like the httpd.conf snippet shipped with the validator.
-rwxr-xr-x | htdocs/docs/install.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 4f58572..3cea67c 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.25 2007-07-24 07:00:10 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-07-24 07:00:10 $" +<!--#set var="revision" value="\$Id: install.html,v 1.26 2007-07-24 15:47:59 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-07-24 15:47:59 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -94,7 +94,7 @@ title="Comprehensive Perl Archive Network">CPAN</acronym></a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2007-07-24 07:00:10 $</code>. <tt>:-)</tt> + <code>$Date: 2007-07-24 15:47:59 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these @@ -281,8 +281,8 @@ if you plan on using another server.</p> <ol> <li> - <p>If you are using the apache server, we strongly recommend using the validator under mod_perl2.This should happen automatically if your apache server has mod_perl2 installed and enabled, and it will bring important performance benefits.</p> - <p>Also worth enabling within apache is mod_expires, which will allow caching of the validator's static documents, stylesheets, and images.</p> + <p>If you are using the Apache server, we strongly recommend using the validator under mod_perl2. This should happen automatically if you are using the httpd.conf snippet distributed with the validator or something similar, and your Apache server has mod_perl2 installed and enabled. Using mod_perl2 will bring important performance benefits.</p> + <p>Also worth enabling within Apache is mod_expires, which will allow caching of the validator's static documents, stylesheets, and images.</p> </li> <li> <p> |