- From: olivier Thereaux <ot@w3.org>
- Date: Thu, 21 Jul 2005 10:59:26 +0900
- To: QA Dev <public-qa-dev@w3.org>
On 20 Jul 2005, at 22:26, Ville Skytta via cvs-syncmail wrote: > Modified Files: > httpd.conf > Log Message: > Mark running under mod_perl explicitly unsupported, and remove > related code. > > IPC::Run doesn't seem to help any more with mod_perl 2.0.1, and we > have > a few new globals which would need reworking anyway. Thanks, Ville. On a related note, I have been wondering for a long time why our httpd snippet had: # Tell httpd that "check" is a CGI script. <Location "/w3c-validator/check"> SetHandler cgi-script </Location> And not just: ScriptAlias /w3c-validator/check "/usr/share/w3c-markup-validator/ httpd/cgi-bin/check" Given that w3c-validator/ is an alias to the htdocs directory, it means one has to copy the check script into the htdocs, for which I can't find a good reason. Was that to make it mod_perl friendly? I can't see why. Anyway, unless anyone objects, I think I will use the scriptalias directive instead of the SetHandler in what we will ship for 0.7.0. Any thought on this? -- olivier
Received on Thursday, 21 July 2005 01:59:23 UTC