View Single Post
  #10  
Old 03-12-2011, 06:33 PM
Farzin Farzin is offline
New Member
 
Join Date: Mar 2011
Posts: 9
thanks i didnt have time to test this , i`ll test and let u know as soon as possible . i`m too busy these days .

the main problem of this way that litespeed is working is that i must use local .htaccess files , even if i chmod them as root , and have some codes inside them , the .htaccess file is inside user directory and thus the user will notify how i blocked him and what is limited for him which is not good. and also many scripts need their local .htaccess files to run correctly and if i want the main .htaccess file be owned by root , then how should the user have his script work.

i need to address suexec or suphp to read another config file for each user . like what suphp had in /usr/local/apache/conf/userdata/std/2/user1/user1.conf for example.
and this being outside user homedir and user access.

also in cpanel , my php was running in suphp mode , not dso or not cgi/fcgi . and now lite speed is working in fcgi i think.

ok i think instead of ifModule commands for suPHP i must search for equivalent rules for PHP_Value and address them to each user as you said.

the strange thing is that , even when i havent configured this php.ini or suexec configurations some of shell code blockings are functioning ( for example i have blocked access to .htm and .js online editor for a user , and its still blocked . how ? i dont know .
Reply With Quote