You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Technicien Kalyweb.com" <te...@kalyweb.com> on 2002/04/26 14:52:48 UTC

PHP cache problems with Apache2.0.35

I'm running Apache2 and I have two problems with PHP (running as an Apache module) :

First, Apache is allowing the browser to cache documents (with If-Modified-Since I think).

And second I can't use these type lines in httpd.conf :
  php_admin_value open_basedir /home/user/web:/tmp
I have that answer on configtest :
php_admin_value not allowed here

I need help (please :D )