Re: [EMAIL PROTECTED] Mod Rewrite assistance sought (hoped for :-)

2007-07-17 Thread Julius Thyssen
On 7/17/07, Robert Granvin <[EMAIL PROTECTED]> wrote: Unfortunately, no (on the content root). Basically, the "secure" (https) portion is a shared subdomain, hence the directory approach. Think of the structure this way: /var/www/site1 /var/www/site2 /var/www/siten /var/www/secure/ \\

Re: [EMAIL PROTECTED] Mod Rewrite assistance sought (hoped for :-)

2007-07-17 Thread Julius Thyssen
On 7/17/07, Robert Granvin <[EMAIL PROTECTED]> wrote: Standard web site is at "http://foo.site.com/..."; while the secure URL is at "https://secure.site.com/foo/..."; So you can't use the same document root for both hosts? If you need different content, except for some folders, simply use the A

Re: [EMAIL PROTECTED] Re: mod_deflate optimization

2007-07-09 Thread Julius Thyssen
On 7/9/07, Vincent Bray <[EMAIL PROTECTED]> wrote: See the docs for that directive which include: Context:server config, virtual host Meaning that this directive can be set in the main server context, or http://httpd.apache.org/docs/2.0/mod/mod_deflate.html shows an example almost id

[EMAIL PROTECTED] Re: mod_deflate optimization

2007-07-08 Thread Julius Thyssen
Actually, when I try to use itlike this: SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI\.(?:gif|jpe?g|png|wav|mp3|ogg|bmp|avi|mpg)$ no-gzip dont-vary Header

[EMAIL PROTECTED] mod_deflate optimization

2007-07-08 Thread Julius Thyssen
Hi, I'm trying to optimize speed by using mod_deflate on a particular personal server. It runs Apache httpd 2.0.52+ and PHP Version 5.1.6, with eaccellerator 0.9.5, on CentOS 4.5 with Linux 2.6.9-023stab033.6 SMP kernel. It serves 5 websites, combined they get about 1 real human to visit each se

Re: [EMAIL PROTECTED] How to serve images from memory?

2007-07-02 Thread Julius Thyssen
On 7/2/07, Norman Peelman <[EMAIL PROTECTED]> wrote: Cathy Murphy wrote: > In Apache, is there a way to serve images from memory instead of disk? > > -Cathy > www.nachofoto.com Check: http://httpd.apache.org/docs/2.0/mod/mod_cache.html In the documentation it says:

[EMAIL PROTECTED] performance and mod_deflate optimization

2007-07-01 Thread Julius Thyssen
Hi, I'm trying to optimize speed by using mod_deflate on a particular personal server. It runs Apache httpd 2.052+ and PHP Version 5.1.6, with eaccellerator, on Linux 2.6.9-023stab033.6 SMP kernel for CentOS 4.5. Roughly, it serves 5 websites, combined they get about 1 real human visit each seco

[EMAIL PROTECTED] disable Parent Directory (for fancy indexing)

2006-03-27 Thread Julius Thyssen
For the Directory indexing is there a way to NOT have the "Parent Directory" link on top of the file/dir-list index? I found a lot of 'Suppress' entries in the httpd docs, but none speak of the "Parent Directory" link. I also tried IndexIgnore Parent* but that doesn't work. Anyone? -- Adios Jul