RE: How do I get modperl and php to coexist?

2000-06-13 Thread Karyn Ulriksen
root", and type something like: "./configure --activate-php-module .." ? - Karyn -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 13, 2000 2:16 PM To: Karyn Ulriksen; 'Rob Tanner' Cc: '[EMAIL PROTECTED]' Subject: RE: How do I get modperl an

RE: DNS Lookups ? huh ?

2000-06-08 Thread Karyn Ulriksen
Uhmmm. The directive... is not HostnameLookups Off it ISHostNameLookups Off The default is on. Case sensitivity. All that... give it a whirl. We've all done it before -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 08, 2000 11:36 AM To:

RE: DNS Lookups ? huh ?

2000-06-08 Thread Karyn Ulriksen
and the directive names are case insensitive. Karyn Ulriksen wrote: Uhmmm. The directive... is not HostnameLookups Off it ISHostNameLookups Off The default is on. Case sensitivity. All that... give it a whirl. We've all done it before -- Salon Internet

RE: mod_perl and IPC

2000-05-22 Thread Karyn Ulriksen
IPC::Cache has worked like a champ for me on a heavily loaded webserver. It's simple and (I'm lead to believe) it's a compiled module. You interact with it like a hash file, but if you're clever you can work it out for your usage without semaphores. It also behaves itself very nicely (no memory

RE: mod_perl and IPC

2000-05-22 Thread Karyn Ulriksen
Ulriksen Cc: '[EMAIL PROTECTED]' Subject: Re: mod_perl and IPC On Mon, May 22, 2000 at 12:06:20PM -0700, Karyn Ulriksen wrote: IPC::Cache has worked like a champ for me on a heavily loaded webserver. It's simple and (I'm lead to believe) it's a compiled module. You interact with it like

RE: mod_perl and IPC

2000-05-22 Thread Karyn Ulriksen
I could use a few beta testers of the new IPC::Cache module. If anyone wants to help, please let me know. Count me in.

RE: getting the hostname from a TransHandler

2000-05-17 Thread Karyn Ulriksen
This works for me and I use it widely: UseCanonicalName off and my $server = $r-header_in('Host'); - Best regards, Karyn Ulriksen Chief Systems Architect PublicHost 22 Mauchly, Suite 200 Irvine, California 92618 USA

RE: best way to call traceroute

2000-04-07 Thread Karyn Ulriksen
One of the reasons that I always like the nph- construction is that is showed the traceroute 'live' like it would from a console. Last I checked perl doesn't show the traceroute result until the sessions complete which could be a long time if there is trouble in the trace. Did you find a way to

RE: Set DocumentRoot from modperl

2000-04-04 Thread Karyn Ulriksen
Which handler would be appropriate to do the cleanup on this? -Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 02, 2000 10:39 PM To: Serge Serge Barbosa Da Torre Cc: [EMAIL PROTECTED] Subject: Re: Set DocumentRoot from modperl there have been

RE: Set DocumentRoot from modperl

2000-03-28 Thread Karyn Ulriksen
it actually gets the document root from (I even encoded it into the mod_frontpage.c module without success) and naturally the source isn't available. Have fun. I did! - Best regards, Karyn Ulriksen Chief Systems Architect

RE: Set DocumentRoot from modperl

2000-03-28 Thread Karyn Ulriksen
) and naturally the source isn't available. Have fun. I did! - Best regards, Karyn Ulriksen Chief Systems Architect PublicHost 22 Mauchly, Suite 200 Irvine, California 92618 USA Phone: (949) 743-2000 email: [EMAIL