Hello there again, Now I want to set bugzilla up so that I can have customers for our web site enter bugs and we can track them. I have a bugzilla.conf file here and have changed it a bit. Do I need to do a virtual host for this or just let it rock and roll? Here is what the bugzilla.cdonf file looks like with changes in the alias as John had suggested yesterday. Alias /bugzilla /var/www/html/bugzilla <Directory /var/www/html/bugzilla> AddHandler cgi-script .cgi Options +Indexes +ExecCGI +FollowSymLinks DirectoryIndex index.cgi AllowOverride Limit </Directory> Scott