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

2000-06-13 Thread Karyn Ulriksen
"./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 and php to c

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

2000-06-13 Thread Karyn Ulriksen
Which OS & OS Version? I've compiled all these plus FrontPage on Solaris & Linux. -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 13, 2000 1:35 PM To: mod_perl discuss Subject: How do I get modperl and php to coexist? With both modperl and php3 insta

RE: DNS Lookups ? huh ?

2000-06-08 Thread Karyn Ulriksen
tnamelookups -- default is off 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

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: P

RE: mod_perl and IPC

2000-05-22 Thread Karyn Ulriksen
[mailto:[EMAIL PROTECTED]] Sent: Monday, May 22, 2000 2:36 PM To: Karyn Ulriksen Cc: '[EMAIL PROTECTED]' Subject: Re: mod_perl and IPC That's why I wanted more beta testers on real servers. :) You may want to roll back to 0.02 on that server. I'll run some more bench

RE: mod_perl and IPC

2000-05-22 Thread Karyn Ulriksen
erver with the old .02 code before I take off today. -Karyn -Original Message- From: DeWitt Clinton [mailto:[EMAIL PROTECTED]] Sent: Monday, May 22, 2000 1:06 PM To: Karyn Ulriksen Subject: Re: mod_perl and IPC On Mon, May 22, 2000 at 02:01:42PM -0700, Karyn Ulriksen wrote: >

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: mod_perl and IPC

2000-05-22 Thread Karyn Ulriksen
Karyn 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 mo

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: 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, Californ

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: [RFC] holding a mod_perl conference

2000-04-04 Thread Karyn Ulriksen
The "Scripting languages for Apache" concept is a winner. If it was presented to both intermediate and advanced levels, it would no doubt be well attended. I know many developers who actually have voiced their wishes for something like this. Let me know if you need any help if you decide to go

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 document_root; $r->register_cleanup(sub { shift->document_root($old_docroot) }); the lifetime of conf->ap_docu

RE: Set DocumentRoot from modperl

2000-03-28 Thread Karyn Ulriksen
d it's anybody's >guess where > the hell >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! > > ---

RE: Set DocumentRoot from modperl

2000-03-28 Thread Karyn Ulriksen
's guess where the hell 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,