Re: [EMAIL PROTECTED] Internet Web Server/Client Guru needed!!

2005-11-23 Thread Mike Dewhirst
bruce wrote: Hi... Try Ivan Ristic's Apache Security published by O'Reilly. Ivan says on page 82 that SSL with both server and client authentication is the only solution to MITM attacks. I would start with his book then seek out a guru. I'd know much better what to ask. I think Apache Secu

[EMAIL PROTECTED] Internet Web Server/Client Guru needed!!

2005-11-23 Thread bruce
Hi... I'm working on a project, and need to know if there's anyone who's a guru with Web Server/Client interactions. Basically, I'm trying to get a much better/deeper understanding of the HTTP protocols defining the information that is sent/transfered between the web server/client browser apps. I

Re: [EMAIL PROTECTED] https problem

2005-11-23 Thread Tony Di Croce
I assume a.com and b.com resolve to the same IP address. If so, https to either domain will go to :443.Remember that SSL cannot use the Hostname to distinguish sites, so the two requests look the same to apache and so you get the first VH on IP:443.Rgds,Owen BoyleDisclaimer: Any disclaimer attache

[EMAIL PROTECTED] Strange problem

2005-11-23 Thread Adam Olsen
We are using perl and apache2 for our software. With our software, our users have the ability to upload an optional 4 images via an html form (sometimes the images can be quite big, they are from digital cameras). While and image is uploading, apache2 queues all other requests until the uploa

[EMAIL PROTECTED] mod_cache & mod_rewrite

2005-11-23 Thread Luc Levesque
Hello, Let me start off by apologizing if this list doesn't handle questions like this but I hoped it might seeing as it's about standard Apache modules. We currently run mod_rewrite successfully on this URL: /travel/United%20States/t.html rewrites to: /c/search2.pl?country=United%20Sta

Re: [EMAIL PROTECTED] apache reverse proxy connection errors

2005-11-23 Thread William A. Rowe, Jr.
If not a routing problem, I'd suggest you bump up to 2.0.55, and apply this patch; http://people.apache.org/~wrowe/httpd-2.0-proto-timeout.patch which should provide you the most stable httpd 2.0.55 proxy available. Post back if you still see this issue after upgrading! (Your OpenSSL version sho

[EMAIL PROTECTED] apache reverse proxy connection errors

2005-11-23 Thread Noy, James (Accenture)
Hi All   I am encountering a problem with my Apache webproxy.  We are using Apache 2.0.52 + OpenSSL with mod_proxy as a reverse proxy.  Use ProxyPassReverse and ProxyPass.  When we load the server with 5+ simultaneous users one specific page breaks about 30% of the time.   It causes the

[EMAIL PROTECTED] Requests following a path with a tilde not adhering to AuthConfig directives

2005-11-23 Thread Niklas Janz
OS: Mac OS X (10.2 - 10.4) Apache version 1.3 I just found out that requests that follow a path using ~user/ do not adhere to authorization directives. It does not matter if the directives are given in the main httpd.conf file or in a separate htaccess file in the directory to be protected

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Joshua Slive
On 11/23/05, Olaf van der Spek <[EMAIL PROTECTED]> wrote: > On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 11/23/05, Olaf van der Spek <[EMAIL PROTECTED]> wrote: > > > On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > > > > > Why is server startup blocked by that? > > > > > Can't

Re: [EMAIL PROTECTED] High cpu load on apache

