RE: [EMAIL PROTECTED] ProxyPass redirects the request

2008-08-03 Thread Phil Lefort
You might want to try: ProxyPass // http://www.backend.com/ ProxyPassReverse // http://www.backend.com/ References to mytest on the front-end will end up rendering the mytest info in the back-end. Good Luck, Phil Phil Lefort PSO Senior Field Engineer Office: 650-216-2173 Cell: 65

Re: [EMAIL PROTECTED] How apache deals with file extensions

2008-08-03 Thread Eric Covener
On Sun, Aug 3, 2008 at 11:30 PM, Robinson Craig <[EMAIL PROTECTED]> wrote: > As there is no extension, how can apache know what mimetype the file is > and successfully respond?? Does it try all sorts of common extensions > until it gets a response? > > Also, is there a configuration item to tweak s

[EMAIL PROTECTED] How apache deals with file extensions

2008-08-03 Thread Robinson Craig
Hi Folks, The following question is simply to help me understand how apache is doing something. The scenario is: In our docroot, there is a file as such: /wrp/mary.html If someone types the following url into a browser: http://www.nrw.qld.gov.au/wrp/mary (**i.e. no .html extension) Then Apac

Re: [EMAIL PROTECTED] for a whole site BUT one directory

2008-08-03 Thread Tony Stevenson
Ralph Kutschera wrote: Hallo list! I've been searching the archive but it seems there isn't yet a solution to this: I would like to have a whole site to be accessed only by user/passwd: AuthXXX [..] Only one directory should be accessible without authentication: Order Allow,Den

Re: [EMAIL PROTECTED] for a whole site BUT one directory

2008-08-03 Thread André Warnier
André Warnier wrote: Ralph Kutschera wrote: Hallo list! I've been searching the archive but it seems there isn't yet a solution to this: I would like to have a whole site to be accessed only by user/passwd: AuthXXX [..] Only one directory should be accessible without authenticati

Re: [EMAIL PROTECTED] for a whole site BUT one directory

2008-08-03 Thread André Warnier
Ralph Kutschera wrote: Hallo list! I've been searching the archive but it seems there isn't yet a solution to this: I would like to have a whole site to be accessed only by user/passwd: AuthXXX [..] Only one directory should be accessible without authentication: Order Allow,Den

[EMAIL PROTECTED] for a whole site BUT one directory

2008-08-03 Thread Ralph Kutschera
Hallo list! I've been searching the archive but it seems there isn't yet a solution to this: I would like to have a whole site to be accessed only by user/passwd: AuthXXX [..] Only one directory should be accessible without authentication: Order Allow,Deny Allow from All T