Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-15 Thread Christian Folini
Hey Greg, On Thu, Nov 15, 2007 at 12:20:44PM -0500, greg boyington wrote: > Background: The server was recently updated to FreeBSD 5.5 from 5.3, > which had run for a couple of years without interruption. I'm not > especially convinced the issue I'm having is related to this upgrade, > ... > >

RE: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread Axel-Stephane SMORGRAV
Since your ProxyPass directive does not modify the URL path, you will only need ProxyPassReverseCookieDomain. Rather than working in the dark, the best approach is to use a tool such as Firefox LiveHTTPheaders, or HTTPWatch (MSIE) to observe the cookies that are returned by the application serv

[EMAIL PROTECTED] TLS SNI with user certificates.

2007-11-15 Thread Jorgen Lundman
What is the state with TLS/SNI at the moment? We are exploring offering SSL certificates to users, and in a perfect world we would like to keep our httpd.conf free of provisioning. Apache 2.2.0 OpenSSL-0.9.8e At the moment, all users' vhosts are defined as: VirtualDocumentRoot "/export

Re: [EMAIL PROTECTED] apache remote logging

2007-11-15 Thread GKapitany
I don't want necessarily an ssh tunnel and scp is not good because I need the logs on the destination as they are written. I need to be able to tail them at the destination. It is about 50 webservers and 100 app servers as last resort something like this: CustomLog "| hose 1.2.3.4 5000" comm

Re: [EMAIL PROTECTED] Apache 1.3 childs eating 30-45mb each for 1000 Vhosts setup w/0 mod_php/mod_perl.

2007-11-15 Thread Sergey Avdushkin
Tried to comment out all CustomLog directives (only for testing -- we really need them) -- get ~7mb drop per child and another 3 mb drop after commenting out "ScriptaAlias /cgi-bin/ ..." entries. So this is really just VirtualHost overhead? And there is nothing I could do with it? Hello. W

[EMAIL PROTECTED] Slow LAN/WAN bandwidth with 2.2.6 on Win2003

2007-11-15 Thread Oyvind Hardy Danielsen
Hi. I'm experiencing really slow transfers when accessing the Apache 2.2.6 server over the LAN (1Gbps) and WAN (10Mbps). I have no problems with HTTP using IIS6, or other protocols like FTP, SMB, or NFS. I am testing using wget with output to NUL: or /dev/null, example: example: wget http://1

[EMAIL PROTECTED] Mark Tomlinson/IL/HCSC is out of the office.

2007-11-15 Thread tomlinsonm
I will be out of the office starting 11/15/2007 and will not return until 11/26/2007. Please contact Mark Malott for things that require immediate attention. ** The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is inte

Re: [EMAIL PROTECTED] Windows Binary of mod_ftp

2007-11-15 Thread Ehtyar .
That sounds excellent, thank you so much!! Ehtyar. On Nov 16, 2007 9:25 AM, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Ehtyar wrote: > > Since there does not seem to be binaries of this module available from > > the web, i am hoping someone who has already accomplished this is > > willing

Re: [EMAIL PROTECTED] User-Agent: Apache (internal dummy connection)...

2007-11-15 Thread Joshua Slive
On Nov 15, 2007 4:46 PM, Ian P. Christian <[EMAIL PROTECTED]> wrote: > I'm seeing this in my logs > I've googled this, and apparently it's some kinda internal > communications mechanism of some sort - can someone explain this to me > please? See: http://wiki.apache.org/httpd/InternalDummyConn

[EMAIL PROTECTED] Windows Binary of mod_ftp

2007-11-15 Thread Ehtyar
Hi all. For some time now I've been attracted to the idea of using apache as an ftp server. Yesterday i downloaded my first apache source in the hopes of compiling mod_ftp for myself. Apache compiled fine after a reasonably simple development environment setup. The module, however, failed to compil

Re: [EMAIL PROTECTED] Occasional "500 Internal Server Error"

2007-11-15 Thread Dave Huang
Dave Huang wrote: Stusynski, Dan wrote: Also, there is a bugzilla filed against it, check this to see if it is the same issue: http://issues.apache.org/bugzilla/show_bug.cgi?id=39095 Dan Stusynski That does sound a lot like the problem I'm experiencing, except I don't get any "ldap_simple_b

Re: [EMAIL PROTECTED] apache remote logging

2007-11-15 Thread Dan Mahoney, System Admin
On Thu, 15 Nov 2007, [EMAIL PROTECTED] wrote: I don't want necessarily an ssh tunnel and scp is not good because I need the logs on the destination as they are written. I need to be able to tail them at the destination. It is about 50 webservers and 100 app servers All you need is netcat,

Re: [EMAIL PROTECTED] Windows Binary of mod_ftp

2007-11-15 Thread William A. Rowe, Jr.
Ehtyar wrote: Since there does not seem to be binaries of this module available from the web, i am hoping someone who has already accomplished this is willing to share their copy with me. I would be very appreciative if someone is willing to link me to a copy of this module for windows. The mom

Re: [EMAIL PROTECTED] apache remote logging

2007-11-15 Thread Dan Mahoney, System Admin
On Thu, 15 Nov 2007, [EMAIL PROTECTED] wrote: Hi all, I'd like to have number of apache servers logging remotely to a syslog-ng server. Logging using syslogd -r is not an option, since I don't have root on this machines. I'm thinking to pipe the logs an aplication which would do the job (like n

[EMAIL PROTECTED] User-Agent: Apache (internal dummy connection)...

