Bugzilla on s4y vserver - SuSE 9.0
From Blue-IT.org Wiki
Revision as of 20:46, 1 June 2006 by Apos (talk | contribs) (Bugzilla on s4y vserver (SuSE 9.0) moved to Bugzilla on s4y vserver - SuSE 9.0: () Characters no good choice for the title.)
Revision as of 20:46, 1 June 2006 by Apos (talk | contribs) (Bugzilla on s4y vserver (SuSE 9.0) moved to Bugzilla on s4y vserver - SuSE 9.0: () Characters no good choice for the title.)
[Category:Testing] Installation took place on a vserver basic. Apache2 is used as webserver and configured with virtual servers.
- Bugzilla 2.22
- SuSE 9.3
- Apache/2.0.49
Bugzilla was installed using the following Documents:
Configfile for the virtual server /etc/apache2/vhosts.d/my.domain.conf:
<VirtualHost MY.IP.XXX.XXX:80> ServerName my.domain.com ServerAlias www.my.domain.com DocumentRoot "/srv/www/myBugzillaInstallDirectory" <Directory "/srv/www/myBugzillaInstallDirectory"> AddHandler cgi-script cgi Options +Indexes +ExecCGI +FollowSymLinks DirectoryIndex index.cgi AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
Directory Rights where set to:
chmod +g+x /srv/www/myBugzillaInstallDirectory chown -R wwwrun:www /srv/www/myBugzillaInstallDirectory