Home
 

Customer Support

Search for keywords:

Browse by category:

After I install Bugzilla, I get error 403
Forbidden.

The bugzilla installation scripts leave some files and directories unreadable by the webserver. To fix this, get a shell prompt, change into the top level directory where you have installed Bugzilla, and type the following shell commands:
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -name \*.cgi -exec chmod 755 {} \;
find . -name \*.pl -exec chmod 755 {} \;
find . -name \*.sh -exec chmod 755 {} \;
Then you should edit the .htaccess file in the same top level directory to make index.cgi a directory index as described in in this other FAQ

User-Contributed Notes

add a note
08-Feb-2006 19:00
You must make the following changes to your localconfig file. 

$webservergroup = "apache"

You want this to be the admin username for your account. You will want
to also make sure the database is setup to use the db.modwest.com host
and your db username and password.

Every time the checksetup.pl file is run, it will regenerate some files.
This includes the .htaccess file.  So it is very important to run the
command listed in the FAQ to make sure the permissions are set properly
on those files.

add a note

Related Questions:


Can I have a crontab?

How do I do a traceroute to diagnose network problems?

How do I get a command prompt on my own computer?

Why does your service seem slow?

Internet Explorer shows a blank page on an SSL website like the Control Panel or signup page.

My POST to a secure form results in a blank page, the same form, or a 500 Internal Server Error.

Where can I find links to 'Standards-Compliant' Web browsers?

How do I install Gallery?

How do I use a robots.txt file?

I am having trouble installing phpBB2

Do you provide CVS?

Can I use streaming media on my site?

I installed Norton Internet Security, and now I can't see video and other multimedia.

How do I use MnogoSearch Indexer?

Do you support Flash, Shockwave, Java Applets?

Can I use a blog or other content management system?

Do you run Linux?

Do you have Postgres?

Why doesn't mivascript interpret GET variables?

How do I contact my registrar?

What does everything in a Wusage report mean?

Whenever I make changes with Movable Type I get SBOX errors.

Are there any resources for dealing with comment spam in a Movable Type blog?

Do you provide SVN?

What can I do to improve Drupal's loading speed?

A security company says my server is vulnerable, what can I do?

How do I get Joomla's built-in SEF functionality working?

Browse Categories:

Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales


Modwest PHP Hosting      Copyright 2000-2010 by Modwest, Inc.      About    |    Blog    |    Community    |    Design    |    Jobs    |    Contact