[EMAIL PROTECTED] mod_rewrite & mod_proxy & %2F in URL

2006-06-12 Thread Markus Stockhausen
Hello. We used Apache 2.0.54 as a reverse proxy for an internet webmail access with the following rewrite rule: AllowEncodedSlashes On RewriteEngine on RewriteRule /(.*)/MessagePart/(.*)/(.*)/(.*)-H.txt http://127.0.0.1:8100/$1/MessagePart/$2\%2F$3/$4-H.txt [P] It is essential for the mails

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-12 Thread CC CHEN
Hi,   Did you mean this :     ##       Options FollowSymLinks    AllowOverride None        # Insert filter    # HTTP COMPRESSION SetOutputFilter DEFLATE    # Netscape 4.x has some problems... BrowserMatch ^Mozilla/4 gzip-only-text/html # Netscape 4.06-4.08 have some more pro

Re: [EMAIL PROTECTED] self-referential URL's and load balancer

2006-06-12 Thread Joshua Slive
On 6/12/06, enigma <[EMAIL PROTECTED]> wrote: I have a problem with the self-referential URL's being generated by Apache when a hardware load balancer is front ending it. The load balancer listens on port 443, decrypts SSL and forwards standard http to Apache on port 13443 on the culster machin

Re: [EMAIL PROTECTED] You're flooding people's mailboxes

2006-06-12 Thread Evan Platt
On Mon, June 12, 2006 3:54 pm, Carlos Ross wrote: > Hello, > > For two weeks I've been getting all of your messages...why all of a sudden > copy everybody? > Please stop broadcasting my mailbox is getting flooded and I have to > delete nearly 30 > messages everyday. Huh?

RE: [EMAIL PROTECTED] You're flooding people's mailboxes

2006-06-12 Thread Mattias Segerdahl
To unsubscribe, e-mail: [EMAIL PROTECTED] -Original Message- From: Carlos Ross [mailto:[EMAIL PROTECTED] Sent: den 13 juni 2006 00:55 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] You're flooding people's mailboxes Hello, For two weeks I've been getting all of your messages...why

[EMAIL PROTECTED] You're flooding people's mailboxes

2006-06-12 Thread Carlos Ross
Hello, For two weeks I've been getting all of your messages...why all of a sudden copy everybody? Please stop broadcasting my mailbox is getting flooded and I have to delete nearly 30 messages everyday. Thanks!! - The

[EMAIL PROTECTED] self-referential URL's and load balancer

2006-06-12 Thread enigma
I have a problem with the self-referential URL's being generated by Apache when a hardware load balancer is front ending it. The load balancer listens on port 443, decrypts SSL and forwards standard http to Apache on port 13443 on the culster machines. The problem I encounter is when Apache gener

Re: [EMAIL PROTECTED] FilesMatch Explanation!

2006-06-12 Thread Joshua Slive
On 6/12/06, Zakai Kinan <[EMAIL PROTECTED]> wrote: I see. The way I used the filematch did not result in any errors. Apache seems to simply ignore the directive. The directory is already protected, but I wanted to restrict access to one script to one user within the directory. The user is par

Re: [EMAIL PROTECTED] Error message "LocationMatch not allowed here"

2006-06-12 Thread Joshua Slive
On 6/12/06, Jesse Ross <[EMAIL PROTECTED]> wrote: Hello BP, You're right - this is a question of what is allowed in .htaccess files. Check out http://httpd.apache.org/docs/1.3/mod/core.html#locationmatch, and look at the "Context" section. Since it doesn't include .htaccess, you can't use a L

Re: [EMAIL PROTECTED] Error message "LocationMatch not allowed here"

2006-06-12 Thread Jesse Ross
Hello BP, You're right - this is a question of what is allowed in .htaccess files. Check out http://httpd.apache.org/docs/1.3/mod/core.html#locationmatch, and look at the "Context" section. Since it doesn't include .htaccess, you can't use a LocationMatch in a .htaccess file. There isn't any

Re: [EMAIL PROTECTED] FilesMatch Explanation!

2006-06-12 Thread Zakai Kinan
I see. The way I used the filematch did not result in any errors. Apache seems to simply ignore the directive. The directory is already protected, but I wanted to restrict access to one script to one user within the directory. The user is part of the authentication for the directory in the htpa

[EMAIL PROTECTED] Error message "LocationMatch not allowed here"

2006-06-12 Thread BP Jonsson
Dear friends, I get an error message: "[alert] [client xxx] /home/account/public_html/.htaccess: http://httpd.apache.org/docs/1.3/howto/htaccess.html#what> It seems there should be an AllowOverride directive somewhere, but where? And what should it look like? Can I fix this problem or do I have

Re: [EMAIL PROTECTED] Re: FilesMatch Explanation!

2006-06-12 Thread Zakai Kinan
Yes, there is a user admin in the htpasswd file. No, I did not have satisfy any as a directory directive so I will try that. Thanks ZK --- Joost de Heer <[EMAIL PROTECTED]> wrote: > Zakai Kinan wrote: > > I have this directive > > > >require user "{Admin}" > > > > > > in an htacces

Re: [EMAIL PROTECTED] segmentation fault

