In the following http-conf file how to add on more entry to add bugzilla
i.e, 123.21.1.21 goes to my website and 123.21.1.21/bugzilla is pointed to /opt/bugzilla
<VirtualHost *:80>
DocumentRoot /var/www/html/web
ServerName Domainspace
</VirtualHost>
<Location "/">
</Location>
I just set bugzilla up the other day, similar scenario. Here is my httpd.conf
followed by