Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread Eric Bowman
dynamically change number of connections > without having to stop apache? > > Some of the modules I looked at is limitip, vhost limit but I am not > sure if these are dynamic. I think it requires server re-start What problem are you trying to solve, exactly? -- Eric Bowman Bob

Re: [EMAIL PROTECTED] redirects conundrum

2008-09-12 Thread Eric Bowman
Ben Spencer wrote: > You might want to look at > > http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule > > the "'redirect|R [=code]' (force redirect)" section? > > That's the ticket -- thanks! -- Eric Bowman Boboco Ltd [EMAIL PROT

Re: [EMAIL PROTECTED] redirects conundrum

2008-09-12 Thread Eric Bowman
edirecting, we end up with big cookies that get sent with every request to the server. By redirecting to /a/, our cookies end up with the /a/ path and hence don't get sent with all the requests to /bar. Thanks, Eric -- Eric Bowman Boboco Ltd [EMAIL PROTECTED] http://www.boboco.ie/

[EMAIL PROTECTED] redirects conundrum

2008-09-12 Thread Eric Bowman
example.com/a/"; which breaks everything else. Is there a way to prevent /balancer-manager from redirecting similar to how /bar doesn't redirect, but without proxying? Thanks in advance, Eric -- Eric Bowman Boboco Ltd [EMAIL PROTECTED] http:/

Re: [EMAIL PROTECTED] apache 2.2.3 and load balancing

2008-06-01 Thread Eric Bowman
Sander Temme wrote: On Jun 1, 2008, at 1:05 AM, Eric Bowman wrote: I'm in a situation (RHEL 5.1) where the only "supported" version of Apache is 2.2.3. We are wishing to avail of the session affinity load balancing features in mod_proxy_balancer, and I'm wonderi

Re: [EMAIL PROTECTED] cgi script fails

2008-06-01 Thread Eric Bowman
are working. I have been trying to figure out the problem for a long time, but without any success. Can anyone help me please? How are you invoking the beam file? Most likely your PATH is set incorrectly. -- Eric Bowman Boboco Ltd [EMAIL PROTECTED] http://www.boboco.ie/ebowman/pubkey.pgp

[EMAIL PROTECTED] apache 2.2.3 and load balancing

2008-06-01 Thread Eric Bowman
garding that feature. Can we make it work? Should we be looking at jk if we are forced to use 2.2.3? Can anyone share any opinions on at what version this became suitable for pretty heavy production use? Thanks for any input, Eric -- Eric Bowman Boboco Ltd [EMAIL PROTECTED] http://www.boboco.i

Re: [EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Eric Bowman
On 5/28/08, Norman Khine <[EMAIL PROTECTED]> wrote: I have this as the permissions: ls -al css/total 24 drw-r--r-- 2 apache apache 4096 May 28 19:15 . drwxr-xr-x 5 apache apache 4096 May 28 19:50 .. -rw-r--r-- 1 apache apache 14817 May 28 19:15 style.css But is the same as the DocumentRo

Re: [EMAIL PROTECTED] Clustering

2008-05-22 Thread Eric Bowman
His point was, this is a common issue that can be solved usually by a quick google search. If you can't use google, well, good luck. If you want an object to replicate, it must be serializable. If you put an object into the session that is not serializable, and you have session replication c

Re: [EMAIL PROTECTED] Apache issue?

2008-05-21 Thread Eric Bowman
Narendra Verma wrote: Hi, No those are not configured for replicating sessions. That's the problem, then. Tomcat needs to replicate the session in order for sticky sessions to mean anything. Apache will send requests to the other server, but unless the session was replicated, the content

Re: [EMAIL PROTECTED] mod_proxy - "proxy" aware?

2008-05-21 Thread Eric Bowman
Chris Franks wrote: Hi, Our webservers sit behind proxy servers. One one of the web servers, I'm trying to use "mod_proxy" to proxy content from outside of our network. Can mod_proxy be made aware of the actual proxy servers we have? I'm trying to proxy secure content over https and have the

Re: [EMAIL PROTECTED] Apache issue?

2008-05-21 Thread Eric Bowman
Narendra Verma wrote: Hi all, System environment: 1. apache (as a load balancer using mode_proxy_balancer) 2. tomcat 1 3. tomcat 2 I am using sticky session = true. I am following steps: (All servers are running) 1. login in at tomcat 1 (then goes to my web app page) 2. down tomcat

Re: [EMAIL PROTECTED] authenticating 1K+ users

2008-05-20 Thread Eric Bowman
Chris Africa wrote: We have some PHP web sites set up to authenticate users via Cosign using the AuthGroupFile and Require group directives, with groups and users defined in an .htaccess file I'm setting up a new site that will have 1000+ users over time. I understand that the single .htacces

[EMAIL PROTECTED] load balancing and ProxyTimeout

2008-05-19 Thread Eric Bowman
og in the error logs stating that that worker is timing out, but it still doesn't put the worker into an ERR state. So my question is, is it possible to configure it so that if a worker starts to timeout, it puts that worker into the ERR state? Thanks in advance, Eric -- Eric Bowm

Re: [EMAIL PROTECTED] mod_rewrite to fix trailing slash problem

2008-05-15 Thread Eric Bowman
is case, since it can cause all kinds of problems with relative URLs. Better to redirect: Redirect permanent /blah http://www.foo.com/blah/ cheers, Eric -- Eric Bowman Boboco Ltd [EMAIL PROTECTED] http://www.boboco.ie/ebowman/pubkey.pgp +35318394189/+353872801532 ---

Re: [EMAIL PROTECTED] reverse-proxy from /

2008-05-14 Thread Eric Bowman
ing in the logs, but indeed you are right -- there is a subtle application-specific thing going on here. Thanks for at least clarifying that there's nothing unexpected about '/' I should be keeping in mind. cheers, Eric -- Eric Bowman Boboco Ltd [EMAIL PROTECTED] http://www.boboco

Re: [EMAIL PROTECTED] reverse-proxy from /

2008-05-14 Thread Eric Bowman
Nick Kew wrote: A request to just http://foo.com/something does NOT reverse-proxy correctly; So what does happen? D'oh! Sorry, forgot to say what is happening. I'm getting a 401 back, for everything at '/' level. Thanks, Eric -- Eric Bowman Boboco Ltd [E

Re: [EMAIL PROTECTED] reverse-proxy from /

2008-05-13 Thread Eric Bowman
Wondering if this is hard or something? Is my question not clear? Not enough httpd.conf included? I'd hugely appreciate some help figuring out how to do this, if anyone has any ideas. I feel like I must be missing something obvious. Many thanks, Eric Eric Bowman wrote: Hi all,

[EMAIL PROTECTED] reverse-proxy from /

2008-05-12 Thread Eric Bowman
combination of "ends with /" and "does not end with /" on the ProxyPass, ProxyPassReverse, and BalancerMember directives, to no avail. Thanks in advance, Eric -- Eric Bowman Boboco Ltd [EMAIL PROTECTED] http://www.boboco.ie/ebowm