2005-11-23 Thread Tony Di Croce
This looks to me like something is attempting to allocate memory in a loop, until the request succeeds. But it's never succeeding.On 11/22/05, Kjell Grindalen < [EMAIL PROTECTED] > wrote: Hi everyone! I am runninng apache-2.0.55 on a Solaris 9 SPARC server. I use the server a a frontend

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Olaf van der Spek
On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 11/23/05, Olaf van der Spek <[EMAIL PROTECTED]> wrote: > > On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > > > > Why is server startup blocked by that? > > > > Can't server startup continue and all auth requests fail until there > > >

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Joshua Slive
On 11/23/05, Olaf van der Spek <[EMAIL PROTECTED]> wrote: > On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > > > Why is server startup blocked by that? > > > Can't server startup continue and all auth requests fail until there > > > are random bytes? > > > > I'd guess it would be much harder

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Olaf van der Spek
On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > > Why is server startup blocked by that? > > Can't server startup continue and all auth requests fail until there > > are random bytes? > > I'd guess it would be much harder to impliment (would require > dispatching a thread/process to wait on

RE: [EMAIL PROTECTED] https problem

2005-11-23 Thread Boyle Owen
> -Original Message- > From: Nadir Mahmoud [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 23. November 2005 15:52 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] https problem > > > Hello all, > > I have two websites running in apache2 (virtual hosts based > on ip), and > jboss32

[EMAIL PROTECTED] https problem

2005-11-23 Thread Nadir Mahmoud
Hello all, I have two websites running in apache2 (virtual hosts based on ip), and jboss325, so port 443 (the ssl default port) is used by jboss , When I browse the first web site like a.com, or https://a.com, it goes to https://a.com, (which is redirect command in index.html page, It's like this:

Re: [EMAIL PROTECTED] [Fwd: Returned mail: see transcript for details]

2005-11-23 Thread Joshua Slive
On 11/23/05, Benjamin Donnachie <[EMAIL PROTECTED]> wrote: > > Any ideas how to leave this damned list when you've been "blacklisted" > by the mail server? :-( I've kicked you off and made an enquiry about expempting unsubscribe addresses from spam blocking. Joshua. -

SV: [EMAIL PROTECTED] High cpu load on apache

2005-11-23 Thread Kjell Grindalen
Well, actually i like it :-) After going to preforked, instead of threaded, i ahve seen a pattern, that it consistently hangs on sa component called showpictureservlet component..wich is websphere.. I wanted to just og here first to see if i had done something very wrong along the way. Thank you

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Joshua Slive
On 11/23/05, Olaf van der Spek <[EMAIL PROTECTED]> wrote: > On 11/22/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > > mod_auth_digest is asking your system for some random bytes to use for > > digest auth. Your system is not providing them. > > Why is server startup blocked by that? > Can't server

[EMAIL PROTECTED] [Fwd: Returned mail: see transcript for details]

2005-11-23 Thread Benjamin Donnachie
Any ideas how to leave this damned list when you've been "blacklisted" by the mail server? :-( Ben --- Begin Message --- The original message was received at Wed, 23 Nov 2005 14:30:13 GMT from [192.168.0.161] - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]>

Re: [EMAIL PROTECTED] High cpu load on apache

2005-11-23 Thread Joshua Slive
On 11/23/05, Kjell Grindalen <[EMAIL PROTECTED]> wrote: > Hello, and thank you for the reply! > > First of all I am not using any dynamically loaded module, and I am not > realyy using the proxy module either. > I could eaily rmove them and get the same functonality > > Here is the output of pstack

Re: [EMAIL PROTECTED] apache2: spurious [black diamond] question marks in iso-8859-1 HTML files

2005-11-23 Thread Joshua Slive
On 11/23/05, Alan Ezust <[EMAIL PROTECTED]> wrote: > Aha, firefox was not displaying the document using the expected > charset. I guess this has nothing to do with httpd2 and is only > peculiar to firefox. IE does choose the correct charset, in fact. I > was confused because it was reproducing on w

[EMAIL PROTECTED] Apache on Windows

2005-11-23 Thread Alf Stockton
Every now and again my client is getting the following error messages in error.log. Can you please tell me what might be causing this. FATAL: erealloc(): Unable to allocate 1167360 bytes [Tue Nov 22 11:16:42 2005] [notice] Parent: child process exited with status 1 -- Restarting. [Tue Nov 22

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Olaf van der Spek
On 11/22/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > mod_auth_digest is asking your system for some random bytes to use for > digest auth. Your system is not providing them. Why is server startup blocked by that? Can't server startup continue and all auth requests fail until there are random by

Re: Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Joel CARNAT
On Tue, Nov 22 2005 - 14:31, Joshua Slive wrote: > On 11/22/05, Joel CARNAT <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I had an Apache 2.0.54 running on gentoo/i386. > > I did an minor update (-r9 to -r31 which I suspect to be gentoo > > internals). > > > > Since then, Apache won't start anymore...