Well I don't konw how I could have possibly fiddled with permissions since i dont konw why i would ever want to do that. What I think is more likely is that I copied this folder from another ISPCP box /domain.tld/ into my var/www/virtual/ then i changed all the permissions for that folder to vu2016.vu2016 after i made the domain in the new boxes control panel. Since then stats have never worked.
cd /var/www/fcgi/mydomain.com
ls-la
Code:
drwxr-x--- 2 vu2016 vu2016 4096 2009-10-25 13:16 php5
-rwxr-x--- 1 vu2016 vu2016 199 2009-10-25 13:16 php5-fcgi-starter
all subfolders and contents are vu2016.vu2016 owner and group, which is the propper owner.group for this domain.tld
This is the tail for:
/var/log/apache2/users/default-error.log
Code:
[Wed Jul 20 16:00:32 2011] [notice] mod_fcgid: process 24752 going graceful shutdown, sending SIGTERM
[Wed Jul 20 16:01:10 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:01:16 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:01:41 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:02:25 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:02:31 2011] [notice] mod_fcgid: process 24741 going graceful shutdown, sending SIGTERM
[Wed Jul 20 16:02:31 2011] [notice] mod_fcgid: process 24941 going graceful shutdown, sending SIGTERM
[Wed Jul 20 16:02:31 2011] [notice] mod_fcgid: process 24939 going graceful shutdown, sending SIGTERM
[Wed Jul 20 16:03:05 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:03:19 2011] [error] [client x.x.x.x<-removed by poster] user stats not found: /stats/
[Wed Jul 20 16:04:30 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:04:36 2011] [notice] mod_fcgid: process 24929 going graceful shutdown, sending SIGTERM
[Wed Jul 20 16:05:21 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:06:11 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:06:36 2011] [notice] mod_fcgid: process 24710 going graceful shutdown, sending SIGTERM
[Wed Jul 20 16:06:36 2011] [notice] mod_fcgid: process 24942 going graceful shutdown, sending SIGTERM
[Wed Jul 20 16:06:42 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:07:29 2011] [error] (111)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:80 (localhost) failed
[Wed Jul 20 16:07:29 2011] [error] ap_proxy_connect_backend disabling worker for (localhost)
[Wed Jul 20 16:07:52 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
[Wed Jul 20 16:11:27 2011] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
Here is the log tail from /apache2/suexec.log
Code:
[2011-07-20 16:01:28]: uid: (2016/vu2016) gid: (2016/vu2016) cmd: php5-fcgi-star ter
[2011-07-20 16:04:36]: uid: (2016/vu2016) gid: (2016/vu2016) cmd: php5-fcgi-star ter
[2011-07-20 16:04:36]: uid: (2016/vu2016) gid: (2016/vu2016) cmd: php5-fcgi-star ter
Any other thoughts on what i should do specifically to fix these permissions? I actually really need these stats for a customer, I am having trouble getting awstats to work for all my domains not just this one.
David