[EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page
Hi, We are facing a situation where user is getting the login page thrice before redirected to the page after successful login.This behavior is observed with the production server only,test server with which we tested was working fine and redirecting to the correct page after the first login itself.Does any one faced similar problem? Thanks in advance, Ramakrishna The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page
Hey, The first question everyone is going to ask is: What version of Apache are you using, what modules, what OS, and 32 or 64-bit? Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 3:46 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page Hi, We are facing a situation where user is getting the login page thrice before redirected to the page after successful login.This behavior is observed with the production server only,test server with which we tested was working fine and redirecting to the correct page after the first login itself.Does any one faced similar problem? Thanks in advance, Ramakrishna The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page
Hi, Apache version 2.0.53.Linux 32-bit OS. Thanks, Ramakrishna From: Graham Frank [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 2:23 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page Hey, The first question everyone is going to ask is: What version of Apache are you using, what modules, what OS, and 32 or 64-bit? Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 3:46 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page Hi, We are facing a situation where user is getting the login page thrice before redirected to the page after successful login.This behavior is observed with the production server only,test server with which we tested was working fine and redirecting to the correct page after the first login itself.Does any one faced similar problem? Thanks in advance, Ramakrishna The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, July 30, 2007 10:46 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Login page reappearing three times > before user is redirected to the required page > > Hi, > > We are facing a situation where user is getting the login > page thrice before redirected to the page after successful > login. I noticed the word "redirect" in there.. Check you don't have the situation where the original URL (in one realm) is redirecting to a different URL in a different realm. If so you'll get prompted twice. Also, watch out for self-referential redirects (ie, to get from http://server/wibble to http://server/wibble/ - see http://httpd.apache.org/docs/1.3/misc/FAQ.html#prompted-twice) Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > This behavior is observed with the production server > only,test server with which we tested was working fine and > redirecting to the correct page after the first login > itself.Does any one faced similar problem? > > Thanks in advance, > Ramakrishna > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive > use of the addressee(s) and may contain proprietary, > confidential or privileged information. If you are not the > intended recipient, you should not disseminate, distribute or > copy this e-mail. Please notify the sender immediately and > destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The > recipient should check this email and any attachments for the > presence of viruses. The company accepts no liability for any > damage caused by any virus transmitted by this email. > > www.wipro.com > > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page
Hi, Thanks for clearing up the confusion.Yes,we are making the server to redirect to another url.Can we solve the problem prgrammatically.Does the solution in the FAQ still applies to this situation where the user is redirected to a different URL? Thanks, Ramakrishna -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 5:08 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, July 30, 2007 10:46 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Login page reappearing three times before user > is redirected to the required page > > Hi, > > We are facing a situation where user is getting the login page thrice > before redirected to the page after successful login. I noticed the word "redirect" in there.. Check you don't have the situation where the original URL (in one realm) is redirecting to a different URL in a different realm. If so you'll get prompted twice. Also, watch out for self-referential redirects (ie, to get from http://server/wibble to http://server/wibble/ - see http://httpd.apache.org/docs/1.3/misc/FAQ.html#prompted-twice) Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > This behavior is observed with the production server only,test server > with which we tested was working fine and redirecting to the correct > page after the first login itself.Does any one faced similar problem? > > Thanks in advance, > Ramakrishna > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive use of the > addressee(s) and may contain proprietary, confidential or privileged > information. If you are not the intended recipient, you should not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately and destroy all copies of this message and any > attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of > viruses. The company accepts no liability for any damage caused by any > virus transmitted by this email. > > www.wipro.com > > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] Two proxy balancers in two different virtual hosts
Hi all, Another proxy balancer question from me, this one has been driving me nuts... My setup is as follows: 1 Gateway --> 1 Webserver X ---> 1 Application server 1 Webserver Y --> This setup should handle two web applications served on two different domains. The application server is running two different instances of JBoss. The point is to have www.domain-a.com handled by one instance of JBoss and www.domain-b.com handled by the other instance of JBoss. I have configured JBoss so that app-a is served on port 8080 and app-b on port 8180. This is working correctly if I access app-a or app-b from the application server itself. The gateway is running Apache 2.2.4 and I have two vhosts defined, a default one for www.domain-a.com and another one for www.domain-b.com: ServerName www.domain-a.com:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot "/var/www/localhost/htdocs" ServerEnvironment apache apache ProxyPass / balancer://default/ stickysession=jsessionid ProxyPreserveHost On BalancerMember http://192.168.0.2:80 BalancerMember http://192.168.0.3:80 ServerName www.domain-b.com:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot "/var/www/localhost/htdocs" ProxyPass / balancer://domain-b/ stickysession=jsessionid ProxyPreserveHost On BalancerMember http://192.168.0.2:80 BalancerMember http://192.168.0.3:80 Then, webserver X and webserver Y have the following configuration: ServerName www.domain-a.com ServerAdmin [EMAIL PROTECTED] DocumentRoot "/var/www/localhost/htdocs" ProxyPass / balancer://default/ stickysession=jsessionid ProxyPreserveHost On BalancerMember http://192.168.0.4:8080 ServerEnvironment apache apache ServerName www.domain-b.com:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot "/var/www/localhost/htdocs" ProxyPass / balancer://domain-b/ stickysession=jsessionid ProxyPreserveHost On BalancerMember http://192.168.0.4:8180 ServerEnvironment apache apache Can anyone comment on the above configuration? A few things that indicate something is configured wrong: *) When I look at the balancer manager page for BOTH domain-a ( www.domain-a.com/balancer-manager) and domain-b ( www.domain-b.com/balancer-manager) it ALWAYS only lists the domain-b balancer. *) Requests for www.domain-a.com AND www.domain-b.com ALWAY end up on the JBoss instance for domain-a Any help greatly appreciated. Yours truly, Nes
Re: [EMAIL PROTECTED] Reverse Proxy with file name that contains a space
I am looking in the correct error_log. I have also set the LogLevel to info and I am still not getting an error in the error log. In the access_log I get this [30/Jul/2007:09:30:52 -0500] "GET /irj/go/km/docs/IPKM/FR/Land/Mississippi/15010/Valuation/MS%2015010%20Hancock%20Tract%20LCV%20Model.txt HTTP/1.1" 500 619 Any ideas? Thanks, Keith "Vincent Bray" <[EMAIL PROTECTED] m> To users@httpd.apache.org 07/27/2007 08:01 cc AM Subject Re: [EMAIL PROTECTED] Reverse Proxy Please respond to with file name that contains a [EMAIL PROTECTED] space e.org On 27/07/07, Keith Crossett <[EMAIL PROTECTED]> wrote: > I do not get an error in the error log. All I get is a path to the file > and 500 as the error code in the access log. That's not even close to enough detail to be able to diagnose the problem. Show us exactly what it says in the log please, or if there really isn't a message for this problem, make sure you're looking in the correct error log. You should grep for the ErrorLog directive in your config file(s) to find it. -- noodl - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] Directory mapping and logic inquiry
Hi all, This is more of a conceptual question than actual syntax or the like. I'm currently revising an application which should contain one documentroot for each user. The catch is, the application should connect to a user specific backend database based on who's logging in. My thoughts are the following: URL name will be something like: http://application.example.com/user (One DocumentRoot and the application's config file, config.php for argument sake, will reside here.) Would my best bet be to use mod_env and SetEnv to grab the /(user) portion of the URL and then stick to my script specific engine to direct them to the user specific config file, based somewhere else on the filesystem? (At this point, it's not Apache's responsibility, it's at the application layer.) Also, how about handling for URLs where a /user does not exist. Such as http://application.example.com/joebob (user joebob doesn't exist, I wish to redirect them), I'm assuming that's also best to do from an application level? Thank you for your insight! Cheers, - sf - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [EMAIL PROTECTED] Directory mapping and logic inquiry
Steve Finkelstein wrote: Hi all, This is more of a conceptual question than actual syntax or the like. I'm currently revising an application which should contain one documentroot for each user. The catch is, the application should connect to a user specific backend database based on who's logging in. My thoughts are the following: URL name will be something like: http://application.example.com/user (One DocumentRoot and the application's config file, config.php for argument sake, will reside here.) Would my best bet be to use mod_env and SetEnv to grab the /(user) portion of the URL and then stick to my script specific engine to direct them to the user specific config file, based somewhere else on the filesystem? (At this point, it's not Apache's responsibility, it's at the application layer.) Also, how about handling for URLs where a /user does not exist. Such as http://application.example.com/joebob (user joebob doesn't exist, I wish to redirect them), I'm assuming that's also best to do from an application level? End original message. - You could do all of this (and a lot more) through a Rails application and the dynamic routing scheme that Rails uses. While a typical Rails app is tied to a single database, there is no reason why you can't connect to multiple database instances if they all share a common structure. If you went this way, I would suggest using Apache as a proxy or load balancer only and actually serving the Rails application via Lighttpd or Mongrel. I highly recommend looking into it. A few months ago, I was convinced the hype over this framework was just that but I have to say that after having learned it and begun using it on a non-trivial project, it is a very powerful environment with a lot of good features. The downside is having to learn a new language but it isn't a hard one to learn. Dragon ~~~ Venimus, Saltavimus, Bibimus (et naribus canium capti sumus) ~~~ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] mod_rewrite in .htaccess but without allowing to set the ErrorDocument
Hey Apache Guys, Is there any way that I can allow my users to use mod_rewrite without allowing them to set their own ErrorDocument? AllowOverride FileInfo is allows both of them. Can I somehow get a finer grained control over this? Can I disable setting ErrorDocument while allowing mod_rewrite? Thanks, Samy - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [EMAIL PROTECTED] mod_rewrite in .htaccess but without allowing to set the ErrorDocument
On 7/30/07, Samuel Vogel <[EMAIL PROTECTED]> wrote: > Hey Apache Guys, > > Is there any way that I can allow my users to use mod_rewrite without > allowing them to set their own ErrorDocument? > AllowOverride FileInfo is allows both of them. Can I somehow get a finer > grained control over this? > Can I disable setting ErrorDocument while allowing mod_rewrite? I doubt it. But in any case, mod_rewrite gives way more power than ErrorDocument, so this doesn't seem like a sensible restriction. With the appropriate rewrites, you could replicate the exact effect of the ErrorDocument directive. Joshua. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [EMAIL PROTECTED] mod_rewrite in .htaccess but without allowing to set the ErrorDocument
Well, we earn our money with the error pages. But we would still like to allow mod_rewrite. If somebody is clever enough to replicate the ErrorDocument directive with mod_rewrite it would be very complicated... So is there no way to "lock" the Error Pages, oder allow mod_rewrite without "AllowOverride FileInfo" ? Joshua Slive schrieb: On 7/30/07, Samuel Vogel <[EMAIL PROTECTED]> wrote: Hey Apache Guys, Is there any way that I can allow my users to use mod_rewrite without allowing them to set their own ErrorDocument? AllowOverride FileInfo is allows both of them. Can I somehow get a finer grained control over this? Can I disable setting ErrorDocument while allowing mod_rewrite? I doubt it. But in any case, mod_rewrite gives way more power than ErrorDocument, so this doesn't seem like a sensible restriction. With the appropriate rewrites, you could replicate the exact effect of the ErrorDocument directive. Joshua. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [EMAIL PROTECTED] mod_rewrite in .htaccess but without allowing to set the ErrorDocument
On 7/30/07, Samuel Vogel <[EMAIL PROTECTED]> wrote: > Well, we earn our money with the error pages. > But we would still like to allow mod_rewrite. If somebody is clever > enough to replicate the ErrorDocument directive with mod_rewrite it > would be very complicated... > So is there no way to "lock" the Error Pages, oder allow mod_rewrite > without "AllowOverride FileInfo" ? No, it would not be complicated to replicate ErrorDocument with mod_rewrite. It is a simple variation on a standard mod_rewrite recipe. You may, however, be able to get the effect you're looking for by putting the ErrorDocument in a section as described here: http://httpd.apache.org/docs/2.2/howto/htaccess.html#how Joshua. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: [EMAIL PROTECTED] Login page reappearing three times before user is redirected to the required page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, July 30, 2007 2:11 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Login page reappearing three times > before user is redirected to the required page > > > > Hi, > > Thanks for clearing up the confusion.Yes,we are making the server to > redirect to another url.Can we solve the problem prgrammatically.Does > the solution in the FAQ still applies to this situation where the user > is redirected to a different URL? The browser has to prompt for a new password every time you move to a new realm (ie, URL). So it's up to you - if you redirect to a new realm, you'll get a prompt. You can't defeat this on the server since it's all done client side. wikipedia has a good primer on basic auth: http://en.wikipedia.org/wiki/Basic_access_authentication Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > > Thanks, > Ramakrishna > > -Original Message- > From: Boyle Owen [mailto:[EMAIL PROTECTED] > Sent: Monday, July 30, 2007 5:08 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Login page reappearing three times before > user is redirected to the required page > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 30, 2007 10:46 AM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] Login page reappearing three times > before user > > is redirected to the required page > > > > Hi, > > > > We are facing a situation where user is getting the login > page thrice > > before redirected to the page after successful login. > > I noticed the word "redirect" in there.. > > Check you don't have the situation where the original URL (in > one realm) > is redirecting to a different URL in a different realm. If so > you'll get > prompted twice. Also, watch out for self-referential redirects (ie, to > get from http://server/wibble to http://server/wibble/ - see > http://httpd.apache.org/docs/1.3/misc/FAQ.html#prompted-twice) > > Rgds, > Owen Boyle > Disclaimer: Any disclaimer attached to this message may be ignored. > > > This behavior is observed with the production server > only,test server > > with which we tested was working fine and redirecting to > the correct > > page after the first login itself.Does any one faced > similar problem? > > > > Thanks in advance, > > Ramakrishna > > > > The information contained in this electronic message and any > > attachments to this message are intended for the exclusive > use of the > > addressee(s) and may contain proprietary, confidential or > privileged > > information. If you are not the intended recipient, you should not > > disseminate, distribute or copy this e-mail. Please notify > the sender > > immediately and destroy all copies of this message and any > > attachments. > > > > WARNING: Computer viruses can be transmitted via email. The > recipient > > should check this email and any attachments for the presence of > > viruses. The company accepts no liability for any damage > caused by any > > > virus transmitted by this email. > > > > www.wipro.com > > > > > > > This message is for the named person's use only. It may contain > confidential, proprietary or legally privileged information. No > confidentiality or privilege is waived or lost by any mistransmission. > If you receive this message in error, please notify the > sender urgently > and then immediately delete the message and any copies of it from your > system. Please also immediately destroy any hardcopies of the message. > You must not, directly or indirectly, use, disclose, > distribute, print, > or copy any part of this message if you are not the intended > recipient. > The sender's company reserves the right to monitor all e-mail > communications through their networks. Any views expressed in this > message are those of the individual sender, except where the message > states otherwise and the sender is authorised to state them to be the > views of the sender's company. > > - > The official User-To-User support forum of the Apache HTTP Server > Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] >" from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive > use of the addressee(s) and may contain proprietary, > confidential or privileged information. If you are not the > intended recipient, you should not disseminate, distribute or > copy this e-mail. Please notify the sender immediately and > destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The