RE: [EMAIL PROTECTED] Httpd processes are not dying

2005-09-20 Thread Mishra, Pawan
Hi, I have following output from the mod_status. It shows 16 processes. Observe that only the five processes have PID's (MaxSpareServer is 5). Do the other ones exist too in the memory? Is it a bug? Srv PID Acc M CPU SS Req Conn Child Slot Client VHost Request 0-0 111402 0/75/75 W_ 10.99 0 0

[EMAIL PROTECTED] mod_rewrite/mod_auth_* : Trying to use REMOTE_USER env

2005-09-20 Thread dphillips
Hi I am trying to use Apache to act as a proxy/reverse-proxy which will authenticate the users, update the header with the authetication information and then forward the request an Application Web Server. I'm using the mod_auth_sspi to authenticate and I have used the to validate the users. I

Re: [EMAIL PROTECTED] apache2 does not start in cygwin

2005-09-20 Thread Ethan Herdrick
> I downloaded apache 2.0.54 built on jun 22 2005 for > cygwin and installed it in my windows xp machine. When > I start apache2 using "/usr/sbin/apachectl2 start" > command I get the following error > > /usr/sbin/apachectl2: line 78: 2340 Bad system call $HTTPD -k $ARGV > > When I use

[EMAIL PROTECTED] NFS Logging

2005-09-20 Thread Dean Maunder
Hi, I have 3 load balanced Apache webserver and I am considering using an NFS on another server to write the log files to, can anyone offer suggestions and/or problem associated with this. Currently I am logging to the local disk, then using ssh to copy the logfiles off each server for nightly anal

Re: [EMAIL PROTECTED] UnixWare 7.1.3/Apache 2.1.7 Caching-Proxy taking the whole box

2005-09-20 Thread Rocky Seelbach
> This would probably be better on the [EMAIL PROTECTED] list. Understood. I've looked at some of the bug reports and they are considerably more detailed than what I have so far. > Do you have the possibility to reproduce whatever is > causing this on any other platform? I doubt unixware > is a

Re: [EMAIL PROTECTED] UnixWare 7.1.3/Apache 2.1.7 Caching-Proxy taking the whole box

2005-09-20 Thread Nick Kew
On Tuesday 20 September 2005 19:07, Rocky Seelbach wrote: > First timer here. What can I do to isolate/document this further? I've > looked at the open bug reports and don't see anything that looks related. > Nothing in the error log. This would probably be better on the [EMAIL PROTECTED] list.

Re: [EMAIL PROTECTED] Serious Performance Issues

2005-09-20 Thread allan juul
Walter, Oliver (BR/ICA5) wrote: i am no expert, but maybe you could post a snippet of your ssl.conf ? on windows we experimented a lot with the ssl caching schemes which had a great influence on ssl performance. also the keepalive setting is important have you actually measured/debugged ssl-

[EMAIL PROTECTED] UnixWare 7.1.3/Apache 2.1.7 Caching-Proxy taking the whole box

2005-09-20 Thread Rocky Seelbach
First timer here. What can I do to isolate/document this further? I've looked at the open bug reports and don't see anything that looks related. Nothing in the error log. Apache 2.1.7 (also checked 2.1.6, same prob) UnixWare 7.1.3 MP2 Using Apache as a caching-proxy, nothing special about the c

[EMAIL PROTECTED] Parent: child process exited with status 3221226324 -- Restarting.

2005-09-20 Thread Jay Allen
I could use some help! I am running apache 2.0.49 on w2k3 server w/mod_ssl and CFMX 6.1 std. apache is intermittently throwing this in the error.log: Parent: child process exited with status 3221226324 -- Restarting. ...followed by what looks like the normal apache startup routine each time. I

[EMAIL PROTECTED] Serious Performance Issues

2005-09-20 Thread Walter, Oliver (BR/ICA5)
Hello list, we have serious performance issues running apache 1.3.26 with ssl. Maybe someone here has a hint we can do. We are running a cluster with 2 HP DL380 with Dual CPU an 512 MB Ram. The operating system is Debian Linux with Linux Virtual Server module ip_vs_wrr on Port 80. HTTPS request a

Re: [EMAIL PROTECTED] Bug: apache/mod_svn intermittently creates transaction dirs with incorrect permissions or ownership such that the transaction breaks.

