[EMAIL PROTECTED] disable mod_deflate per site or dir

2007-06-25 Thread Jason Morehouse
Hello, We make use of mod_deflate on all of our sites. But there is a particular page we need it disabled, as we need to utilize output buffering with PHP. Is it possible to disable mod_deflate per directory, or even site? We are using apache 2.2. Thanks!

[EMAIL PROTECTED] ErrorDocumet segfault w/ php

2005-09-08 Thread Jason Morehouse
Hello all, Have run into a strange problem. We have a custom ErrorDocument that points to a php file. This worked fine up till the past little while. Noq it just segfaults. httpd.conf has: ErrorDocument 404 /404.php vhost error_log: [Thu Sep 08 21:14:03 2005] [error] [client 24.100.23.23]

[EMAIL PROTECTED] Dynamic SSLCertificateFile

2005-09-02 Thread Jason Morehouse
Hello, Quick question. Does anyone know if it's possible to dynamically set the SSLCertificateFile and SSLCertificateKeyFile directives based on the Virtualhost? I have a set of websites that all have the same configuration (VirtualHost *:443), with the exception of course their SSL certificates

[EMAIL PROTECTED] allow only

2005-08-27 Thread Jason Morehouse
Hello, What's the best way to disable access to all but selected files. For example, we have a php server. We'd like to serve php and html (css, js) files, but not much else -- .php~, .txt, or .pl or .sh or .readme... or whatever else. What is the best way optin what to allow rather than using

[EMAIL PROTECTED] ProxyPass + NoProxy?

2005-07-20 Thread Jason Morehouse
Greetings, I'm trying to setup a transparent proxy to a remote host with ProxyPass. ProxyPass / http://myserver.com This works great, but I also want to bypass the remote proxy based on host. >From my interpretation of the documentation, it appears NoProxy should do the trick but it doesn'