We have been running 2.2.6 in a production environment doing session
balancing. It has been working great.
Eric Bowman wrote:
Hi,
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
Any know an easy method to provide 2-factor authentication in Apache?
I'd like to require both a group name+password and a user name+password. (or simply just two user
accounts)
I think this could be implemented via mod_proxy, or by writing a CGI program to handle all the
authentication. Tho
Yup, you will need to either change the existing httpd init script, or
build a new one from scratch.
You can read here for details on creating new init script:
/usr/share/doc/initscripts-8.45.17.EL/sysvinitfiles(your path
may be different)
Melanie Pfefer wrote:
Hello
I compiled and i
Krist,
Ignore my last question, I was missing a quote. Thanks a bunch, that did it.
My final rule looks like:
RewriteCond %{REMOTE_HOST} ^192\.168\.220\.
RewriteRule "^(/.*)$" "proxy:balancer://aquabrowser$1?c_loc=220" [QSA,L]
Krist van Besien wrote:
> On Feb 1
ing to access
anything other then /.
Case2:
RewriteRule "^(/.*)$" proxy:balancer://aquabrowser$1?c_loc=220" [QSA,L]
"GET /cd/README?c_loc=220\"&test=1 HTTP/1.1" -> It works, but where is that \"
coming from? I'm still testing.
Kris
se to retrieve the IP address from.
> Note, this can contain multiple IPs if there are several proxies on
> route so make sure you parse it correctly.
>
> Regards,
> Mike
>
> Travis Sidelinger wrote:
>> We have used both mod_rewrite and mod_proxy successfully in numerou
.0/12
ProxyPassReverse / http://catalogdev.tld.org
#ProxyPassReverse / http://catalog1.tld.org
#ProxyPassReverse / http://catalog2.tld.org
Travis Sidelinger
-
The official User-To-User support forum of the Apache HTTP Server Pro
In our environment we stream all the Apache logs to a central syslog
server. I recently wrote a program in perl to auto separate the logs
per application name. Here is the program I wrote if you are
interested: http://www.ilive4unix.net/doku.php/code/perl/logsplitter.pl
Travis Sidelinger
Maybe check your server's default gateway, else it is most likely a
router/firewall issue.
David Dahl wrote:
Hello,
I've set Apache to connect to port 80
I am able to connect to Apache from behind my router at
192.168.1.47
I am able to connect to http://localhost/index.html
but I am unable to
ProxySet maxattempts=3
ProxySet timeout=5
Order Allow,Deny
Allow from 192.168.0.0/16 172.16.0.0/12
ProxyPassReverse / http://catalogdev.tld.org
#ProxyPassReverse / http://catalog1.tld.org
#ProxyPassReverse / http://catalog2.tld.org
Travis Sidelinger
---
10 matches
Mail list logo