RE: [EMAIL PROTECTED] proxypassreverse redirection

2006-02-12 Thread Frederick, Fabian
This method works but I'd like to avoid access _only_ without authentification : http://site returns 401 with www-auth ... But I'm surprised http://user:[EMAIL PROTECTED] works in 2 phases : 1.Server returns 401 (why?) 2.Account is logged; server returns 302 How can I recognize h

[EMAIL PROTECTED] Reverse proxy and cache

2006-02-12 Thread Садреев Айрат Алмазович
I'd like to provide access to multiple remote Web-servers via my Apache using reverse proxy. Remote Web-servers connected via low-speed channels so I'd like to use caching to speed-up content loading for clients. I set up reverse proxy and cache modules. The accessed files put i

[EMAIL PROTECTED] Warning messages

2006-02-12 Thread sridhar
Hi, On Windows the few warn messages like "[warn] Limiting internal redirects to very low numbers may cause normal requests to fail." is displayed on console is also logged in error.log file but the behaviour is different in linux the messages are displayed in console but not logged in "error.l

[EMAIL PROTECTED] Q: about mod_status.

2006-02-12 Thread Alexander Lazic
Hi, in http://httpd.apache.org/docs/2.0/mod/mod_status.html stands: --- A compile-time option must be used to display the details marked "(*)" as the instrumentation required for obtaining these statistics does not exist within standard Apache. --- But i can't find the option :-( Please can a

Re: [EMAIL PROTECTED] Apache 2.0.55 : Auth&Allow from IP for CGI-BIN folder

2006-02-12 Thread Joshua Slive
On 2/12/06, Sim <[EMAIL PROTECTED]> wrote: > Hi! > > I'm trying to limit access for a cgi-bin folder, with Auth & IP > > This is my config for auth, but when I try to insert : "allow from", > it bypass Auth phase. > > How can I fix it ? > > Thanks! > > > httpd.conf > ---

[EMAIL PROTECTED] Apache 2.0.55 : Auth&Allow from IP for CGI-BIN folder

2006-02-12 Thread Sim
Hi! I'm trying to limit access for a cgi-bin folder, with Auth & IP This is my config for auth, but when I try to insert : "allow from", it bypass Auth phase. How can I fix it ? Thanks! httpd.conf - Deny from

[EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-12 Thread Kresimir Peharda
I am struggling to set up a reverse proxy, and for some reason, just can't get it right. I have a public server (will call it "frontend") to access a private one ("backend"). The "backend" sends a couple of redirects, which seem to confuse the ProxyPassReverse, so eventually my browser ends up qu

Re: [EMAIL PROTECTED] "monitor hooks" docs in apache 2.2

2006-02-12 Thread Nick Kew
On Sunday 12 February 2006 18:23, Jacqui Caren wrote: > Nick Kew wrote: > >very different to other hooks, and could be dangerous. > > I was thinking of using it to 'nice' a pool of backend processes - but I > think a standalone daemon may be easier/safer. I don't see how monitor would be relevant

Re: [EMAIL PROTECTED] "monitor hooks" docs in apache 2.2

2006-02-12 Thread Jacqui Caren
Nick Kew wrote: very different to other hooks, and could be dangerous. I was thinking of using it to 'nice' a pool of backend processes - but I think a standalone daemon may be easier/safer. Thanks Jacqui - The official User

Re: [EMAIL PROTECTED] "monitor hooks" docs in apache 2.2

2006-02-12 Thread Nick Kew
On Sunday 12 February 2006 15:16, Boysenberry Payne wrote: > Is there more information online about hooks you'd suggest checking out? Not really. If you were embarking on a project where such information was likely to matter, you could ask more specific questions. The scarcity of developer docu

[EMAIL PROTECTED] Redirecting /foo//bar to /foo/bar without creating a loop

2006-02-12 Thread Fabian Keil
I would like to redirect /foo//bar (and /foo///bar etc.) to /foo/bar. So far I failed and I'm not sure if I did something wrong or if it's impossible with the Redirect directive. At the moment my Apache server answers /foo//bar with 200 and sends the document /foo/bar without letting the user know

Re: [EMAIL PROTECTED] "monitor hooks" docs in apache 2.2

2006-02-12 Thread Boysenberry Payne
Is there more information online about hooks you'd suggest checking out? Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 12, 2006, at 9:10 AM, Nick Kew wrote: On Sunday 12 February 2006 14:07, Boysenberry Payne wrote: Other than the initial blurb about it I cou

Re: [EMAIL PROTECTED] "monitor hooks" docs in apache 2.2

2006-02-12 Thread Nick Kew
On Sunday 12 February 2006 14:07, Boysenberry Payne wrote: > Other than the initial blurb about it I could only find general hook > info here: > > http://httpd.apache.org/docs/2.0/developer/hooks.html FWIW, given that it's dated 1999, that document is surprisingly up-to-date and still valid for th

Re: [EMAIL PROTECTED] "monitor hooks" docs in apache 2.2

2006-02-12 Thread Nick Kew
On Sunday 12 February 2006 13:48, Jacqui Caren wrote: > Is there any documentation regarding the 'monitor hooks' feature of > apache2.2? Not really. There's the "what's new" page and the source code. When my book comes out it'll say just a little more. The vital question here is whether you have

Re: [EMAIL PROTECTED] "monitor hooks" docs in apache 2.2

2006-02-12 Thread Boysenberry Payne
Other than the initial blurb about it I could only find general hook info here: http://httpd.apache.org/docs/2.0/developer/hooks.html If you find something more, let me know, seems like a very useful hook to hack... Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 12,

Re: [EMAIL PROTECTED] Pretty URLs with .htaccess

2006-02-12 Thread Boysenberry Payne
As long as .htaccess files are enabled try: RewriteEngine on RewriteRule ^(.*)comments/blogid/(.*)[/]?$ /html/comments.php?blogid=$1 I think that will do it for you. You'll want to validate as usual... Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 11,

Re: [EMAIL PROTECTED] Does apache1.3 support filter?

2006-02-12 Thread Nick Kew
On Sunday 12 February 2006 09:02, Mohammad Tag EL-Deen wrote: > I'm using filter in my website. it was hosted on Tomcat and Resin. > When i host the site on apache 1.3, the site not working. > So,Does apache1.3 support filter? No. Filter support is one of the improvements in Apache 2.x over older

[EMAIL PROTECTED] "monitor hooks" docs in apache 2.2

2006-02-12 Thread Jacqui Caren
Is there any documentation regarding the 'monitor hooks' feature of apache2.2? A search of the httpd.apache.org web site gives nada. Jacqui - The official User-To-User support forum of the Apache HTTP Server Project. See htt

[EMAIL PROTECTED] Does apache1.3 support filter?

2006-02-12 Thread Mohammad Tag EL-Deen
I'm using filter in my website. it was hosted on Tomcat and Resin.When i host the site on apache 1.3, the site not working.So,Does apache1.3 support filter?-- Respectfully,Mohammad Tag EL-Deen