I'm kind of new to Apache & Bugzilla... was wondering if someone can give me
a quick howto on setup Bugzilla to response to a sub domain. (e.g.
bugs.domainname.com)
Thanks in advance!!!
---
Kevin Benton
Perl/Bugzilla Developer/Administrator, Perforce SCM Administrator
Personal Computing Systems Group
Advanced Micro Devices
The opinions stated in this communication do not necessarily reflect the
view of Advanced Micro Devices and have not been reviewed by management.
This communication may contain sensitive and/or confidential and/or
proprietary information. Distribution of such information is strictly
prohibited without prior consent of Advanced Micro Devices. This
communication is for the intended recipient(s) only. If you have
received this communication in error, please notify the sender, then
destroy any remaining copies of this communication.
> _______________________________________________
> support-bugzilla mailing list
> support-...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/support-bugzilla
However, I'm finding it extremely difficult to locate any material on
domains, etc.
My installation is Mandrake 2006 (download edition), the install of
Bugzilla was through a contrib. RPM.
I do have minimal experience with apache virtual host setups, however, I am
limited (sorry, guess that's what happens when you're a Windows GUI baby.)
Any how, I created a virtual host with the sub domain and pointed the
Document directory to /var/www/bugzilla . however, the CGI stopped working .
also, I can still get to bugzilla from http://<domain>/bugzilla/
My goal is to get it setup on the sub domain http://bugs.<domain>.com only.
I can't have it accessible from all domains appointed to the system.
Another words, /bugzilla/ needs to be changed.
Anyone that can help out a illiterate, I would be much appreciated.
Thanks again!
"Benton, Kevin" <kevin....@amd.com> wrote in message
news:mailman.350.1139927999...@lists.mozilla.org...
Without knowing more about what you have installed and what your goal
is, it's difficult to say. Are you trying to host multiple different
Bugzilla installations based on the host name? ...
The easiest way I can think of to handle this is to create a directory
for each installation on your web server, then use the Location
directive in Apache to handle where users are sent to when they go to
http://bugs.domain.com/. Once you've got Apache configured, Bugzilla
becomes very easy to handle by updating each localconfig to point to the
proper database.
The URL you may want to look at is...
http://www.bugzilla.org/docs/2.20/html/installing-bugzilla.html