Results 1 to 3 of 3
I've installed Bugzilla as far as getting the checkconfig script to execute successfully. I now can't get the cgi script to execute when navigating to Bugzilla in my browser (I'm ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-28-2010 #1
Can't get Bugzilla cgi files to execute
I've installed Bugzilla as far as getting the checkconfig script to execute successfully. I now can't get the cgi script to execute when navigating to Bugzilla in my browser (I'm just getting the code as plain text)
This is running on Debian 5.0 with Apache2 with Perl installed (Packages: perl and libapache2-mod-perl2)
I've set all the pages to 755 permissions
My Apache config is:
Any ideas?Code:Alias /bugzilla /usr/share/bugzilla <Directory /var/www/html/bugzilla> AddHandler cgi-script .cgi Options +Indexes +ExecCGI DirectoryIndex index.cgi AllowOverride Limit Order allow,deny Allow from all </Directory>
Linux User #453176
- 01-28-2010 #2
Try using ScriptAlias instead of alias
- 01-29-2010 #3
There's probably lots to try first but it's worth quickly checking how the partition or disk is mounted in /etc/fstab (or type mount).
As I remember spending time in the past going round and round before discovering the partition was mounted -noexecRegisterd Linux user #119296


Reply With Quote
