[EMAIL PROTECTED] attempt to invoke directory as script:

2008-04-05 Thread ge
Hi, I have following apache2 configuration: ScriptAlias /cgi-bin/bugzilla /usr/lib/cgi-bin/bugzilla ScriptAlias /bugzilla/cgi-bin /usr/lib/cgi-bin/bugzilla DirectoryMatch (/usr/lib/cgi-bin/bugzilla|/usr/lib/cgi-bin/bugzilla/.*) Options +FollowSymLinks

[EMAIL PROTECTED] attempt to invoke directory as script error when accessing root directory

2007-03-07 Thread thomas Armstrong
Hi, Using Apache 2.0.59 on Linux, I try to install a ScriptAlias. My DocumentRoot is '/home/project/web', and the ScriptAlias directive within httpd.conf is: - ScriptAlias /videos/ /home/project/modules/videos/web/ Directory /home/project/modules/ AddHandler application/x-httpd-php

Re: [EMAIL PROTECTED] attempt to invoke directory as script error when accessing root directory

2007-03-07 Thread Vincent Bray
On 07/03/07, thomas Armstrong [EMAIL PROTECTED] wrote: Hi, Using Apache 2.0.59 on Linux, I try to install a ScriptAlias. My DocumentRoot is '/home/project/web', and the ScriptAlias directive within httpd.conf is: - ScriptAlias /videos/ /home/project/modules/videos/web/ Directory