You are not logged in.

#1 2009-11-06 15:51:59

Ravenman
Member
Registered: 2009-07-03
Posts: 236

Apache's configuration for Bugzilla [Solved]

Hi to everyone:

I've installed bugzilla and I've followed the documentation for configuration; at the point 2.2.4 says: "Configure your web server according to the instructions in the appropriate section. (If it makes a difference in your choice, the Bugzilla Team recommends Apache.) To check whether your web server is correctly configured, try to access testagent.cgi  from your web server. If "OK" is displayed, then your configuration is successful."

But this test isn't sucessful for me (the page shows only code) yikes

Someone else with the same problem ... anyone knows how to fix it? neutral

Last edited by Ravenman (2009-11-06 16:54:55)

Offline

#2 2009-11-06 16:15:08

kermana
Member
Registered: 2009-04-13
Posts: 60

Re: Apache's configuration for Bugzilla [Solved]

I have the following section in my httpd.conf, maybe you are missing these:

<Directory /srv/http/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>

Offline

#3 2009-11-06 16:54:29

Ravenman
Member
Registered: 2009-07-03
Posts: 236

Re: Apache's configuration for Bugzilla [Solved]

kermana wrote:

I have the following section in my httpd.conf, maybe you are missing these:

<Directory /srv/http/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>

I've found the mistake, this was my section :

<Directory /srv/www/html/bugzilla>
        AddHandler cgi-script .cgi
        Options +Indexes +ExecCGI 
        DirectoryIndex index.cgi  
        AllowOverride Limit       
</Directory>

One brief distraction, I'm fixed it now ... and Bugzilla works. Thank you for your interest and help, Kermana. Until the next! wink

Offline

Board footer

Powered by FluxBB