-snip-
> Hi...   Is anyone running Bugzilla on Z?

I just installed it on my SLES10 test system.  A few notes...
- A number of Perl modules are required that aren't part of SLES10.  Those 
additional modules won't be supported by whomever you have your contract with.
- It requires MySQL, or Postgresql, but that shouldn't be a big deal.
- The top-level directory for Bugzilla _must_ be underneath your ServerRoot 
directory (by default /srv/www/htdocs on SLES10).  I'm not sure why this is the 
case, but it wouldn't work any other way for me.
- Do _not_ use the ScriptAlias directory to identify the Bugzilla directory.  
Just use Alias.  Here's what I had in my configuration file in 
/etc/apache2/conf.d:

Alias /bugzilla/ "/srv/www/htdocs/bugzilla/"

<Directory "/srv/www/htdocs/bugzilla">
        Options +ExecCGI
        AllowOverride Limit
        DirectoryIndex index.cgi
</Directory>

AddHandler cgi-script .cgi



Mark Post

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to