Hello,
i have enable mod user dir on my website1 with SSL certificate.
https://site1.com work OK
https://site1.com/~user/ is problem
Most of the time work OK, but sometimes i get error. Random in the day is website https://site1.com/~user/ unavailible and i'm redirect to http://site1.com/500.shtml.
When i check apache error logs i see this:
Unavailibility is sometimes 10 minutes. Next is automatic repair and page work OK.
Where i find problem?
Thanks
i have enable mod user dir on my website1 with SSL certificate.
https://site1.com work OK
https://site1.com/~user/ is problem
Most of the time work OK, but sometimes i get error. Random in the day is website https://site1.com/~user/ unavailible and i'm redirect to http://site1.com/500.shtml.
When i check apache error logs i see this:
Code:
[Mon May 13 13:20:03 2013] [warn] [client 89.*] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Mon May 13 13:20:03 2013] [error] [client 89.*] Premature end of script headers: index.php
[Mon May 13 13:20:03 2013] [error] [client 89.*] File does not exist: /home/user/public_html/500.shtml
[Mon May 13 13:20:03 2013] [error] [client 89.*] File does not exist: /home/user/public_html/404.shtml
[Mon May 13 13:20:04 2013] [error] [client 89.*] File does not exist: /home/user/public_html/favicon.ico
[Mon May 13 13:20:04 2013] [error] [client 89.*] File does not exist: /home/user/public_html/404.shtml
suexec policy violation: see suexec log for more details
Where i find problem?
Thanks