Re: [EMAIL PROTECTED] Problem: Reverse Proxy Should Use a Specific IP(v6) Address on an Multihomed Interface

2008-08-06 Thread Christian Felsing
This is not a routing issue. Ethernet interface has multiple IP addresses from same subnet, so it does not matter which source address is selected by application for routing. Some applications provides a config option to use a specific IP address if it opens an IP connection with SYN and furthe

Re: [EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Erling Wegger Linde
I think this is the relevant part for my config: AuthType Basic AuthName ... AuthUserFile ... Require valid-user Order deny,allow Allow from all ProxyPass /projects http://localhost:8180/projects/projects nocanon ProxyPassReverse /projects http://localhost:8180/projects/projects (well the dou

Re: [EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Krist van Besien
On Wed, Aug 6, 2008 at 18:00, Erling Wegger Linde <[EMAIL PROTECTED]> wrote: > But it didn't.. hmm.. that's weird.. > > Any other ideas? Maybe your problem is something different. From the looks of it apache is trying to find something locally that you want it to look for somewhere else. Maybe you

Re: [EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Erling Wegger Linde
But it didn't.. hmm.. that's weird.. Any other ideas? Thanks, - Erling On Wed, Aug 6, 2008 at 5:52 PM, Erling Wegger Linde <[EMAIL PROTECTED]> wrote: > Thanks, > > From http://httpd.apache.org/docs/2.2/mod/mod_proxy.html it looks like > it should do the trick =) > > On Wed, Aug 6, 2008 at 3:48 P

Re: [EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Erling Wegger Linde
Thanks, >From http://httpd.apache.org/docs/2.2/mod/mod_proxy.html it looks like it should do the trick =) On Wed, Aug 6, 2008 at 3:48 PM, Nick Kew <[EMAIL PROTECTED]> wrote: > On Wed, 6 Aug 2008 15:02:42 +0200 > "Erling Wegger Linde" <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I want "/projects/htt

Re: [EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Nick Kew
On Wed, 6 Aug 2008 15:02:42 +0200 "Erling Wegger Linde" <[EMAIL PROTECTED]> wrote: > Hi, > > I want "/projects/https%3A%2F%2Fwiki.miles.no%2Fdisplay%2FMPL" not to > be decoded by Apache Doesn't nocanon fix it for you? (sorry, can't remember full details). -- Nick Kew Application Development w

[EMAIL PROTECTED] Checking for httpd2: dead

2008-08-06 Thread Russell Martilla
I am finding this on one of my servers running Linux TWCWS 2.6.5-7.311-bigsmp #1 SMP Mon Mar 10 13:12:16 UTC 2008 i686 i686 i386 GNU/Linux.  Warning: found stale pidfile (unclean shutdown?) -bash: syntax error near unexpected token `(' My apache2 is dying pretty much everyday like this. I have

[EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Erling Wegger Linde
Hi, I want "/projects/https%3A%2F%2Fwiki.miles.no%2Fdisplay%2FMPL" not to be decoded by Apache I get the following error: "The requested URL /projects/https://wiki.miles.no/display/MPL was not found on this server" As you can see, Apache has decoded the URL I use ProxyPass(Reverse) for /projec

Re: [EMAIL PROTECTED] Problem: Reverse Proxy Should Use a Specific IP(v6) Address on an Multihomed Interface

2008-08-06 Thread Krist van Besien
On Wed, Aug 6, 2008 at 08:46, Christian Felsing <[EMAIL PROTECTED]> wrote: > Is it possible to tell httpd to use 1) instead of 3) as source IP address if > rproxy accesses an IPv6 host ? This is most likely an operating system issue. You have to tell your server to route packets for your IPv6 hos

[EMAIL PROTECTED] application-using-dojo-hangs-apache-httpd-server

2008-08-06 Thread Rajesh Chande
Hello, I have deployed a Struts Ajax dojo based web application. Its using Dojo 1.1 (v 1.1 2008/07/23). Scenario 1: I have deployed this application on JBoss 4.2.2GA application server and works perfectly fine. The JBoss is in standalone mode and the response time is perfectly fine and great.