E Eslam Taha Member Oct 8, 2011 #1 Oct 8, 2011 #1 Hello i need make php.ini to folder how make that with litespeed Thanks
W webizen Well-Known Member Oct 10, 2011 #2 Oct 10, 2011 #2 try from command line: /path_to_lsws/fcgi-bin/lsphp5 -i| grep "Configuration File (php.ini) Path" Click to expand... where path_to_lsws is the install path of lsws (e.g. /usr/local/lsws).
try from command line: /path_to_lsws/fcgi-bin/lsphp5 -i| grep "Configuration File (php.ini) Path" Click to expand... where path_to_lsws is the install path of lsws (e.g. /usr/local/lsws).
E Eslam Taha Member Oct 11, 2011 #3 Oct 11, 2011 #3 Hello Configuration File (php.ini) Path => /usr/local/lib okay i know the path but i need make safe mod off to one site no all server Thanks
Hello Configuration File (php.ini) Path => /usr/local/lib okay i know the path but i need make safe mod off to one site no all server Thanks
W webizen Well-Known Member Oct 12, 2011 #4 Oct 12, 2011 #4 add below to vhost .htaccess or vhost in httpd.conf (if lsws read apache config). php_admin_value safe_mode "Off" Click to expand...
add below to vhost .htaccess or vhost in httpd.conf (if lsws read apache config). php_admin_value safe_mode "Off" Click to expand...