2007-11-15 Thread Ian P. Christian
I'm seeing this in my logs 1.2.3.4 - - [15/Nov/2007:21:38:20 +] "GET /" 400 525 "-" "-" 1.2.3.4 - - [15/Nov/2007:21:38:21 +] "GET /" 400 525 "-" "-" 1.2.3.4 - - [15/Nov/2007:21:38:22 +] "GET /" 400 525 "-" "-" 1.2.3.4 - - [15/Nov/2007:21:38:23 +] "GET /" 400 525 "-" "-" 1.2.3.

[EMAIL PROTECTED] apache remote logging

2007-11-15 Thread GKapitany
Hi all, I'd like to have number of apache servers logging remotely to a syslog-ng server. Logging using syslogd -r is not an option, since I don't have root on this machines. I'm thinking to pipe the logs an aplication which would do the job (like netpipes or something). Is there a log module whic

Re: [EMAIL PROTECTED] Occasional "500 Internal Server Error"

2007-11-15 Thread Dave Huang
Dave Huang wrote: OK, I've been running mod_ldap with this patch: http://issues.apache.org/bugzilla/attachment.cgi?id=21124 for about two days, and haven't gotten any error 500s. I used to get the error 3 or 4 times a day, so things definitely look good. Thanks again :) Minor correction: I'm

Re: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-15 Thread Jon Forrest
Joshua Slive wrote: - Require directive is limited to GET requests. So you don't mind if people without a password access the content via POST requests? I just did a cut and paste from an example from some documentation. Throw away that documentation. It's over a decade out of date. Try here

Re: [EMAIL PROTECTED] Can Apache 2 run mod_perl then php?

2007-11-15 Thread Michael McGlothlin
Not sure but why not just have PHP run a Perl script? If you really want Perl to generate your PHP then you could have it create a temp file, return the temp file to PHP, include the temp file, and then remove the temp file when done. Hi, I think I might of read something somewhere that indica

Re: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread dertown
that sounds like it will do what i need it to do but how does it work? i looked at the mod proxy docs and i tried using it. but it still does not work. i am wondering if i am mis configuring it. Derek Joshua Slive-2 wrote: > > On Nov 15, 2007 10:43 AM, dertown <[EMAIL PROTECTED]> wrote: >

Re: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread dertown
I am running a reverse proxy to a back end web app with its own sign that uses session cookies. here is an what i have configured for the proxy the web app is an ajax app. ProxyRequests Off ProxySSLEngine On ProxyPass / https://appserver.domain.com ProxyPassReverse / https://appserver.domain.co

Re: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread Joshua Slive
On Nov 15, 2007 1:15 PM, dertown <[EMAIL PROTECTED]> wrote: > > that sounds like it will do what i need it to do but how does it work? > i looked at the mod proxy docs and i tried using it. > > but it still does not work. i am wondering if i am mis configuring it. I'm wondering too. But since you

Re: [EMAIL PROTECTED] Can Apache 2 run mod_perl then php?

2007-11-15 Thread Issac Goldstand
I know it should be possible. I've never actually done it but I know the theory and can try to point you in the right direction... You'd want to compile mod_php as a filter, not a handler, and have mod_perl run as a response handler. In addition, you'd want to SetOutputFilter PHP for the reques

[EMAIL PROTECTED] Can Apache 2 run mod_perl then php?

2007-11-15 Thread Blaine Everingham
Hi, I think I might of read something somewhere that indicated that Apache 2 could run multiple application layers before displaying content. However, I can not find this again, and any information would be helpful. Does anyone know if it's possible to have 1) Apache run mod perl (obviously

[EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-15 Thread greg boyington
Hello List, I have a FreeBSD 5.5 (amd64) server with the following: Apache/2.0.61 (FreeBSD) mod_ssl/2.0.53 OpenSSL/0.9.7e-p1 PHP/4.4.4 with Suhosin-Patch mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.6 Background: The server was recently updated to FreeBSD 5.5 from 5.3, which had run for a

[EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread dertown
Is there any way to maintian the session cookies within the the reverse proxy server? I have a reverse proxy serve that is connecting to a backend server using an session cookies and credentials. however when a user connects to the server through the reverse proxy the login page is returned becau

Re: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread Joshua Slive
On Nov 15, 2007 10:43 AM, dertown <[EMAIL PROTECTED]> wrote: > > Is there any way to maintian the session cookies within the the reverse proxy > server? > > I have a reverse proxy serve that is connecting to a backend server using an > session cookies and credentials. > however when a user connects

Re: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-15 Thread Joshua Slive
On Nov 15, 2007 9:45 AM, Jon Forrest <[EMAIL PROTECTED]> wrote: > > - Require directive is limited to GET requests. So you don't mind if > > people without a password access the content via POST requests? > > I just did a cut and paste from an example from some documentation. Throw away that docu

RE: [EMAIL PROTECTED] mainting session cookies with a reverse proxy

2007-11-15 Thread Emiliano Romero
What do you mean with "session cookies"? PHP session cookies?. If you ask about passing PHP sessions over servers, you have to make the cookies access by the other server (in the same domain, or in a subdomain (.domain.com)). And then make PHP to share , or USE the same session.save_path. If they

Re: [EMAIL PROTECTED] Problem With Password Protection in Apache 2.2

2007-11-15 Thread Jon Forrest
Boyle Owen wrote: - what *exactly* is the name of the file? In the config snippet it is called ".htpasswd", but above you call it ".htpassword". Sorry. It is .htpasswd. The directory on the Directory line exists:, e.g. % ls -d /users/chemweb/apache2/http-cchem/htdocs/admittedstudent /users

Re: [EMAIL PROTECTED] Using secure LDAP authentication

2007-11-15 Thread Malka Cymbalista
Thanks for the answer. I understand from this, that before I compile apache with --with-included-apr, I must compile APR separately. We seem to have the source for APR in the apache source directory, but I can't find any instructions for how to compile and install or what the options are to c