Hi
I want to change an account php options through apache and file /etc/httpd/conf/httpd.conf. but it doesnt work, for example i added these lines :
<ifModule mod_php4.c>
php_value upload_max_filesize 25M
php_value max_execution_time 0
</IfModule>
<ifModule mod_php5.c>
php_value upload_max_filesize 25M
php_value max_execution_time 0
</IfModule>
Why does easy apache disable mod_php ?:
.
.
.
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
AddModule mod_frontpage.c
#AddModule mod_php4.c
#AddModule mod_php5.c
AddModule mod_bwlimited.c
.
.
.
does it confilict with another service ? my linux core is 2.2, may it be the reason?
I want to change an account php options through apache and file /etc/httpd/conf/httpd.conf. but it doesnt work, for example i added these lines :
<ifModule mod_php4.c>
php_value upload_max_filesize 25M
php_value max_execution_time 0
</IfModule>
<ifModule mod_php5.c>
php_value upload_max_filesize 25M
php_value max_execution_time 0
</IfModule>
Why does easy apache disable mod_php ?:
.
.
.
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
AddModule mod_frontpage.c
#AddModule mod_php4.c
#AddModule mod_php5.c
AddModule mod_bwlimited.c
.
.
.
does it confilict with another service ? my linux core is 2.2, may it be the reason?
Last edited: