Note:vqadmin setting
Everytime I build vqadmin, I forget the configuration of apache for vqadmin.
Here is the note for me to set vqadmin directive in apache configuration.
-------------------------------------------
Put a conf file named like "httpd-vqadmin.conf" into the directory "Include" or "extra" under "apache22" directory.
And write this directive in it.
<Directory "/usr/local/www/apache22/cgi-bin/vqadmin">
deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow
</Directory>
-------------------------------------------
Quoted from the page,
http://luac.net/~ssk/pwiki/index.php?vqadmin
Trackback(0)
Trackbacking Blog List : Note:vqadmin setting
Trackback URL: http://mentalposition.com/mppweblog/mt-tb.cgi/150
Comment