moinsetup

Changeset

32:980a592988c6
2011-02-22 Paul Boddie raw files shortlog changelog graph Added an example configuration that would lead to limited hosting in a particular directory, requiring .htaccess and mod_rewrite tricks.
docs/cgi-area.txt (file)
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/cgi-area.txt	Tue Feb 22 00:50:41 2011 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +Alias / /var/www/htdocs
     1.5 +
     1.6 +<Directory /var/www/htdocs>
     1.7 +  Options +ExecCGI
     1.8 +  AddHandler cgi-script .cgi
     1.9 +  AllowOverride All
    1.10 +</Directory>