0
votes
4answers
35 views
HTTP 500 error-.NET 2.0
I've recently moved from [Windows 2003-32 bit, IIS 6 .NET 2.0] to [Windows 2008-64 bit, IIS 7 .NET 2.0].
Everything seems to be working fine except from the HTTP 500 error I am getting periodically …
-1
votes
1answer
54 views
Internal Server error 500 and core files generated
Hello,
Recently, every time an article is to be published in our website an internal server error gets generated always more often. When the internal server error was more frequent core files like …
-1
votes
3answers
136 views
how can i get php to return 500 upon a fatal exception?
PHP fatals come back as 200, how can i make it return a 500
0
votes
1answer
48 views
Executes Fine In Jail Shell but not in Browser
My python script executes fine in Jail shell, putting out html which I can pipe to an html file. When I look at the file, it's exactly what I want. However when I try to run the file from a browser …
0
votes
1answer
1k views
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error…
I have created a text area that allows users to enter html code. When I attempt to post this code back to the server, I get a popup window that says …
0
votes
5answers
1k views
Wordpress Blog :: 500 Internal Server Error
Hi Everbody,
I am getting this error message while trying to access a wordpress blog which is installed in a directory. Is this due to .htaccess or something? Any help is appreciated.
'The server …
2
votes
4answers
735 views
How can I trace IIS 500 errors thrown by my webservice
Aloha
I have deployed a new version of an ASP.NET webservice. The IIS logfile reports an errorcode 500 when this service is being called by a client. My own (test) can use the service without any …
6
votes
3answers
285 views
How to stop a 500 .net error created calling the 500 error page
Here's an interesting one for you.
I've got my custom 500.aspx setup which is called when a 500 error occurs in my application. The 500.aspx also sends me an email with the error details.
I've …
1
vote
1answer
284 views
Disable caching of errors when using Apache as a proxy
When you having Apache proxying (using either ProxyPass or RewriteRule), if the destination returns an error (500 series status) then Apache won't proxy any more requests for 30 seconds. I know …
