Why do we frequently have to re-start the default web site to prevent errors 500 after a page edit? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question We make frequent changes to web pages in virtual directories on our IIS 8.5 site. Many times after editing, the server responds with … Read more

Google Webmaster tool showing 500/502 Error on Working pages

My website is developed on python and the server is Nginx. The reports in google webmaster tools show some 5xx(500/502) errors but when I check these URLs on my python script and online websites, the response is 200. What can be the possible reason for this and how do I handle this situation following links … Read more

Nginx + PHP7.0-fpm – PHP errors #500 go into the status code header and into the browser console. Error log is not written

I am using Nginx + php7.0-fpm. Some of my errors (500 code) go into the status code header. In the browser console I see, for example, such a message: POST https://example.com 500 (DateTime::__construct(): Failed to parse time string (2017-04-09 🙂 at position 11 (:): Unexpected character) I tried disabling error reporting, display_errors = off does … Read more

Tons of 500 errors like – fcgid:warn Bad file descriptor: client mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

I copied a site over to GoDaddy from LiquidWeb because LW experts were unhelpful even if more knowledgeable. GD is hit or miss. On the Godaddy hosting I get 500 errors constantly when in admin panel of WordPress and click on various items: plugins, posts, tools, doesn’t seem to matter what it is I click … Read more

Apache does not load the page if PHP has errors [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. OK, so I noticed that apache drops a … Read more

php post request curl HTTP ERROR 500 [duplicate]

This question already has an answer here: How to install PHP from source with latest cURL package on Linux? (1 answer) Closed 3 years ago. here is my configuration : Apache2 working with php7.1. I have an example PHP code for sending a sms message specific to JasminSMS : <?php // Sending simple message using … Read more

Internal Server Error “Invalid command ‘RewriteCond%{REQUEST_FILENAME}” [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago. Improve this question 500 Internal Server Error. Need help for my website. .htaccess ——— [Sat May 09 01:35:16.765194 2015] [core:alert] [pid 671798] [client … Read more

Win Server 2008 IIS7: Copy/Paste Directory + “Add Web Site” = 500 Error

I have windows server 2008 with IIS7. I was having problems getting a new website to work in today…I’ve been troublshooting for about 2 hours now and haven’t come up with anything. Heres what is weird: I have a working website running on IIS named “TI.” It points to the directory “C:\Websites\TI\web”. This website works … Read more