Re: [EMAIL PROTECTED] Web Farm Ideas

2007-10-15 Thread Christian Folini
Hey Peter, Your web interface functionality sounds quite sexy. We seem to have about your size when hits are concerned, split over dozens of https applications. We are more concentrating on releases. Behind there is a a svn repository we use to work on the code (dedicated dev boxes). When a pr

Re: [EMAIL PROTECTED] xradius_auth internal server error

2007-10-15 Thread Alexander Fortin
Hi list. I'm experiencing the same problem with mod_auth_radius, but I can't find anywhere what the "AuthBasicProvider" directive should be for that module (no, unfortunately "radius" doesn't work :P) Apache version is 2.2.3 running on Debian Etch, mod_auth_radius-2.0.c version is 1.5.7 Than

[EMAIL PROTECTED] server to test websites

2007-10-15 Thread Manuel Mendez
Hi everyone I apologize in advance if I ramble/dont get to the point, my girlfriend says I do that a lot. I just installed 2.2.6 on Windows XP with the intention of testing various websites being written on the local machine. I am having a few problems and I think they arise from my inexperience w

[EMAIL PROTECTED] 100-continue response when 401 expected - Apache 2.2.26

2007-10-15 Thread Ragini Bisarya
Hi, I see a difference in the way Apache responds to a Expect: 100-continue header in version 1.3.33 vs 2.2.6. The 1.3.33 handling is correct. I feel the 2.2.6 handling is a bug. For PUT requests with a Expect: 100-continue header, Apache 2.2.6 server sends a HTTP/1.1 100 Continue response before

Re: [EMAIL PROTECTED] http to https redirection with an exception

2007-10-15 Thread ImageCity/Hirotsuna Mizuno
Joshua Slive wrote: > Assuming you are using 2.x, you can use a negative-lookahead in the > regex to match exactly anything other than robots.txt. But the effect > will be the same. Thank you so much, that's just what I'm looking for. Following your advice, finally, I changed my httpd.conf like th

Re: [EMAIL PROTECTED] http to https redirection with an exception

2007-10-15 Thread Joshua Slive
On 10/15/07, ImageCity/Hirotsuna Mizuno <[EMAIL PROTECTED]> wrote: > joy d wrote: > > You can use mod_rewrite and define a RewriteCond for the except case. > > Thank you for your appropriate advice. > > Unfortunately, our Apache server was compiled without mod_rewrite, and > it's not allowed to re-

Re: [EMAIL PROTECTED] http to https redirection with an exception

2007-10-15 Thread ImageCity/Hirotsuna Mizuno
joy d wrote: > You can use mod_rewrite and define a RewriteCond for the except case. Thank you for your appropriate advice. Unfortunately, our Apache server was compiled without mod_rewrite, and it's not allowed to re-compile it. Therefore, the following way is our current candidate. RedirectM

Re: [EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-15 Thread Artem Kuchin
William A. Rowe, Jr. wrote: Artem Kuchin wrote: Who do i contact to get this issue solved? I did not see any contact email in the source and i am too lame to understand cgid sources. The project is aware of this "deficiency" in the cgid daemon. Well, i guess so, because first bug report on

Re: [EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-15 Thread William A. Rowe, Jr.
Artem Kuchin wrote: Who do i contact to get this issue solved? I did not see any contact email in the source and i am too lame to understand cgid sources. The project is aware of this "deficiency" in the cgid daemon. - The of

Re: [EMAIL PROTECTED] Web Farm Ideas

2007-10-15 Thread lists
Issac Goldstand wrote: > For what it's worth, I use SVN with isolated dev sandboxes working with > trunk (or some branch). The production boxes have a webroot for staging > (for detecting anything that might happen to manage to work differently > in sandbox and production) and live sites. Each ro

Re: [EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-15 Thread Artem Kuchin
Artem Kuchin wrote: I have submitted a bug report about this 1-2 years ago and decided to check this issue today in otder to switch to worker mpm. The problem is that when using cgid and print to stderr, say, like this fprintf(stderr,"Hello error log!"); the messages goes into main server log, n

Re: [EMAIL PROTECTED] Trouble rendering JSPs

2007-10-15 Thread Andrew
Johnny, thank you so much. That answered all my questions. You're a life saver :) On 10/15/07, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > --- > HARBOR: http://coolharbor.100free.com/index.htm > Now Tomcat is also a cool applic

Re: [EMAIL PROTECTED] Web Farm Ideas

2007-10-15 Thread Issac Goldstand
For what it's worth, I use SVN with isolated dev sandboxes working with trunk (or some branch). The production boxes have a webroot for staging (for detecting anything that might happen to manage to work differently in sandbox and production) and live sites. Each root is an svn copy, and there's

Re: [EMAIL PROTECTED] Web Farm Ideas

2007-10-15 Thread Danie Qian
we have use NFS for a few farms here with simiar setup. rsync is between the dev boxes and NFS servers only. - Original Message - From: Peter Milanese To: users@httpd.apache.org Sent: Monday, October 15, 2007 2:28 PM Subject: [EMAIL PROTECTED] Web Farm Ideas Greetings-

[EMAIL PROTECTED] Web Farm Ideas

2007-10-15 Thread Peter Milanese
Greetings- I am coming up with ideas for building a new farm. We currently run CF and Apache on a bunch of decent sized boxes, headed by a set of F5's. We have an isolated Dev Environment. The current framework for putting stuff into production is homegrown, and in need of an overhaul, I ju

Re: [EMAIL PROTECTED] Re: Basic SSL Question

2007-10-15 Thread Richard Bates
Thank you, I thought it had something about reverse lookup but wasn't sure. === Richard Bates On Oct 15, 2007, at 1:48 PM, Aaron Dalton wrote: You can never have more than one SSL host on any given IP/Port combination.

[EMAIL PROTECTED] Re: Basic SSL Question

2007-10-15 Thread Aaron Dalton
You can never have more than one SSL host on any given IP/Port combination. This has nothing to do with your web server but with the way SSL itself is constructed. http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 -- Aaron Dalton

[EMAIL PROTECTED] Basic SSL question

2007-10-15 Thread Richard Bates
I am trying to set up a server that has two(2) ssl sites. If I remember correctly, A long time ago Apache 1.3.9 you could only do one SSL site on a server. I downloaded Apache 2.2.6. Has this changed? if so how do I do it. I can't find the statement saying weather you can do more than one or

Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread solprovider
I apologize for implying anything about your emotions. Maybe I am the only one weeping over RFCs . Bad specifications cause physical pain to me. - solprovider On 10/15/07, Axel-Stephane SMORGRAV <[EMAIL PROTECTED]> wrote: > Obviously the original poster has an application that only returns the d

Re: [EMAIL PROTECTED] mod_proxy and unrequested URL-decoding

2007-10-15 Thread Nick Kew
On Fri, 12 Oct 2007 14:30:44 +0200 Robert Jaeschke <[EMAIL PROTECTED]> wrote: > Why does mod_proxy behave this way? Is there a way to change the > behaviour? Do workarounds exist? http://issues.apache.org/bugzilla/show_bug.cgi?id=41798 Stay tuned. I've been fixing quite a lot of mod_proxy bugs.

RE: [EMAIL PROTECTED] resubmit: mod_deflate with chunked gzipped input

2007-10-15 Thread Steve Bardsley
> From: Nick Kew on Saturday, October 13, 2007 5:02 AM > > On 13 Oct 2007, at 05:43, Steve Bardsley wrote: > > > Guys, please ignore the previous patch. There's still a problem. It's > > possibly due to cleansing of debug messages. I'll be sure we get the > > next one right. Sorry for the wasted

RE: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread Axel-Stephane SMORGRAV
Obviously the original poster has an application that only returns the domain part in the cookie domain, hence the lack of rewriting despite ProxyPassReverseCookieDomain. and no I do not make a habit of weeping over RFCs. -ascs -Message d'origin

[EMAIL PROTECTED] Mod_proxy_html segfaults

2007-10-15 Thread Anders.Strandberg
Hi, I have some problems with mod_proxy_html on Solaris. On Solaris 9 (Apache 2.2.4 and Apache 2.0.55, libxml2-2.6.30) , I've encountered the following problem with mod_proxy_html. I have downloaded, built and installed the mod_proxy_html release ( it seems to be released 2007-07-31). It should

Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread solprovider
Distinguishing between FQDN and Domain is barely relevant when discussing Cookies. RFC2965 states, "Domain Defaults to the request-host." Cookies default to using the FQDN as the Domain if the Domain is not specified. Specified domains must start with a period, must be exactly one level below th

[EMAIL PROTECTED] Improve ProxyPassReverseDomain

2007-10-15 Thread solprovider
I am trying to use ProxyPassReverseCookieDomain to reverse proxy a server that uses Cookies without specifying DOMAIN. Does anybody know how? --- [The rest of this post probably belongs on a dev ML.] I found the code: DOWNLOAD: httpd-2.2.6-win32-src-r2 FILE: modules/proxy/proxy_util.c FUNCTION:

Re: [EMAIL PROTECTED] logging into stderr using mod_cgid

2007-10-15 Thread Artem Kuchin
I have submitted a bug report about this 1-2 years ago and decided to check this issue today in otder to switch to worker mpm. The problem is that when using cgid and print to stderr, say, like this fprintf(stderr,"Hello error log!"); the messages goes into main server log, not into virtual serve

RE: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread Axel-Stephane SMORGRAV
The behaviour observed by the original poster is correct: www.example.com is the host FQDN - not the domain. The cookie _domain_ is example.com. A cookie which domain is example.com will be submitted by the UA to both www1.example.com and www.example.com. The conclusion is that no rewriting of

[EMAIL PROTECTED] RE: Problems with ProxyPassReverseCookieDomain

2007-10-15 Thread solprovider
An "example.com" Cookie will be sent to www.example.com and www1.example.com. Questions for troubleshooting: Is www.example.com receiving the Cookie? (Should be yes.) Is www.example.com sending the Cookie when proxying to www1.example.com? Is www1.example.com receiving the Cookie? (Both should

Re: [EMAIL PROTECTED] problem building 2.2.6 on OSX 10.4.10

2007-10-15 Thread Torsten Curdt
On 15.10.2007, at 02:36, William A. Rowe, Jr. wrote: Torsten Curdt wrote: Hmmm ...better to ask on the dev list? Where does -no-cpp-precomp come from? That's weird! Well my configure says Applying APR hints file rules for i386-apple-darwin8.10.1 adding "-DDARWIN" to CPPFLAGS adding

[EMAIL PROTECTED] Re: Logging Options - Extended W3C Log Format?

2007-10-15 Thread Carsten Wiedmann
J R M schrieb: I've recently had a request from one of our clients to provide their logs in the 'Extended W3C Log Format'. From poking around google and reading http://www.w3.org/TR/WD-logfile.html the fomat looks awfully strange. Is it possible to configure Apache in a way to create logfile