Questions tagged [500]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
6 votes
3 answers
3k views

bad interpreter: Text file busy

For ages I've gotten used to editing Perl CGI scripts in "vi" and simultaneously having a browser open to test them. Lately, I've been getting "500" server errors when I do that, and when I run the ...
JoelFan's user avatar
  • 2,295
5 votes
3 answers
15k views

FastCGI and Apache 500 error intermittently

I have a FastCGI (mod_fastcgi)problem. It happens every once in a while, and does not casue a complete server meltdown, just 500 errors. Here are a couple things. First I am using APC so PHP is in ...
benkorn1's user avatar
4 votes
2 answers
17k views

Nginx 502 bad gateway runing django in uwsgi

I tryed to restart a project in production and it stoped working. This is a django==1.5.1 and django-cms==2.4.1 project. I restarted because I've updated the project from django==1.4.1 to django==1.5....
Mauricio's user avatar
  • 233
2 votes
1 answer
3k views

How can I deny from a certain IP address but still show a custom error page with Apache2?

I have In my web root /home/www/ I have an .htaccess file to ban IP addresses: order allow,deny deny from 1.2.3.4 deny from 2.3.4.5 allow from all ErrorDocument 500 /errors/500.htm ErrorDocument 403 /...
cwd's user avatar
  • 2,783
2 votes
3 answers
1k views

Unknown Apache2 + PHP5 FastCGI 500 error .. caused by search engine bots?

My Ubuntu server is configured with Apache 2.2.8 and PHP 5.2.4-2ubuntu5.18 in FastCGI mode. Everything works well, except I am seeing 500 errors that only seem to come from bots accessing the server.. ...
Ryan D's user avatar
  • 21
2 votes
2 answers
1k views

Apache + Tomcat giving error 500 for non-browser agents (Struts2)

I've got an Apache WebServer + Tomcat 7 serving Struts2 web pages. It works without problems when I use any web browser, but when I try to access a web page using W3C validator or Facebook Lint, the ...
Tiago Matos's user avatar
2 votes
4 answers
3k views

How to display cgi-bin errors instead of 500 in Apache?

I'm interested in getting errors from cgi-bin scripts inside the browser like the PHP errors. The cgi script can be Perl, Python, Ruby, binary or something else. I'm not interested about a specific ...
sorin's user avatar
  • 8,106
1 vote
3 answers
34k views

Apache failing with a 500 error

I have an Apach Http Server that started to fail for one of its virtual hosts with a 500 error. I went straight to the logs, triggered the problem and the result was a normal entry in the access log ...
Pablo Fernandez's user avatar
1 vote
3 answers
1k views

Diagnose error 500 from the client side

Is there any way to diagnose an Error 500 from the client side? I'm getting an error 500 on a folder on our server. It's running PrestaShop and was working fine up until a few minutes ago. I've ...
shaiss's user avatar
  • 337
1 vote
2 answers
20k views

Nginx 500 Internal Server error on subdirectory

I'm getting a 500 Internal Server error only on sub directories. For example, If my website is example.com, example.com/index.php works. But example.com/phpbb/index.php doesn't work. It just turns ...
juyoung518's user avatar
1 vote
1 answer
21k views

IIS 7.5 / Windows 7: Error 500.19, error code 0x800700b7 [closed]

I have been trying to resolve this issue. I am using Windows 7 and VS2008 +iis7.5. My project is stuck because of this error. The error says: Error Summary HTTP Error 500.19 - Internal Server Error ...
nikhiljoshi's user avatar
1 vote
1 answer
15k views

Mail server responds with Error 500 line too long

I am occasionally receiving error messages from mail servers with the above message. It seems that at least one line in the e-mail has more than 999 characters and therefore the e-mail is bounced. Is ...
mawimawi's user avatar
  • 400
1 vote
2 answers
691 views

Can't get PHP Errors in IIS7.5

I've tried the previously answered questions regarding this to no avail. Just installed PHP5 and IIS on my Windows 7 machine and I'm having trouble getting PHP Errors displayed instead of 500 Errors. ...
user avatar
0 votes
2 answers
77 views

Error 404 page not showing

I have a problem with my subdomain. When I try to enter a faulty page in the url it redirects me to index.php file in the directory. Which is blank, so the server cannot say me "Page not found&...
AZAZEL's user avatar
  • 1
0 votes
1 answer
7k views

Jenkins server returns 500 error

Having just installed jenkins on a debian 64bits lenny distro I started the server but when I connect to it I get the error: Status Code: 500 Exception: The error below occurred during context ...
Fernando André's user avatar
0 votes
0 answers
88 views

NGINX Custom ErrorPages wont work

My Server doesn't want to display a custom 500 error page. The error page for the 500 error is here: https://aixspace.de/errorpages/500-504/500.html these are my vhost configs: server { listen ...
Robin van der Linden's user avatar
0 votes
3 answers
4k views

500 error after dragging joomla website out of subdirectory

I recently dragged a website I built with joomla out of a subdirectory and now the whole website just shows a 500 internal error, can't even log into the backend. I've already tried changing the log ...
kjh's user avatar
  • 101
-1 votes
1 answer
354 views

Ubuntu Server PHP5 throws 500 internal server error while there are errors in the PHP file

I am trying to fix this problem for 4 days now. If there is a error in my php file it's throwing a 500 internal server error. php.ini: display_errors = On Default Value: On Development Value:...
Kanariepiet's user avatar