Grr!
I've been trying to set up apache2 to serve my bugzilla page for like a week now and I give up!
HELP PLEASE!! What do I put in sites-available/bugzilla to get it to work?!?
Thanks :)
I've been trying to set up apache2 to serve my bugzilla page for like a week now and I give up!
Code:
I installed bugzilla: /srv$ ls -l drwxr-xr-x www-data www-data bugzilla I've tried to create a bugzilla site /etc/apache2/sites-available$ ls bugzilla default /etc/apache2/sites-available$ cat bugzilla NameVirtualHost * <VirtualHost *> <Directory /srv/bugzilla> AddHandler cgi-script .cgi Options +Indexes +ExecCGI DirectoryIndex index.cgi AllowOverride Limit </Directory> </VirtualHost> /etc/apache2/sites-available$sudo a2ensite bugzilla /etc/apache2/sites-available$/etc/init.d/apache2 reload Navigate to http://localhost/bugzilla give me an error 404
Thanks :)
Comment