AW: [EMAIL PROTECTED] Special chars in third party module mod_getaccess

2007-01-07 Thread Sternath, Elmar
Hello Nick, I defined an ssl error log in ssl.conf: ErrorLog J:/apache-nw2004s/logs/mobx-sievs001.de007.icn.siemens.de_error_ssl.log In this file, I can find the error message. The problem is that the GetAccess module does not accept URIs containing the '~' char, leading to an HTTP Error 400.

[EMAIL PROTECTED] a simple rewrite request

2007-01-07 Thread Jonathan Horne
i have a server that i keep on standby with a "down for maintenance" version of my website. i would like to redirect any url that might come in to just / (my document root). could someone whip me up a quick example? thanks, jonahtan

Re: [EMAIL PROTECTED] Pool usage for opening log files

2007-01-07 Thread William A. Rowe, Jr.
You'll have more luck with programming API questions on [EMAIL PROTECTED], since [EMAIL PROTECTED] is more tuned in with deploying and configuring the server. Arthur Kreitman wrote: > This is under 2.2.2 under Windows. > > > > I need to periodically rename the error and access logs. I’ve n

Re: [EMAIL PROTECTED] .htaccess not enabled?

2007-01-07 Thread Riemer Palstra
On Mon, Jan 08, 2007 at 12:36:32AM +0100, Emil Edeholt wrote: > I've done this before so I'm quite sure it's correct. Does one need to > enable .htaccess files somewhere in the apache conf file? Look into the Directory directives for the directory the .htaccess is in (or any higher one if applicab

[EMAIL PROTECTED] .htaccess not enabled?

2007-01-07 Thread Emil Edeholt
Hi, I'm new on this list so sorry if I'm OT or something. I'm having trouble getting .htaccess files to function on my server. I'm trying to require a password to view a certain directory with this .htaccess file: AuthUserFile /full/path/to/.htpasswd AuthGroupFile /dev/null AuthName "Passwor

[EMAIL PROTECTED] caching gzipped files

2007-01-07 Thread Peter Michaux
Hi, I believe that mod_deflate compresses a particular resource on-the-fly each time the resource is requested. Is this true? This repetitive compression seems a bit wasteful for a resource that doesn't change often. I would like to set up the following type of caching system or something similar

RE: [EMAIL PROTECTED] Virtual Host Issue

2007-01-07 Thread Karl-Heinz Schulz
I tried that earlier but it defaults always to the first specified site - there must be something else going since I get the following error: [EMAIL PROTECTED]:/etc/apache2/sites-available$ sudo /etc/init.d/apache2 restart * Forcing reload of apache 2.0 web server... [Sun Jan 07 13:43:01 2007] [w

Re: [EMAIL PROTECTED] Virtual Host Issue

2007-01-07 Thread Yvo van Doorn
Looks like your missing a ServerName entry for the first virtual host. On 1/7/07, Karl-Heinz Schulz <[EMAIL PROTECTED]> wrote: I try to enable virtual hosts but all my requests are forwarded to * www.wienernaschmarkt.eu/* What do I keep overlooking? TIA Nam

Re: [EMAIL PROTECTED] apache rewritecond spits out "http://blah.com//whatever". double slashes?

2007-01-07 Thread Bob
jamie rishaw wrote: RewriteCond.. just added to a host to strip www off of requests coming to www.@ Now tho all urls are being rewritten to " http://host.tld//whatever";. Note the double slashes after tld. [...] Here's the rewrite code. What did I miss? ... RewriteEngine On Re

Re: [EMAIL PROTECTED] Virtual Host Issue

2007-01-07 Thread Sascha Kersken
Virtual Host IssueHi, the first virtual host doesn't have a ServerName. Regards Sascha - Original Message - From: Karl-Heinz Schulz To: users@httpd.apache.org Sent: Sunday, January 07, 2007 7:11 PM Subject: [EMAIL PROTECTED] Virtual Host Issue I try to enable virtual hosts but all

[EMAIL PROTECTED] Virtual Host Issue

2007-01-07 Thread Karl-Heinz Schulz
I try to enable virtual hosts but all my requests are forwarded to www.wienernaschmarkt.eu/ What do I keep overlooking? TIA NameVirtualHost *:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/ Options FollowSymLinks AllowOverride N

[EMAIL PROTECTED] Pool usage for opening log files

2007-01-07 Thread Arthur Kreitman
This is under 2.2.2 under Windows. I need to periodically rename the error and access logs. I've noticed that all the file operations require a pool pointer. If I use a null to AprOpenFile, will that use a default pool. Is there a set on common pool pointers that I can reference? Since I'

Re: [EMAIL PROTECTED] mod_rewrite to speed up twiki

2007-01-07 Thread Bob
Timothy Legge wrote: I have included the rewrite logs for the one request for IT/WebHome. It seems to me that there is too much in the file for the one request. I expect to see two requests (one from my pc to apache and the other from the apache server during the mod_rewrite call to the generat

Re: [EMAIL PROTECTED] Re: Redirect URLs using mod_rewrite

2007-01-07 Thread Bob
Stefan Antonelli wrote: Eric Covener gmail.com> writes: You can't match the query string in RewriteRule. Add a RewriteCond that looks at %{QUERY_STRING} and use a backreference to the RewriteCond match Do you have any Example where i can find this in action? In which context are you using

[EMAIL PROTECTED] mod_deflate & FastCGI

2007-01-07 Thread Xavier Noria
I have this simple .htaccess in a hosted website. Static content is compressed, but content coming from FastCGI (that's a Rails application) is not. Dynamic content has the right MIME type and everything, see $ wget -S --header="Accept-Encoding: gzip" http://www.hashref.com/ --11:27:25-- h