[EMAIL PROTECTED] mod_proxy report "DNS lookup failure" when combined mod_proxy and mod_rewrite

2008-02-20 Thread Robert Balabalame
Hi, all: I want to use mod_rewrite to modify some url and pass it to backend servers。And the following is my config。 ServerName www.mysite.com AddOutputFilterByType DEFLATE text/html text/css application/x-javascript ProxyPass /balancer-manager ! ProxyPass /yui ! ProxyPa

Re: [EMAIL PROTECTED] webdav not authenticating on apache 2.2.3 - centos 5

2008-02-20 Thread James Chase
Ugh! That was it. Thanks for catching that error. I knew it was something simple that would make me look like an idiot =o) On 2/20/2008 6:05 PM, Devraj Mukherjee wrote: Hi James, Not sure if this is the cause but it seems you are providing a directory name in your location tag where as a Loc

Re: [EMAIL PROTECTED] webdav not authenticating on apache 2.2.3 - centos 5

2008-02-20 Thread Devraj Mukherjee
Hi James, Not sure if this is the cause but it seems you are providing a directory name in your location tag where as a Location tag excepts a URL path. http://httpd.apache.org/docs/2.0/mod/core.html#location Thought it might be worth pointing out. On Thu, Feb 21, 2008 at 7:47 AM, James Chase <

[EMAIL PROTECTED] webdav not authenticating on apache 2.2.3 - centos 5

2008-02-20 Thread James Chase
I've been trying to get webdav to work with apache for a little while now and I must be missing something. Currently I just have the directives like this DAV on I just want to verify that webdav actually works. When trying to map the location with Windows XP it asks for a username/pa

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-20 Thread Ruslan Sivak
Krist van Besien wrote: On Wed, Feb 20, 2008 at 6:20 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: So basically appache is not encoding the arguments when they're proxied. When it gets to index.html it just sees user=testing. How do I make apache properly encode the arguments? Prop

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-20 Thread Krist van Besien
On Wed, Feb 20, 2008 at 6:20 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: > So basically appache is not encoding the arguments when they're > proxied. When it gets to index.html it just sees user=testing. > > How do I make apache properly encode the arguments? Properly encoding the arguments i

Re: [EMAIL PROTECTED] mod_perl