2006-06-12 Thread Josh Stephenson
Yeah - I realize that code doesn't just 'go off', but if no-one tells me what they changed, I can't change it back. Yes - Mac OS X is a BSD-like OS By re-install, I meant rebuilt from source (I'll remember to be more specific in the future). All Modules are commented out, and I still get a s

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-12 Thread Emmanuel E
no no what i meant was put it in the section which says . there should already be a section. CC CHEN wrote: Hi,   It doesn't work at all if i replace with       - Original Message - From: Emmanuel E To: users@httpd.apache.org Sent: Mo

RE: [EMAIL PROTECTED] jsp/java servelets

2006-06-12 Thread Boyle Owen
> -Original Message- > From: Muhammad Rizwan [mailto:[EMAIL PROTECTED] > Sent: Monday, June 12, 2006 7:07 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] jsp/java servelets > > Hello > > I want to run jsp and java servelets pages on my Apache webserver, Start here: http://

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] jsp/java servelets

2006-06-12 Thread Dietmar . Mueller
http://www.apachetomcat.com/home regards Dietmar Muhammad Rizwan <[EMAIL PROTECTED]> am 12.06.2006 19:06:36 Bitte antworten an users@httpd.apache.org An: users@httpd.apache.org Kopie: Thema: [EMAIL PROTECTED] jsp/java servelets Hello I want to run jsp and java servelets pages on my A

[EMAIL PROTECTED] jsp/java servelets

2006-06-12 Thread Muhammad Rizwan
Hello I want to run jsp and java servelets pages on my Apache webserver, How i can do sooo Thanks!!! - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-12 Thread CC CHEN
Hi,   It doesn't work at all if i replace with       - Original Message - From: Emmanuel E To: users@httpd.apache.org Sent: Monday, June 12, 2006 6:58 PM Subject: Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration try putting it in the container.C

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-12 Thread Emmanuel E
try putting it in the container. CC CHEN wrote: Greeting,   I have put in the deflate function in the httpd.conf as below. During testing, the compression is working when I access my web page from internal IP address e.g.:http://x.x.x.x. Anyway when I access the web page usin

[EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-12 Thread CC CHEN
Greeting,   I have put in the deflate function in the httpd.conf as below. During testing, the compression is working when I access my web page from internal IP address e.g.:http://x.x.x.x.Anyway when I access the web page using domain name e.g.: http://my.web.com, the compression is not wor

[EMAIL PROTECTED] Can I have negotiated includes?

2006-06-12 Thread Nicholas Shanks
Hi there. I am trying to find a solution to two problems, the first being: User requests /blah with "Accept-Language: fr, en;q=0.5" File blah.html is the only one available, gets served. File needs to include a common navigation bar. There are two available, /nav.en.inc and /nav.fr.inc File uses

Re: [EMAIL PROTECTED] PROPFIND record in access_log of apache2 under windows

2006-06-12 Thread Rainer Sokoll
On Mon, Jun 12, 2006 at 11:29:12AM +0200, Francisco Ruiz Ibañez wrote: > No, the ip is from out of our network. Then I would think this is regular background noise. Anyway: As long as you do not offer DAV, you should be safe in this particular case. Rainer --

RE: [EMAIL PROTECTED] PROPFIND record in access_log of apache2 under windows

2006-06-12 Thread Francisco Ruiz Ibañez
No, the ip is from out of our network. -Mensaje original- De: Rainer Sokoll [mailto:[EMAIL PROTECTED] Enviado el: lunes, 12 de junio de 2006 11:05 Para: users@httpd.apache.org Asunto: Re: [EMAIL PROTECTED] PROPFIND record in access_log of apache2 under windows On Mon, Jun 12, 2006 at 10:

Re: [EMAIL PROTECTED] PROPFIND record in access_log of apache2 under windows

2006-06-12 Thread Rainer Sokoll
On Mon, Jun 12, 2006 at 10:52:09AM +0200, Francisco Ruiz Ibañez wrote: > Hi all, > Last weekend, I've seen in my access_log many records like: > > "x.x.x.x - - [11/Jun/2006:00:09:14 +0200] "PROPFIND /pub/ HTTP/1.1" 405 325 > "-" "Microsoft-WebDAV-MiniRedir/5.1.2600" > > This is in ap

[EMAIL PROTECTED] PROPFIND record in access_log of apache2 under windows

2006-06-12 Thread Francisco Ruiz Ibañez
Hi all, Last weekend, I've seen in my access_log many records like: "x.x.x.x - - [11/Jun/2006:00:09:14 +0200] "PROPFIND /pub/ HTTP/1.1" 405 325 "-" "Microsoft-WebDAV-MiniRedir/5.1.2600" This is in apache2 under windows: What does it mean? is it a malicious action like de

[EMAIL PROTECTED] Re: Authentication directive from 1.3 to 2.2 , what do i miss here?

2006-06-12 Thread Joost de Heer
> but now in 2.2 it does recognized that the page needs Authentication > but then > > in the logs it says : > > [Sun Jun 11 16:53:15 2006] [error] [client 1#2.1##.#.6#] No Authn > provider configured, referer: http://myhome:/blah.html > > [Sun Jun 11 16:53:15 2006] [error] [client 1#2.1##.#.6#]