Hi folks,

I'm runing apache under different process (each process is owned by a virtual 
user)

I have some problems to have suPHP running with mpm-itk or mpm-peruser.

- Is it possible to define on the suPHP configuration that the webserver_user
can be virtual?

- Someone know if there's a patch for suPHP that can I use for virtual apache
process?


My actual VirtualHost 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 #1237 #1237
</VirtualHost>


The error that I receive: 

[Wed Feb 24 16:00:15 2010] [error] [client xxx.xxx.xxx.xxx] SecurityException in
Application.cpp:162: Calling user is not webserver user!
[Wed Feb 24 16:00:15 2010] [error] [client xxx.xxx.xxx.xxx] Premature end of
script headers: test.php


To avoid this error I should change AssignUserID to www-data but it's not my 
goal.


Thanks in advance.

_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to