He has already said it: I want that my server don't serve file if the permission is not good like this people are forced to have a good permission for files and directories and not putting permissions like 777.
On Wed, Feb 24, 2010 at 12:56 PM, Cedric Veilleux <[email protected]> wrote: > Why use suphp then? > > Since your apache process is already running under virtual user > privileges, you could simply use mod_php? > > > > -- > Cédric Veilleux > Solutions Internet Neopeak inc. > http://www.neopeak.com/ > 514-906-5847 #252 > 1-866-760-1350 #252 > > > Le mercredi 24 février 2010 à 16:09 +0100, [email protected] a > écrit : >> Sorry, just to correct my config: >> >> Instead of: >> >> > suPHP_UserGroup #1237 #1237 >> >> I have: >> suPHP_UserGroup #1235 #1235 >> >> Full config: >> >> <VirtualHost *> >> AssignUserID #1235 #1235 >> RLimitCPU 60 >> RLimitMEM 97108864 >> RLimitNPROC 16 >> DocumentRoot /var/www/1235 >> ServerName user1235.xxx.com >> ErrorLog /var/www/1235/log/error.log >> CustomLog /var/www/1235/log/access.log combined >> SuexecUserGroup #1235 #1235 >> suPHP_ConfigPath "/etc/php5/cgi/" >> suPHP_UserGroup #1235 #1235 >> </VirtualHost> >> >> >> Best regards, >> >> _______________________________________________ >> suPHP mailing list >> [email protected] >> https://lists.marsching.com/mailman/listinfo/suphp > > > > _______________________________________________ > suPHP mailing list > [email protected] > https://lists.marsching.com/mailman/listinfo/suphp > -- Ricardo I. Vieitez Estudiante secundario [email protected] Página web personal: msl37.org Bitácora: blog.msl37.org _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
