
03-30-2012, 01:01 AM
|
|
New Member
|
|
Join Date: Mar 2012
Posts: 9
|
|
Hi
You refer to:
http://www.litespeedtech.com/support...ing_securities
There is information, that home user directories should be 770 or 750, while using EasyApache with Fileprotect on I have all user directories set to 711. Or article you have provided is not for cPanel Apache migration to Litespeed?
Another question - I have custom settings in httpd.conf:
<Directory "/">
Options -ExecCGI -FollowSymLinks +Includes +IncludesNOEXEC -Indexes -MultiViews +SymLinksIfOwnerMatch
AllowOverride AuthConfig FileInfo Indexes Limit Options=Includes,Indexes,MultiViews,FollowSymLinks ,ExecCGI
</Directory>
<Directory "/usr/local/apache/htdocs">
Options IncludesNOEXEC -Indexes -FollowSymLinks +SymLinksIfOwnerMatch -ExecCGI
AllowOverride None
Order allow,deny
Allow from all
<IfModule mod_access.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
Are they automatically migrated into Litespeed during cpanel apache migration (via WHM plugin)?
Last edited by bloodyman; 03-30-2012 at 06:06 AM..
|