500 Internal Server Error

mtjweb

Verified User
Joined
Oct 26, 2013
Messages
8
I tried to enable XSLT translation tonight, but now I get an error 500 on all sites on the server.

My error log is giving me the following:

[Sun Oct 27 00:40:15 2013] [notice] caught SIGTERM, shutting down
[Sun Oct 27 00:40:16 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Oct 27 00:40:16 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Oct 27 00:40:16 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Oct 27 00:40:17 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Oct 27 00:40:17 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Oct 27 00:40:17 2013] [notice] mod_antiloris 0.4 started
[Sun Oct 27 00:40:17 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips DAV/2 configured -- resuming normal operations
[Sun Oct 27 00:41:01 2013] [notice] caught SIGTERM, shutting down
[Sun Oct 27 00:41:02 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Oct 27 00:41:02 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Oct 27 00:41:02 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Oct 27 00:41:03 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Sun Oct 27 00:41:03 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Oct 27 00:41:03 2013] [notice] mod_antiloris 0.4 started
[Sun Oct 27 00:41:03 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips DAV/2 configured -- resuming normal operations


Anybody any idea what the problem can be?
 
Hello,

You should check an error log for a specific domain, either through Directadmin or root SSH, and see what does it complain about.
 
I get the following error in the DA dashboard

cannot find file: /usr/local/bin/php
 
Since the error occured, there is nothing new in the error log of the domain

Access a page on a domain to see 500 error, and then read the domain`s error log. It should contain more information.

cannot find file: /usr/local/bin/php

Make sure it exists (in root SSH), and has correct 755 permissions. If it does not, then you might need to re-install PHP with custombuild once again.

By the way, how did you do that "tried to enable XSLT translation tonight". What exactly did you do? Or what guide did you follow? Probably you broke your installation of PHP.
 
Back
Top