Brad C.
unread,Sep 21, 2010, 11:46:41 PM9/21/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Phusion Passenger Discussions
bradc is the owner of the site and all respective files, but passenger
didn't seem to respect this so I forced it in the apache config by
doing:
# httpd.conf
PassengerUserSwitching off
PassengerDefaultUser bradc
... this resulted in everything being changed EXCEPT for the
PassengerLoggingAgent, which is still being run as user 'nobody', as
per the following:
#$: ps aux | grep Passenger
bradc 38419 0.1 0.5 2454280 11520 ?? S 11:34PM 0:00.77
Passenger spawn server
root 38417 0.0 0.0 2445300 940 ?? Ss 11:34PM 0:00.01
PassengerWatchdog
bradc 38639 0.0 0.0 2425520 4 s000 R+ 11:40PM 0:00.00
grep Passenger
nobody 38420 0.0 0.1 2441500 2120 ?? S 11:34PM 0:00.01
PassengerLoggingAgent
bradc 38418 0.0 0.1 2438392 1512 ?? S 11:34PM 0:00.02
PassengerHelperAgent
Anyone else experience any issues like this? Is this a bug or...?