Hi,

As I now have started to use the Mandrake packaged apache, I scratched my 
head for a while wondering why (in the h*ll) I could not run cgi scripts from 
"/var/www/cgi-bin/"... I wonder if it's intentional, a feature or just a 
plain silly mistake?

This "fix" takes care of business...

--- commonhttpd.conf    Mon Apr 15 10:07:00 2002
+++ commonhttpd.conf.oden       Mon Jun 10 12:27:51 2002
@@ -669,6 +669,8 @@
 <Directory /var/www/cgi-bin>
     AllowOverride All
     Options ExecCGI
+    Order allow,deny
+    Allow from all
 </Directory>

 <Directory /var/www/protected-cgi-bin>

Please update the apache-conf package...

Thanks in advance.
-- 
Regards // Oden Eriksson

Reply via email to