Displaying 1 result from an estimated 1 matches for "passengeruserswitching".
2008 Jul 30
0
Rails Error: Unable to access log file...
...xrwxr-x 14 apache apache 4096 Jul 30 11:41 ..
-rw-rw-rw- 1 apache apache 0 Jul 30 11:32 /my/app/log/production.log
# cat /my/app/log/production.log
#
--
Passenger is set to run as user ''apache'', as is apache/httpd itself.
Relevant httpd.conf lines:
--
PassengerDefaultUser apache
PassengerUserSwitching off
--
I also set the log level to 3 which didn''t seem to add anything
relevant to this problem to the error_log.
I''m running on CentOS 5 and SELinux is disabled:
--
# sestatus
SELinux status: disabled
--
Looking at the processes, Passenger and Rails seem to be...