Re: [PHP] php ignores php_value from httpd.conf?

2005-01-05 Thread Steve Kieu
--- Sebastian <[EMAIL PROTECTED]> wrote: > hmm i never even knew you can put that in there.. Yes according to php official manual you can When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files (e.g. httpd.conf) and .hta

[PHP] php ignores php_value from httpd.conf?

2005-01-05 Thread Steve Kieu
Hi, I am trying to debug the problem I have; which is that php seems to ignore all php_value I set in httpd.conf. Example I have: DocumentRoot /var/www/webssl Options Indexes FollowSymLinks MultiViews AllowOverride All php_value upload_max_filesize "20M" Order allow,deny All