metrika
05-22-2012, 11:22 AM
Hi,
After months of good working, today my server is giveing me an error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webadmin@kundenserver.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
It is caused becouse this line php_value mysql.default_socket "/tmp/mysql5.sock" is now not compatible with .htaccess , Yesterday was compatible but today not.
So I need this line to make work my VB4 on my 1and1 linux dedicated managed server.
What I can do if I have to remove the line php_value mysql.default_socket "/tmp/mysql5.sock" from htacces to avoid that error? If I remove that line from ataccess I get other error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/30/d325399689/htdocs/teso-esp.com/includes/class_bootstrap.php on line 26
So I can not delete php_value mysql.default_socket "/tmp/mysql5.sock" from htacces and I can not leave it.
I really need an alternative to fix it. It is very fustrated
Thanks for your preciate time and sorry for my poor english ;)
After months of good working, today my server is giveing me an error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webadmin@kundenserver.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
It is caused becouse this line php_value mysql.default_socket "/tmp/mysql5.sock" is now not compatible with .htaccess , Yesterday was compatible but today not.
So I need this line to make work my VB4 on my 1and1 linux dedicated managed server.
What I can do if I have to remove the line php_value mysql.default_socket "/tmp/mysql5.sock" from htacces to avoid that error? If I remove that line from ataccess I get other error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/30/d325399689/htdocs/teso-esp.com/includes/class_bootstrap.php on line 26
So I can not delete php_value mysql.default_socket "/tmp/mysql5.sock" from htacces and I can not leave it.
I really need an alternative to fix it. It is very fustrated
Thanks for your preciate time and sorry for my poor english ;)