2008-02-20 Thread Sean Allen
those packages set it up as a loadable module, you need to adjust configuration to actually load the module. On Feb 20, 2008, at 10:06 AM, Kaushal Shriyan wrote: hi I am running apache2 and have installed libapache2-mod-perl2 on Ubuntu 7.04 $dpkg -l | grep apache2 ii apache2

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-20 Thread Ruslan Sivak
Krist van Besien wrote: On Feb 19, 2008 11:35 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: Logs: for somehostname.com/u/testing test 127.0.0.1 - - [19/Feb/2008:17:25:33 --0500] [somehostname.com/sid#7680e0][rid#a82fa0/initial] (2) init rewrite engine with requested uri /u/testing test 127.0

[EMAIL PROTECTED] mod_perl

2008-02-20 Thread Kaushal Shriyan
hi I am running apache2 and have installed libapache2-mod-perl2 on Ubuntu 7.04 $dpkg -l | grep apache2 ii apache22.2.3-3.2ubuntu2.1 Next generation, scalable, extendable web server $ dpkg -l | grep libapache2 ii libapache2-mod-perl2

[EMAIL PROTECTED] mod_proxy report "DNS lookup failure" when combined mod_proxy and mod_rewrite

2008-02-20 Thread Robert Balabalame
Hi, all: I want to use mod_rewrite to modify some url and pass it to backend servers。And the following is my config。 ServerName www.mysite.com AddOutputFilterByType DEFLATE text/html text/css application/x-javascript ProxyPass /balancer-manager ! ProxyPass /yui ! ProxyPa

Re: [EMAIL PROTECTED] deny direct access

2008-02-20 Thread Antonio Piu
Thank you Sean, this solved my problem! Thank you a lot. Cheers! --- Antonio Piu [EMAIL PROTECTED] www.italocalvino.it www.taldeitali.it Il giorno 20/feb/08, alle ore 15:11, Sean Allen ha scritto: This might help: http://willy.boerland.com/myblog/ preventing_bandwidt

Re: [EMAIL PROTECTED] SocketException: Broken pipe

2008-02-20 Thread Joshua Slive
On Feb 20, 2008 1:32 AM, Baskaran, Gokulnath <[EMAIL PROTECTED]> wrote: > I am using apache 2.2.4 and tomcat 5.5.20 and in my Catalina log I get the > below exception. Any clues on it. Since this is in your tomcat error log and is clearly a java traceback, you'd probably have better luck addressi

Re: [EMAIL PROTECTED] httpd 2.2.0 assert in file server\config.c on windows 2000.

2008-02-20 Thread Joshua Slive
On Feb 20, 2008 4:09 AM, Ashwani Kumar Sharma <[EMAIL PROTECTED]> wrote: > > > Hi All, > I am getting this error on win2k. > > > .\\server\\config.c, line 1958, assertion "rv == APR_SUCCESS" fail > Does anyone know what is the problem. Try a recent version. 2.2.0 is quite old. Joshua. --

Re: [EMAIL PROTECTED] deny direct access

2008-02-20 Thread Sean Allen
This might help: http://willy.boerland.com/myblog/preventing_bandwidth_theft_for_images_deeplinking_with_apache On Feb 20, 2008, at 9:07 AM, Antonio Piu wrote: Hi All, I am getting this problem: someone use to link images (stored on my server) linked in my blog directly. So, without permis

[EMAIL PROTECTED] deny direct access

2008-02-20 Thread Antonio Piu
Hi All, I am getting this problem: someone use to link images (stored on my server) linked in my blog directly. So, without permission, he can take images without copying them. Is there a way to prevent direct access to files from .htaccess (for example) so that images and other files could

[EMAIL PROTECTED] httpd 2.2.0 assert in file server\config.c on windows 2000.

2008-02-20 Thread Ashwani Kumar Sharma
Hi All, I am getting this error on win2k. .\\server\\config.c , line 1958, assertion "rv == APR_SUCCESS" fail Does anyone know what is the problem. Thanks and Regards, Ashwani Sharma Mob: +91+9916454843 Off: +91-80-26265053 DISCLAIMER: This message (including attachment if any) is confide

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread pat
Okay my goal was to host different subdomains like: me.example.com and she.example.com. I thought I am able to provide the same cert for all subdomains (wildcard ssl cert). I hoped if someone connects to http://me.example.com is automatically by the me VH config "forwarded" to https://me.example

RE: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread Boyle Owen
> -Original Message- > From: pat [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 20, 2008 9:15 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem > > I searched my config files for that line, but there was > obviously none. >

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread pat
Okay, I was already wondering if there is a problem with more then one VH and SSL all on the same port (443). It looks like I have to make the whole server ssl then? Yes, SSLRequireSSL gives me a 403 denied access. Boyle Owen wrote: -Original Message- From: pat [mailto:[EMAIL PROTECTED

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread pat
I searched my config files for that line, but there was obviously none. I added it to the default_ssl_vhost.conf after "Listen 443". If I know connect to https:443 it works correctly and the right content is shown :) But if I connect to http:80 is shows the default DocumentRoot. Can you give me

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread pat
PingBad wrote: On Wednesday 20 February 2008 00:10, pat wrote: > Hello > > I have a problem with the apache2 configuration if I want to combine > vhost and ssl settings. > My apache opts: APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D > SSL -D SSL_DEFAULT_VHOST -D PHP5 -D PERL -D

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-20 Thread Krist van Besien
On Feb 19, 2008 11:35 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: > Logs: > > for somehostname.com/u/testing test > > 127.0.0.1 - - [19/Feb/2008:17:25:33 --0500] > [somehostname.com/sid#7680e0][rid#a82fa0/initial] (2) init rewrite > engine with requested uri /u/testing test > 127.0.0.1 - - [19/Feb

RE: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread Boyle Owen
> -Original Message- > From: pat [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 19, 2008 1:19 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem > > Hello Boyle > > Just the default ssl vhost is on port 443: > Listen 443 >