- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Sep 2007 18:10:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs In directory hutz:/tmp/cvs-serv12039/htdocs/docs Modified Files: install_win.html Log Message: Remove info about no longer used HTML::Template file caching. Index: install_win.html =================================================================== RCS file: /sources/public/validator/htdocs/docs/install_win.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- install_win.html 10 Jul 2007 03:30:13 -0000 1.14 +++ install_win.html 19 Sep 2007 18:10:33 -0000 1.15 @@ -474,28 +474,6 @@ </pre> <p>It is easy to see that the missing module is "Config General", that has to be installed.</p> -<p>In some cases temporary files are needed by the check-skript. To locate the path for temporary - files, File::Spec->tmpdir() is called. That function returns, depending on the OS, - paths that could be used for such files. The script appends an <code>validator</code>, - so that a so called subdirectory in the proposed directory will be created. - Normally, your root directory will be proposed to use, so that all temporary - files will be created in <code>C:\validator</code>.<br /> If you get an error like</p> -<pre> -Thu Sep 21 15:30:00 2006] [error] [client 127.0.0.2] [Sat Sep 23 17:21:00 2006] check: HTML::Template->new() : can't mkdir \\\\validator (file_cache => 1): Invalid argument at C:/www/validator/httpd/cgi-bin/check line 280, -referer: http://validator.example.org/ -</pre> -<p>the script is not able to create that directory or to write to it. So - you have to verify that the user with whose permissons the apache is running is - allowed to do that (in most cases that will be "System").<br /> - If you want to relocate that folder, change the line</p> -<pre> - file_cache_dir => File::Spec->catdir(File::Spec->tmpdir(), 'validator'), -</pre> -<p>to</p> -<pre> - file_cache_dir => 'C:/temp/validator', -</pre> -<p>for example. In that case, <code>C:/temp/validator</code> will be used instead.</p> <p>Windows XP with Service Pack 2 installed might have problems with the loop back address 127.0.0.2. The Problem and its solution are described at <a href="http://support.microsoft.com/default.aspx?kbid=884020">http://support.microsoft.com/default.aspx?kbid=884020</a>.</p>
Received on Wednesday, 19 September 2007 18:10:40 UTC