Re: User-Agent: contype

2000-08-01 Thread Alan Sparks
My tests show that it often (can't be sure of always) occurs with a PDF file. BUT, it doesn't happen with NS Communicator and Acrobat Reader... only the combo of IE and Acroread. I've long suspected that it had something to do with IE sniffing the data stream to figure out the data type. There'

Re: Coredump

2000-07-14 Thread Alan Sparks
The newsgroup comp.infosystems.www.servers.unix is the usual hangout for Apache-related issues... -Alan -Original Message- From: Dana Powers <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, July 14, 2000 3:39 PM Subject: Coredump >Do any of you know a better p

Re: Apache/mod_perl

2000-07-07 Thread Alan Sparks
Can't speak much to Stronghold, got a copy and ultimately put it on the shelf. I rather like Raven (covalent.com), works like a peach with mod_perl etc. Just wish Apache didn't have to be patched to install the damn stuff... -Alan -Original Message- From: Pramod Sokke <[EMAIL PROTECTED]>

Re: Script that stays on the same page

2000-07-03 Thread Alan Sparks
It's generally not a good idea to follow up a user action with a page that doesn't change... The lack of feedback makes people very nervous. Notwithstanding, you can accomplish this by sending back a Status: of 204 (No Change) and a content-type: of text/html -- with no entity body. The browser

Re: Forcing user/group unto the log

2000-02-08 Thread Alan Sparks
After authenticating the user, have you called: $r->connection->user($username); -Alan -Original Message- From: Nicolas MONNET <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, February 08, 2000 9:56 AM Subject: Forcing user/group unto the log > >Hi there, I