Hi all,
I have a problem which is when an account exceeds the bandwidth it gives 500 Internal Server Error.
Any ideas,
Thanks in advance![]()
Hi all,
I have a problem which is when an account exceeds the bandwidth it gives 500 Internal Server Error.
Any ideas,
Thanks in advance![]()
Originally posted by mta
Hi all,
I have a problem which is when an account exceeds the bandwidth it gives 500 Internal Server Error.
Any ideas,
Thanks in advance![]()
Did you try;
Disable Suspending accounts that exceed their bandwidth limit (will clear all suspensions is disabled)
Then unsuspend bandwidth exceeders.
Last edited by netwrkr; 12-25-2003 at 04:14 PM.
I dont think he wants to unsuspend the exceeders.... he just doesn't want it to say "internal server error".... something that says' they exceeded bandwidth would be nice....
If he wants the "Bandwidth exceeded for this domain" (or something like this) to appear he needs to configure (add a "ErrorDocument 500 /home/500.html" string) an apache's httpd.conf (for all users) or .htaccess (for current user). Then in 500.html he can write the messages he wants to be displayed instead of "Internal Server Error".
Hi again
Thx all for ur reply
I just wanted to do what compunet2 said exactly
I will try solutions u offered & tell u
Thx again![]()
I have the following in my httpd.conf:
ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml
All error pages show fine, except the 500.shtml....
where are you uploading your files to?