[RESOLVED]Setting php_admin_value and php_admin_flag

#1
Hi all,

I recently got started using Litespeed and have a question related to php_admin_value and php_admin_flag. My main goal is to limit my virtualhosts to be unable to control certain values using .htaccess (some should be modifiable).

Looking at the general php-documentation the following is valid for apache (This is just an example):
<IfModule mod_php5.c>
php_admin_flag safe_mode on
</IfModule>

To do this in Litespeed do I need to create a httpd.conf where I set this or is there same options throughout the web-ui where I can manage this?

Thanks
 

mistwang

LiteSpeed Staff
#2
You can use Apache style configuration if you configure everything from web console.
If you use Apache httpd.conf, then everything should be done in httpd.conf.
 
Top