Re: Problem with SSI in Beta version

On Sun, 2004-01-18 at 14:29, Nicolas Roeser wrote:

> the Extended File Upload Interface of the beta version of the Validator 
> does not include the file 'doctype-select.html' correctly.
> 
> In <URL:http://validator.w3.org:8001/file-upload.html>, line 126 reads:
> <!--#include virtual="doctype-select.html" -->

FYI: /home/link/validator/htdocs/detailed-form.html was not executable,
that's why.  To avoid this in the future, maybe:

Someone with shell access to the CVS repository, do a "chmod +x
detailed-form.html,v".

or IMHO maybe slightly better:

Get rid of the somewhat fragile XBitHack configuration altogether, do an
"AddHandler server-parsed .html" instead for the validator configs, see
httpd/conf/httpd.conf in CVS for an example.

Received on Sunday, 18 January 2004 13:15:35 UTC