[OT] mmap error in error_log

2001-06-12 Thread B. Burke
I'm running Apache/1.3.14 (Unix) mod_perl/1.24_01 mod_ssl/2.7.1 OpenSSL/0.9.6 on a RedHat 6.2 system. The system seems to be doing fine, but I've noticed that I am getting several messages that look like the following in my apache error_log: [Tue Jun 12 11:21:27 2001] [crit] [client 0.0.0.0] (2

[OT] unsubscribing was Re: Varaible scope & memory under mod_perl

2001-03-14 Thread B. Burke
I really don't see the point in putting list info in the headers. The people that have to ask these questions usually don't have full headers turned on. Why not put it at the bottom of each email instead of the headers like some other lists do? It would take up the same amount of space, and it

help with custom Error documents/redirection

2000-12-13 Thread B. Burke
I'm looking to implement custom error handling, and I'm hitting a snag. I'm hoping to do something like on pg.168 of the Eagle book, where you have a handler and user $r->prev to get the original request. I'm wanting to redirect to 1 of 2 pages, depending on what the requested page was. I plan o

problems installing mod_perl & mod_ssl

2000-11-10 Thread B. Burke
I've tried installing mod_perl & mod_ssl, following both the instructions at http://perl.apache.org/guide and the INSTALL.simple.mod_ssl file that comes with mod_perl-1.24. When I run the perl Makefile.PL for mod_perl, it keeps complaining that I need apache 1.3.0. I was able to install open

[OT] www.modssl.org & www.openssl.org mirrors?

2000-11-10 Thread B. Burke
Does anyone know mirror sites for these servers? It seems they are having troubles this morning. I asked the modssl-users list, but since the server seems to be having troubles, I'm not sure if my message got through. Thanks, Brian B. [EMAIL PROTECTED]

SSL/encryption & mod_perl

2000-11-07 Thread B. Burke
I've got a question related to encryption and mod_perl. I'm running an apache mod_perl server (AIX and Linux platforms) to serve HTML forms, query backend databases, and print formatted results. I currently use .htaccess for authentication, although this will probably change. My problem is that

Re: Update: Re: PerlSendHeader Off & socket persistence (was Re:question: usingApache for non-HTML messages)

2000-10-02 Thread B. Burke
k for the moment. It seems I need to know 1 of 2 things: 1) How do you keep sockets open when $r->send_http_header isn't used 2) how can I make apache stop printing the outbound message size on each response Any help will be appreciated! Brian Doug MacEachern wrote: > On Thu,

[OT] C question - message size in hex

2000-09-29 Thread B. Burke
Does anyone know where in Apache's code it prints the outbound response message size in hex? Example (the size is 112 on this particular message): HTTP/1.1 404 Not Found Date: Fri, 29 Sep 2000 13:58:56 GMT Server: Apache/1.3.6 (Unix) Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Trans

Update: Re: PerlSendHeader Off & socket persistence (was Re: question: usingApache for non-HTML messages)

2000-09-28 Thread B. Burke
header(); Once I changed how I was printing the header from the script, the socket persistence worked with PerlSendHeader Off. So I guess I solved my problem although I don't really know why. Brian Doug MacEachern wrote: > On Wed, 27 Sep 2000, B. Burke wrote: > > > When I set Per

PerlSendHeader Off & socket persistence (was Re: question: using Apache for non-HTML messages)

2000-09-27 Thread B. Burke
Any ideas to help me keep the socket open? Thanks, Brian Doug MacEachern wrote: > On Mon, 25 Sep 2000, B. Burke wrote: > > > I've been able to basically remove the response headers by removing the > > functionality > > of ap_sen_header_field() before compiling Apach

Re: question: using Apache for non-HTML messages

2000-09-25 Thread B. Burke
through mod_perl. Thanks, Brian Matt Sergeant wrote: > On Mon, 25 Sep 2000, B. Burke wrote: > > > > > I'm using Apache/1.3.11 with mod_perl/1.22 on an AIX platform to serve > > as an application server, with persistent ties into a MySQL database. > > >

question: using Apache for non-HTML messages

2000-09-25 Thread B. Burke
I'm using Apache/1.3.11 with mod_perl/1.22 on an AIX platform to serve as an application server, with persistent ties into a MySQL database. My company is using an in-house socket API for data transfers. The request messages in our API are somewhat similiar to an HTML GET request, in that we us