Problem with Directadmin

paisley

Verified User
Joined
Aug 17, 2013
Messages
63
Hello,

I have a VPS running with Directadmin and everything works.
But when i try to:
- Send e-mail with roundcube
- Using some script with API
- Creating a new post with Wordpress

It keeps loading and then it shows Internal Server Error
 
You will have to go through the web server error logs to find out what the problem is.
 
[Thu Nov 14 20:24:32 2013] [error] [client 216.165.179.26] Invalid URI in request POST .1
[Thu Nov 14 20:44:21 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Thu Nov 14 20:44:21 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Thu Nov 14 20:44:21 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips DAV/2 configured -- resuming normal operations

But it is a PHP problem i think. i`m running Mod_ruid2 , and a month ago Su_PHP but also same problems.
 
- Send e-mail with roundcube
This problem was a firewall issue.

I think it is a php limit time problem , i loading long time and then shows internal server error.
I have check all logs but not much information (already posted.)

I really hope someone can help.
 
[Fri Nov 15 13:29:36 2013] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Fri Nov 15 13:29:36 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Fri Nov 15 13:29:36 2013] [notice] mod_ruid2/0.9.7 enabled
[Fri Nov 15 13:29:36 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips DAV/2 configured -- resuming normal operations

Nobody know a solution ?
 
Warnings and notices are not errors. This has no valid errors. Check /var/log/httpd/error_log
 
Back
Top