Alvaro Lopez Ortega skrev 2010-07-07 12:51: > On 04/07/2010, at 09:56, Johan Linner wrote: > >> Maybe it has something to do with user rights/access. >> If I manually start the php-cgi process as root, everything works fine: >> sudo /usr/bin/php-cgi -b 127.0.0.1:47990& > > Does it work if you launch it by hand with the www-data user? > > -- > Octality > http://www.octality.com/ >
Yep, if i launch it by hand it works fine: # su www-data -c '/usr/bin/php-cgi -b 127.0.0.1:47990' /Johan _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
