Questions tagged [500-error]

HTTP 500 Internal Server Error indicates that the web server could not complete processing of a request due to an internal misconfiguration or unrecoverable error.

HTTP 500 Internal Server Error indicates that the web server could not complete processing of a request due to an internal misconfiguration or unrecoverable error.

209 questions
3
votes
1 answer

How do I trouble shoot an Apache 500 Internal Server Error? (restart, status, tail... then what?)

Here's what I've done so far [username@VMname /]$ sudo /etc/init.d/httpd restart [username@VMname /]$ sudo /etc/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: …
blunders
  • 793
  • 6
  • 13
  • 29
3
votes
2 answers

Subversion gives Error 500 until authenticating with a web browser

We used to use Collabnet SVN/Apache combo on a Windows server with LDAP authentication, and whilst the performance wasn't brilliant it used to work perfectly. After switching to a fresh Ubuntu 10 install, and setting up an Apache/SVN/LDAP…
Mark Henderson
  • 68,316
  • 31
  • 175
  • 255
3
votes
3 answers

IIS6 + PHP + FastCGI 500 Errors - Where to start looking?

I've set up IIS6 with FastCGI to use php-cgi.exe. I have some php websites by external parties, that I'm trying to run in a test environment. One of the websites just plain gives me a FastCGI Error Page. This does not happen on every page, it just…
Bertvan
  • 133
  • 1
  • 1
  • 7
2
votes
1 answer

Apache: show error message in browser for 500 Internal Server Error

When Apache shows 500 Internal Server Error page, there is no information about the error itself. It can be error in .htaccess or something different, but you'll never know until you look into error.log. Is it possible to display error message…
cronfy
  • 671
  • 1
  • 6
  • 14
2
votes
1 answer

http headers vanish when proxying http errors through nginx

I'm using nginx as TLS terminator in front of an Apache 2.4 server. I'm using add_header X-Content-Type-Options nosniff; in nginx to add this header to every response. If the HTTP status code returned by Apache is below 400 the header is correctly…
Thilo
  • 203
  • 2
  • 10
2
votes
2 answers

nginx prevent cache for proxy/fast_cgi on response 5xx

I have nginx with backend nodejs/php-fpm backend how tell the nginx dont cache the response 5xx or 4xx even it's matched for cache parameters. PHP/Node.js header response long cache time via http headers: HTTP/1.1 500 Internal Server Error Date:…
sweb
  • 451
  • 1
  • 9
  • 27
2
votes
0 answers

IIS - Error : Method not found 'Microsoft.Web.Administration.SsFlags'

When I try to access one of my IIS websites I get the error 500.19 Internal server error. I was told it comes from IIS permissions, is it? The problem is that when I try to access anything (click on a folder on my website, click on Application Pools…
Elfayer
  • 131
  • 4
2
votes
1 answer

IIS cannot serve images due to impersonation?

We have a brand new Windows2012R2 server. We have installed the IIS features on it (including static content). Then we have deployed a web site on it (using copy). When we surf to the web site, HTML, CSS and JavaScript is served up just…
Klas Mellbourn
  • 347
  • 1
  • 5
  • 10
2
votes
0 answers

ERROR 500 - Internal server error on PHP Sites

I am running IIS7.5 on Windows Server 2008 R2 SP1. Over a month ago I did the generic installation of PHP (v5.5.11), MySQL and the phpMyAdmin interface and it all worked great. The other day I started playing with WordPress sites and it all got…
simonlehmann
  • 340
  • 1
  • 4
  • 14
2
votes
0 answers

How to troubleshoot occasional Apache 500 errors?

I have GET and POST requests, both HTTP 1.0 and 1.1, to diverse URLs, mostly running Wordpress(1), which occasionally fail with a 500(2). No user has ever encountered a 500 themselves, nor have visitors ever reported one. But they do show up in the…
Gaia
  • 1,777
  • 4
  • 32
  • 58
2
votes
3 answers

Forward Apache 500 status to 404

Short version: We'd like Apache to catch when a 500 status is given and return something like 404 instead. Is there a way to do this? Longer version: These servers are running applications that aren't ours, and they recently failed a PCI compliance…
2
votes
2 answers

IIS 8.0 500.19 error on only the first request

I am running IIS 8.0 locally on my machine for testing purposes. I have installed PHP through the web platform installer and everything is working correctly. The only issue I'm running into is the first request that's sent after the web server has…
Aaron
  • 702
  • 2
  • 10
  • 19
2
votes
2 answers

Detailed Errors not working for WCF Service in IIS

If I were to change the web.config file to have errors in it, I only see the standard 500 - Internal Server Page. Despite setting the Error Pages mode to Detailed, I can't see a detailed error message. How do I sort this? The reason is I'm wanting…
Marcus
  • 400
  • 2
  • 5
  • 15
2
votes
2 answers

http 500 error on first visit only

The first time I visit a site I get a 500 - Internal server error. When I hit reload the site works just fine and will continue to work. If I open a different browser or close and reopen the current browser the process…
Justin808
  • 307
  • 3
  • 11
2
votes
1 answer

CGI Died, error log

I've been getting some 500 internal server errors on my website every so often, so I had a look at the error log. I am using lighttpd with Kloxo (lxadmin) installed. I have xcache enabled. 2011-04-14 04:57:05: (mod_cgi.c.588) cgi died, pid:…
Greatestswordsman
  • 387
  • 1
  • 5
  • 17
1 2
3
13 14