RE: Bugzilla installation on linux no good,- apache file access problems -- correction
Quoting ge:[color=blue]
> Alias /bugzilla /usr/lib/cgi-bin/bugzilla
> AliasMatch .*/bugzilla/ /usr/lib/cgi-bin/bugzilla
>
> <Directory /usr/lib/cgi-bin/bugzilla>
> Options +FollowSymLinks +Indexes +ExecCGI
> AddHandler cgi-script .cgi
> DirectoryIndex index.cgi
> AllowOverride Limit Indexes
> </Directory>
> ...........
> restarted apache2, I still get text only text screen with url:
> [url]http://localhost/cgi-bin/bugzilla/index.cgi[/url][/color]
What do you get with [url]http://localhost/bugzilla[/url] ??? You shouldn't need
cgi-bin since you added the Alias for it. Are you running SELinux?