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
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
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
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
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
> ---
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
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
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
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
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
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
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
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
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
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,
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,
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
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
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
19 matches
Mail list logo