validator/httpd/conf httpd.conf,1.21,1.22

Update of /sources/public/validator/httpd/conf
In directory hutz:/tmp/cvs-serv22512/httpd/conf

Modified Files:
	httpd.conf 
Log Message:
Add htdocs/ to the "base" path so that we can install templates in the same
(parent) dir without unnecessarily putting them online too.


Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- httpd.conf	10 Oct 2004 13:04:45 -0000	1.21
+++ httpd.conf	10 Oct 2004 15:29:02 -0000	1.22
@@ -17,9 +17,9 @@
 # This is the directory where you have the validator's "check"
 # script as well as its and *.html, *.css etc files.
 
-Alias /w3c-validator/ "/usr/share/w3c-markup-validator/"
+Alias /w3c-validator/ "/usr/share/w3c-markup-validator/htdocs/"
 
-<Directory /usr/share/w3c-markup-validator>
+<Directory /usr/share/w3c-markup-validator/htdocs>
   Options               ExecCGI IncludesNOEXEC Indexes MultiViews
   AllowOverride         None
   AddHandler            server-parsed .html

Received on Sunday, 10 October 2004 15:29:04 UTC