Re: [EMAIL PROTECTED] Web Server Farm Architecture Help

2008-02-08 Thread Hans
Sailesh Krishnamurthy wrote: Hi, We currently have two web servers in an active-passive failover configuration, servicing some pretty high profile sites. If we want to move towards a Web server farm architecture, Where can I find some information about what would be the advantages of that, t

[EMAIL PROTECTED] Strange Timezone Switching Between GMT and US\Eastern in Module

2008-02-08 Thread Michael B Allen
I have an Apache module that uses localtime(3) to generate timestamps for logging. When the module is running and executed by worker processes these timestamps are correctly US\Eastern time. However, when the module is initializing and deinitializing as the root process, the timestamps are in GMT t

Re: [EMAIL PROTECTED] BOTH ldap AND htpasswd/file authentication (apache httpd 2.2.6)

2008-02-08 Thread Tony Stevenson
deckrider wrote: Hello, I'm using apache httpd 2.2.6 on Solaris (for Subversion). My trouble is trying to supplement ldap authentication with a few htpasswd entries. I can get each working separately, but not together (it appears to occasionally work, but mostly causes hanging). To mix aut

[EMAIL PROTECTED] unable to connect to server

2008-02-08 Thread David Dahl
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 connect when using my WAN ip address. I used a port scanner to determine if port 80 is open on my WAN, and it i

Re: [EMAIL PROTECTED] BOTH ldap AND htpasswd/file authentication (apache httpd 2.2.6)

2008-02-08 Thread Igor Galić
On Tue, 5 Feb 2008 16:38:39 -0700 deckrider <[EMAIL PROTECTED]> wrote: > Hello, > [/snip] > > Does NOT Work: A more precise explanation of what exactly does not work would be quite apreciated ;) > AuthType Basic > AuthName "Foo / Bar (https://foo.bar.com/)" > AuthBasicProvider file ldap > Aut

Re: [EMAIL PROTECTED] Fronting GlassFish with Apache HTTPD

2008-02-08 Thread Jess Holle
No links off hand, but I can throw you one bit of advise: Be sure to use UR1 (or higher) of Glassfish v2. It's AJP support had issues prior to that point. Constantin Moisei wrote: Hi, We are planning to front the GlassFish with Apache 2+ anyone can pass me some links ? Thanks in advance!

[EMAIL PROTECTED] Fronting GlassFish with Apache HTTPD

2008-02-08 Thread Constantin Moisei
Hi, We are planning to front the GlassFish with Apache 2+ anyone can pass me some links ? Thanks in advance! C

[EMAIL PROTECTED] Web Server Farm Architecture Help

2008-02-08 Thread Sailesh Krishnamurthy
Hi, We currently have two web servers in an active-passive failover configuration, servicing some pretty high profile sites. If we want to move towards a Web server farm architecture, Where can I find some information about what would be the advantages of that, the design consideration etc... App

[EMAIL PROTECTED] Mod Rewrite and Mod JK

2008-02-08 Thread Campbell, Lance
I am finding that mod_rewrite does not get triggered is a URL happens to map to Mod JK. Is there a way to give first dibs to mod_rewrite? I have mod_rewrite loaded before mod_jk. Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illi

Re: [EMAIL PROTECTED] Reasons why mod_rewrite won't be executed on an incoming request

2008-02-08 Thread Chris Rudolph
Eric, Thanks that was it! Mac OS X Leopard (10.5) has a 000_any_80.conf file that defines - once I put my rewrite rules in there all is good. Thanks! Rudy. On Feb 8, 2008, at 9:26 AM, Eric Covener wrote: On Feb 8, 2008 12:08 PM, Chris Rudolph <[EMAIL PROTECTED]> wrote: Hello, I'm runn

Re: [EMAIL PROTECTED] Reasons why mod_rewrite won't be executed on an incoming request

2008-02-08 Thread Eric Covener
On Feb 8, 2008 12:08 PM, Chris Rudolph <[EMAIL PROTECTED]> wrote: > Hello, > > I'm running 2.2.6 of Apache (the standard installation on Mac OS X > 10.5 (Leopard) Server). I'm trying to get mod_rewrite to work with a > couple of simple rules (one is contrived the other is what I'm really > after -

[EMAIL PROTECTED] Reasons why mod_rewrite won't be executed on an incoming request

2008-02-08 Thread Chris Rudolph
Hello, I'm running 2.2.6 of Apache (the standard installation on Mac OS X 10.5 (Leopard) Server). I'm trying to get mod_rewrite to work with a couple of simple rules (one is contrived the other is what I'm really after - trying to figure out why it doesn't work). - rewrtite_module is inst

Re: [EMAIL PROTECTED] redirect/rewrite

2008-02-08 Thread Joshua Slive
On Feb 7, 2008 2:23 PM, Mandy Singh <[EMAIL PROTECTED]> wrote: > how can i have www.one.com serve content from two.one.com but only for index > page. > > else www.one.com/ should be served from www.one.com domain only > and two.one.com/ should serve from two.one.com domain only. > > is mod_rewrite

Re: [EMAIL PROTECTED] Mod rewrite - can it tell if a requested file exists

2008-02-08 Thread Krist van Besien
On Feb 8, 2008 7:47 AM, Campbell, Lance <[EMAIL PROTECTED]> wrote: > Requested URL: http://acme.com/abc/123 > > > > Sudo Code: > > > > If the URL matches /abc/* > > Then rewrite the URL to /zzz/abc/123 > > if the file exists then done (leave the requested file as /zzz/abc/123) > > else

[EMAIL PROTECTED] Re: redirect/rewrite

2008-02-08 Thread Mandy Singh
anyone? On Feb 8, 2008 12:53 AM, Mandy Singh <[EMAIL PROTECTED]> wrote: > how can i have www.one.com serve content from two.one.com but only for > index page. > > else www.one.com/ should be served from www.one.com domain only > and two.one.com/ should serve from two.one.com domain only. > > is m

[EMAIL PROTECTED] Users having trouble with SSL Enabled site - Please Help

2008-02-08 Thread Douglas Hobaugh
I am having trouble with users getting "Page cannot be displayed" error messages OR their browser just hangs. Sometimes they get to the site and sometimes not. People have had this problem using IE 7 on XP and Vista others are using IE 6 I have searched, implemented and verified solutions that

[EMAIL PROTECTED] Re: Running out of file descriptors with RewriteMap prg

2008-02-08 Thread Francois Deppierraz
Charles Goyard orange-ftgroup.com> writes: > The problem I have is that Apache starts an instance of the program for > each virtualhost. I have 6 different loadbalancers, so each VH adds 6 > processes. This is fine and works well. The problem comes from the fact > Apache opens two more additionna