Difference between revisions of "Bugzilla on s4y vserver - SuSE 9.0"
From Blue-IT.org Wiki
(One intermediate revision by the same user not shown) | |||
Line 30: | Line 30: | ||
chmod +g+x /srv/www/myBugzillaInstallDirectory | chmod +g+x /srv/www/myBugzillaInstallDirectory | ||
chown -R wwwrun:www /srv/www/myBugzillaInstallDirectory | chown -R wwwrun:www /srv/www/myBugzillaInstallDirectory | ||
+ | |||
+ | [[Category:Project Management]] |
Latest revision as of 19:38, 8 January 2012
[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