validator/httpd/conf httpd.conf,1.40,1.41

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

Modified Files:
	httpd.conf 
Log Message:
Note environment variables affecting connectivity.

Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- httpd.conf	27 Jul 2007 21:34:44 -0000	1.40
+++ httpd.conf	10 Nov 2008 21:08:28 -0000	1.41
@@ -29,6 +29,13 @@
   PerlResponseHandler   ModPerl::Registry
   PerlOptions           +ParseHeaders
 </IfDefine>
+  # Environment settings affecting validator's outside connectivity, see
+  # LWP::UserAgent and Net::FTP documentation for details.
+  #SetEnv                http_proxy      http://proxy:3128
+  #SetEnv                https_proxy     http://proxy:3128
+  #SetEnv                ftp_proxy       http://proxy:3128
+  #SetEnv                no_proxy        localdomain
+  #SetEnv                FTP_PASSIVE     1
 </LocationMatch>
 
 # This is the directory where you have the validator's *.html, *.css etc files.

Received on Monday, 10 November 2008 21:08:42 UTC