mehrdad abed

Well-Known Member
Mar 18, 2006
128
0
166
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?
 
Last edited:

Manuel_accu

Well-Known Member
Jun 19, 2005
191
0
166
Are you selecting the required option while compiling apache through easyapache. You may need to select php so that apache will compile with php and that module will not be commented.

I dont think that this will affect other services