Re: Apache, mod_perl and PHP

2005-11-07 Thread Jonathan
i can't talk as to why that's happening - aside from stating the obvious that the server is forgetting to parse things as php. what i will say is this: redo your system as a multi-server setup. run a seperate configuration of mod_perl bound to port 8080 or something on localhost, and prox

Apache, mod_perl and PHP

2005-11-07 Thread Malka Cymbalista
We are having a strange problem with our PHP sites and I was wondering of someone has any pointers to offer. We are running apache 2.0.55 with mod_perl 2.0.1 and php 4.3.3 and mod_ssl 2.0.55 on a Sun Solaris machine. Every now and then, when you click on a URL that is a php script, instead of the

Re: ETAG err_header_out

2005-11-07 Thread Geoffrey Young
> Additionally, although changing the ETAG is not a good idea (which value i > put?), i tried > it. The ->unset method is not working, and the ->set method is indeed acting > as the ->add > method (for example $r->err_headers_out->set('Etag' => "-1");). > > In all cases, the etag value is again

ETAG err_header_out

2005-11-07 Thread eps com estem
Hi there, i'm just changing the web pages served with my mp2+libapreq2+mod_xslt2, and to inform that these pages has been modified i was used to use the $r->err_headers_out method to avoid any caching procedure. However, something is not working since the HTTP server is responding a 304 not mo