2005-09-20 Thread John Duprey
Joe, > Are you running any other third-party modules in this httpd > installation? I am, but in one of my many tests, I disabled all but subversion and it still reproduced the problem. It doesn't happen every time, but it happens often. -John

Re: [EMAIL PROTECTED] 502 Bad Gateway

2005-09-20 Thread Sean McKendall
I'm not entirely certain if it is or how to check. I guess I can start there. - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: "Sean McKendall" <[EMAIL PROTECTED]>; "Apache Users" Sent: Tuesday, September 20, 2005 10:39 AM Subject: Re: [EMAIL PROTECTED] 502 Bad Gatewa

Re: [EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Dmitriy Kirhlarov
On Tue, Sep 20, 2005 at 10:17:48AM -0500, Sean McKendall wrote: > I opened a command prompt, typed "telnet localhost:81" and pressed enter. > > The result: Could not open a connection to host on port 23 : Connection > failed try telnet localhost 81 and, when connection started, GET /address_to_

Re: [EMAIL PROTECTED] 502 Bad Gateway

2005-09-20 Thread Joshua Slive
On 9/20/05, Sean McKendall <[EMAIL PROTECTED]> wrote: > After setting RewriteLogDirective to 3... > [www.mydomain.com/sid#23bbf0][rid#5867f0/initial] (1) go-ahead with proxy > request proxy:http://www.mydomain.com:81/database.nsf [OK] Are you sure that your server on port 81 is listening on the lo

Re: [EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Sean McKendall
I opened a command prompt, typed "telnet localhost:81" and pressed enter. The result: Could not open a connection to host on port 23 : Connection failed - Original Message - From: "Krist van Besien" <[EMAIL PROTECTED]> To: ; "Sean McKendall" <[EMAIL PROTECTED]> Sent: Tuesday, September

Re: [EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Krist van Besien
On 9/20/05, Sean McKendall <[EMAIL PROTECTED]> wrote: > I can ping that domain on the machine itself and it resolves to the correct > IP address. Try doing a telnet localhost:81 from the webserver itself. Krist -- [EMAIL PROTECTED] Solothurn, Switzerland --

Re: [EMAIL PROTECTED] ldaps auth

2005-09-20 Thread Dmitriy Kirhlarov
On Tue, Sep 20, 2005 at 08:52:44AM -0500, Craig L. Ching wrote: > Hold on Dmitriy, I was out of town last week and some kind soul responded to > a message I'd put out a couple of weeks ago. Here it is, I'm going to take > his advice and I'll let you know how it goes: thnx. > > Is OpenLDAP expe

Re: [EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Sean McKendall
I can ping that domain on the machine itself and it resolves to the correct IP address. - Original Message - From: "Joost de Heer" <[EMAIL PROTECTED]> To: "Sean McKendall" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, September 20, 2005 9:04 AM Subject: [EMAIL PROTECTED] Re: 502 Bad Gateway

[EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Joost de Heer
> RewriteEngine on > RewriteRule ^(.*).nsf(.*) http://www.mydomain.com:81$1.nsf$2 [P] > > After the httpd.conf file is finally configured, I test things out. Going > to www.mydomain.com gives me a 502 Bad Gateway message. In the error.log > file, I see: > > [Tue Sep 20 07:00:14 2005] [error] (OS

Re: [EMAIL PROTECTED] 502 Bad Gateway

2005-09-20 Thread Sean McKendall
Accessing http://www.mydomain.com:81/database.nsf directly only loads the text for the website. It isn't able to find the css file, images, etc. The database's base URL is "http://www.mydomain.com/database.nsf";. I believe that's why it's unable to find those items. As for the RewriteLog, it

Re: [EMAIL PROTECTED] Problem with ReWrite/Dynamic Mirror and blank spaces?

2005-09-20 Thread Christian Darnell
Thanks alot Davide, that solved my problem!   Best Regards,   Christian  On 9/20/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: Christian Darnell wrote:> I'm not sure what you mean, could you give an example?In your VirtualHost:    ServerName IDontRememberWhichOneWasButIsTheOneYouWantToRedirect

RE: [EMAIL PROTECTED] ldaps auth

2005-09-20 Thread Craig L. Ching
Hold on Dmitriy, I was out of town last week and some kind soul responded to a message I'd put out a couple of weeks ago. Here it is, I'm going to take his advice and I'll let you know how it goes: On Thu, 8 Sep 2005, Craig L. Ching wrote: > Hi all, > > This is a follow up on my previous post

Re: [EMAIL PROTECTED] Problem with ReWrite/Dynamic Mirror and blank spaces?

2005-09-20 Thread Davide Bianchi
Christian Darnell wrote: > I'm not sure what you mean, could you give an example? In your VirtualHost: ServerName IDontRememberWhichOneWasButIsTheOneYouWantToRedirect ProxyVia Off ProxyPass / http://the.ip.of.theotherserver:81/ ProxyPassReverse / http://the.ip.of.

Re: [EMAIL PROTECTED] Problem with ReWrite/Dynamic Mirror and blank spaces?

2005-09-20 Thread Christian Darnell
I'm not sure what you mean, could you give an example? Which proxy directive could be used to achieve that the internal server is reached from Internet?   Regards, Christian  On 9/20/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: Christian Darnell wrote:> Then I'm using Dynamic Mirror (ReWrite) to

Re: [EMAIL PROTECTED] Apache 1.3.31 + mod_ssl + ipv6

2005-09-20 Thread Christopher Sean Hilton
On Tue, 2005-09-20 at 09:11 -0400, Joshua Slive wrote: > On 9/20/05, Christopher Sean Hilton <[EMAIL PROTECTED]> wrote: [snip] > > > > Why does this work: > > > > NameVirtualHost 64.204.249.112:80 > > > Where this doesn't: > > > > NameVirtualHost *:80 > > This isn't a very helpful response,

Re: [EMAIL PROTECTED] 502 Bad Gateway

2005-09-20 Thread Joshua Slive
On 9/20/05, Sean McKendall <[EMAIL PROTECTED]> wrote: > Hello all, > > I've managed to set up Apache, Domino, PHP, and MySQL on the same machine. > Apache is running on port 80 and Domino is running on port 81. I would like > Apache to forward any .nsf file to port 81. So, > www.mydomain.com/dat

Re: [EMAIL PROTECTED] Problem with ReWrite/Dynamic Mirror and blank spaces?

2005-09-20 Thread Davide Bianchi
Christian Darnell wrote: > Then I'm using Dynamic Mirror (ReWrite) to make the internal web server > ( server2.foo.com , with internal IP address > 192.168.0.100 ) available on the Internet. Why don't you use mod_proxy and get away with it with two

Re: [EMAIL PROTECTED] apache/mod_svn intermittently creates transaction dirs with incorrect permissions or ownership such that the transaction breaks.

2005-09-20 Thread Joshua Slive
On 9/20/05, John Duprey <[EMAIL PROTECTED]> wrote: > I'm seeing strange behavior with an apache module (Subversion's > mod_svn). Subversion commits through mod_svn are intermittently > failing because files and/or directories are being created with ROOT > ownership!! or permissions such that the u

Re: [EMAIL PROTECTED] Problems with download of large file

2005-09-20 Thread Joshua Slive
On 9/20/05, Peter Huesser <[EMAIL PROTECTED]> wrote: > Hello > > I am running apache 2.0.46 and try to download an iso image from this Quite an old version. You should upgrade. > server which has a size of about 600MB. The download stops after a > while. Found no entry of the download in the lo

[EMAIL PROTECTED] Problem with ReWrite/Dynamic Mirror and blank spaces?

2005-09-20 Thread Christian Darnell
Hi all,   I'm running Apache 2.0.54 on a Sun Solaris 8. I have two domains pointing to the external IP address at the server, server1.foo.com and server2.foo.com.   server1.foo.com is served by the Apache server and server2.foo.com is served by an internal server on our intranet, this server is

Re: [EMAIL PROTECTED] Apache 1.3.31 + mod_ssl + ipv6

2005-09-20 Thread Joshua Slive
On 9/20/05, Christopher Sean Hilton <[EMAIL PROTECTED]> wrote: > I'm running apache 1.3.31 with mod_ssl and ipv6 built from ports on > FreeBSD 4.10 Stable. I've been playing with the configuration for the > past four hours trying to get a simple vhost + ssl setup going. In the > end I got it workin

Re: [EMAIL PROTECTED] Bug: apache/mod_svn intermittently creates transaction dirs with incorrect permissions or ownership such that the transaction breaks.

2005-09-20 Thread Joe Orton
On Tue, Sep 20, 2005 at 12:29:02AM -0400, John Duprey wrote: > I'm seeing strange behavior with an apache module (Subversion's > mod_svn). Subversion commits through mod_svn are intermittently > failing because files and/or directories are being created with ROOT > ownership!! or permissions such

[EMAIL PROTECTED] 502 Bad Gateway

2005-09-20 Thread Sean McKendall
Hello all, I've managed to set up Apache, Domino, PHP, and MySQL on the same machine. Apache is running on port 80 and Domino is running on port 81. I would like Apache to forward any .nsf file to port 81. So, www.mydomain.com/database.nsf should redirect to www.mydomain.com:81/database.nsf.

[EMAIL PROTECTED] apache/mod_svn intermittently creates transaction dirs with incorrect permissions or ownership such that the transaction breaks.

2005-09-20 Thread John Duprey
I sent this last night, but did not see it come across the list, so I'm sending it again. My apologies if this is a duplicate. -- I'm seeing strange behavior with an apache module (Subversion's mod_svn). Subversion commits through mod_svn are intermittently failing because files and/or director

[EMAIL PROTECTED] Problems with download of large file

2005-09-20 Thread Peter Huesser
Hello I am running apache 2.0.46 and try to download an iso image from this server which has a size of about 600MB. The download stops after a while. Found no entry of the download in the logfile. I looked around in the maillinglist archive and found some people who had the same problem. They

RE: [EMAIL PROTECTED] Both IP based and name based virtual host on same server.

2005-09-20 Thread Boyle Owen
-Original Message- From: Arun G Nair [mailto:[EMAIL PROTECTED] >>> Atlast I got it working So name based virtual hosting *is* possible >>> with mod_ssl. >> No it isn't. You only have encryption working. You do not have >> authentication. > Ok So what else do I need to get it worki

[EMAIL PROTECTED] Problem with ReWrite/Dynamic Mirror and blank spaces?

2005-09-20 Thread Christian Darnell
Hi all,   I'm running Apache 2.0.54 on a Sun Solaris 8. I have two domains pointing to the external IP address at the server, server1.foo.com and server2.foo.com.   server1.foo.com is served by the Apache server and server2.foo.com is served by an internal server on our intranet, this server is

Re: [EMAIL PROTECTED] Virt Host not Working under SSL

2005-09-20 Thread Dmitriy Kirhlarov
On Tue, Sep 20, 2005 at 09:08:09AM +0200, Davide Bianchi wrote: > Dmitriy Kirhlarov wrote: > > I think it possible with some trics. > > 1. SSL certificate with more them 1 DNS-names. (see openssl.cnf for > > subjectAltNames) > > You'll still receive a warning from your browser that complains abou

Re: [EMAIL PROTECTED] Blocking harrassment

2005-09-20 Thread Jean-Christophe Montigny
Hello, Krist van Besien wrote: Better to do an iptables -I INPUT -p tcp -s 69.50.168.130 -j DROP This puts the rule at the head... Thanks a lot ! that's why it was never reached (it allows connections on the 80 port well before taht one) -- Jean-Christophe Montigny Responsable Commission

RE: [EMAIL PROTECTED] Virt Host not Working under SSL

2005-09-20 Thread Jason Beebe
So my only option is to get a new IP address assigned for each? Thanks for the quick reply. -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 11:39 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Virt Host not Working under

Re: [EMAIL PROTECTED] Virt Host not Working under SSL

2005-09-20 Thread Davide Bianchi
Dmitriy Kirhlarov wrote: > I think it possible with some trics. > 1. SSL certificate with more them 1 DNS-names. (see openssl.cnf for > subjectAltNames) You'll still receive a warning from your browser that complains about the fact that the 'certificate doesn't match the name of the site'. David

Re: [EMAIL PROTECTED] Virt Host not Working under SSL

2005-09-20 Thread Dmitriy Kirhlarov
On Tue, Sep 20, 2005 at 08:39:02AM +0200, Krist van Besien wrote: > On 9/20/05, Jason Beebe <[EMAIL PROTECTED]> wrote: > > > So what is so baffling to me is when accessing the domain via https:// it > > does pull up the proper website, but Apache looks like it is defaulting to > > the key/crt pair