Questions tagged [500]

17 questions
6
votes
3 answers

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 script from the shell, I get "bad interpreter:…
JoelFan
  • 2,165
  • 5
  • 24
  • 30
5
votes
3 answers

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 control of it's own processes, not FastCGI. Also, I…
benkorn1
  • 51
  • 1
  • 1
  • 2
4
votes
2 answers

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.1, but as long as I know it doesn't change…
Mauricio
  • 203
  • 1
  • 2
  • 8
2
votes
1 answer

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 /errors/403.htm I have also tried it this way…
cwd
  • 2,693
  • 9
  • 32
  • 47
2
votes
3 answers

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.. for example (access.log): x.125.71.104 - -…
Ryan D
  • 21
  • 2
2
votes
2 answers

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 server returns the error…
1
vote
3 answers

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 asked our hosting company to look into it. Till they…
shaiss
  • 337
  • 2
  • 6
  • 20
1
vote
2 answers

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 up a blank php page. The HTTP header shows HTTP…
juyoung518
  • 11
  • 1
  • 1
  • 4
1
vote
4 answers

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 solution - I'm looking for something that should…
sorin
  • 7,668
  • 24
  • 75
  • 100
1
vote
3 answers

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 and no mention in the error logs. This is running…
Pablo
  • 7,249
  • 25
  • 68
  • 83
1
vote
1 answer

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

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 The requested page cannot be accessed because the…
nikhiljoshi
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

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 this "by design"? in an RFC? Or some weird…
mawimawi
  • 400
  • 3
  • 6
  • 17
1
vote
2 answers

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. In PHP; error_reporting = E_ALL display_errors =…
Erling Thorkildsen
0
votes
0 answers

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 80; ## listen for ipv4; this line is default and…
0
votes
3 answers

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 and tmp path variables in the configuration.php…
kjh
  • 101
  • 1
  • 3
1
2