[EMAIL PROTECTED] mod_rewrite : URL with special characters (= and ~) causing problems

2006-09-30 Thread ABAPGUY
Hi all , Reverse Proxying is working fine on our DMZ Apache (2.0.59) for various URLs / internal sites including those with a ! special character in them . However 1 internal site returns a long (50 character) string with ! = ~ special characters and always gives a proxy error . I've tried escaping

Re: [EMAIL PROTECTED] Wildcard fun

2006-09-30 Thread Jay L. T. Cornwall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Kew wrote: > On Saturday 30 September 2006 14:23, Jay L. T. Cornwall wrote: >> >> >> Alias /dav /home/$user/private_dav >> > Forget the alias. Just let them have a subdirectory of public_html, > and make sure nothing uploaded can be execute

[EMAIL PROTECTED] WinXPe and device "nul"

2006-09-30 Thread Frank Natoli
Apache server v2.2.3 on WinXPe refuses to start. Error.log reports problem with device "nul". Indeed, "copy license.txt nul" reports "cannot find device", whereas "copy license.txt foo" happily creates file "foo". Apparently my WinXPe build does not entirely support device "nul". Is there a way to

Re: [EMAIL PROTECTED] Wildcard fun

2006-09-30 Thread Nick Kew
On Saturday 30 September 2006 14:23, Jay L. T. Cornwall wrote: > Hi, > > I'd like to implement WebDAV for all the users on a system without > configuring each individually. Perhaps Apache can't (yet?) do this or > perhaps I'm looking at the problem the wrong way. > > The aim is to provide /home/use

[EMAIL PROTECTED] Wildcard fun

2006-09-30 Thread Jay L. T. Cornwall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'd like to implement WebDAV for all the users on a system without configuring each individually. Perhaps Apache can't (yet?) do this or perhaps I'm looking at the problem the wrong way. The aim is to provide /home/user/private_dav and have it se