Hi. Recently I created two databases with one installation of bugzilla.
This are the two configuration files I am using.
#Bugzilla Install
<Directory /var/www/html/its>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
#Bugzilla Install
<Directory /var/www/html/bugs_dev>
SetEnv PROJECT bugs_dev
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
Whe I access them it only uses one database. I tried to used the virtual
host configuration, but it didn't work. I tried a work arround. I created
a symbolic for one of the environments and this way I can access the tow
databases. Does there another way to solve this matter? Thanks.
--
Xavier Rosario Negrón
Especialista Sistemas Operativos
Oficina Sistemas de Información
Administración Central
Universidad de Puerto Rico
Tel. 787-250-0000 x.5418
email-
xavier.rosario@...
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzillaPLEASE put
support-bugzilla@... in the To: field when you reply.