Author: baggins Date: Sun Dec 9 20:51:41 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - semi-working apache config for pykota
---- Files affected: SOURCES: pykota-httpd.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/pykota-httpd.conf diff -u /dev/null SOURCES/pykota-httpd.conf:1.1 --- /dev/null Sun Dec 9 21:51:41 2007 +++ SOURCES/pykota-httpd.conf Sun Dec 9 21:51:36 2007 @@ -0,0 +1,31 @@ +# +# PyKota CGI scripts must be run as user pykota +# +# An example virtual host with proper settings for suexec + +#Listen 8631 + +#<VirtualHost _default_:8631> +# DocumentRoot /home/services/httpd/cgi-bin/pykota/ +# ServerName localhost +# SuExecUserGroup pykota pykota +#</VirtualHost> + +<Directory /home/services/httpd/cgi-bin/pykota/> + Options ExecCGI + AllowOverride None + AddHandler cgi-script .cgi + +# To get full functionality protect access with user/pass +# An example here is how to do this with mod_auth_pam +# +# AuthPAM_Enabled on +# AuthPAM_FallThrough off +# AuthBasicAuthoritative off +# AuthType Basic +# AuthName "PyKota tools" +# Require valid-user + + Order allow,deny + Allow from all +</Directory> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
