You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Richard Shade <rs...@hotmail.com> on 2001/12/30 01:23:09 UTC

I need help

Dear List
I have setup a virtual domain and given the folder read access from everyone 
when I look at the index.htm its permissions are 0644. Yet I am still 
getting a 403 error when I try to go to the website. Any Ideas?

Richard Shade



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [ERR 500] Caution ?

Posted by Webmaster <we...@rolysvirtualpets.com>.
hmm... it'd be 'coz Perl is executed every time the page is loaded so
perl may be in memory 100 times at once. Try using PHP as an apache
module wh will reduce yours 500s.

Jon Shoberg wrote:
> 
> What percent of website 500 errors would be a warning to system load?
> 
> Example:
> A well past month had 50 million hits, 4 million pages and generated 6
> thousand 500 errors.
> A more recent month have 88 million hits, 8 million page views and 55
> thousand 500 errors.
> 
> In this case there was close to doube traffic but a huge jump in 500 errors.
> Thoughts ?
> 
> Thanks
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [ERR 500] Caution ?

Posted by Joshua Slive <jo...@slive.ca>.
> From: Jon Shoberg [mailto:jshoberg@cbd.net]

> What percent of website 500 errors would be a warning to system load?
>
> Example:
> A well past month had 50 million hits, 4 million pages and generated 6
> thousand 500 errors.
> A more recent month have 88 million hits, 8 million page views and 55
> thousand 500 errors.
>
> In this case there was close to doube traffic but a huge jump in
> 500 errors.
> Thoughts ?

You need to start be examining the server's error log to see what
explanations it gives for the errors.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[ERR 500] Caution ?

Posted by Jon Shoberg <js...@cbd.net>.
What percent of website 500 errors would be a warning to system load?

Example:
A well past month had 50 million hits, 4 million pages and generated 6
thousand 500 errors.
A more recent month have 88 million hits, 8 million page views and 55
thousand 500 errors.

In this case there was close to doube traffic but a huge jump in 500 errors.
Thoughts ?


Thanks


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: I need help

Posted by Joshua Slive <jo...@slive.ca>.
> From: Richard Shade [mailto:rshade98@hotmail.com]

> I have setup a virtual domain and given the folder read access
> from everyone
> when I look at the index.htm its permissions are 0644. Yet I am still
> getting a 403 error when I try to go to the website. Any Ideas?

See:
http://httpd.apache.org/docs/misc/FAQ.html#forbidden

And note in particular the part about the permissions of parent directories.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org