[Solved] problem litespeed with php !

#3
Yes... in Compile php added apache Parameters in Configure Parameters , In Fact The main problem is {Curl} . But now my uplpad file size limit did not be changed!!. In fact Some Configuration is changed but Others did not be changed. For Sample this is my phpinfo file:

http://www.7club7.com/info.php

in this memory limit have been changed but upload max file size did not be changed !

i Editing /usr/local/lsws/lsphp5/lib/php.ini file...
 

NiteWave

Administrator
#4
in the phpinfo(),
upload_max_filesize=2M

what's your setting in /usr/local/lsws/lsphp5/lib/php.ini ?
#grep upload_max_filesize /usr/local/lsws/lsphp5/lib/php.ini
 
Top