Re: Apache 2.0.47, mod_perl.c

2003-08-21 Thread John Francis Lee
apaches. Please advise. On ., 2003-08-21 at 11:37, Stas Bekman wrote: John Francis Lee wrote: Hello, I've been having trouble running npi-cgi scripts under Apache 2.0.40. which came with rh 8.0, so am trying a more recent version of Apache. I downloaded the tarball for 2.0.47

Apache 2.0.47, mod_perl.c

2003-08-20 Thread John Francis Lee
. Is this the recommended solution? -- John Francis Lee [EMAIL PROTECTED] -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

[modperl]

2001-11-20 Thread George Francis
of mod_perl behaviour? 2) We get an Apache warning child pid 567 exit signal Segmentation fault (11) sometimes. At times this error causes the page to not get loaded at all. Could someone please guide us with these problems? george francis Apache/Mod_Perl

Re: mod_perl and DSO

2001-01-30 Thread Francis
What would you say with shared core? The unix server can use DSO and the DSO servlet module works fine Francis - Original Message - From: "Jens-Uwe Mager" [EMAIL PROTECTED] To: "Francis" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 29, 2001

mod_perl and DSO

2001-01-29 Thread Francis
perl_module libexec/libperl.so - libperl.so is correct and in the right place - apache works fine without the 236 line in httpd.conf Francis

Apache::ASP

2001-01-23 Thread Francis Mendoza
Hello Help, I'd like to check my website and see why my test.asp is not working or showing up on the browser. http://www.technokia.com/test.asp I have installed everything and followed the instruction at http://www.apache-asp.org/ for my location this is what i have. Location

Apache::ASP

2001-01-23 Thread Francis Mendoza
Hello Help, I'd like to check my website and see why my test.asp is not working or showing up on the browser. http://www.technokia.com/test.asp I have installed everything and followed the instruction at http://www.apache-asp.org/ for my location this is what i have. Location

Apache::ASP

2001-01-16 Thread Francis Mendoza
is my next step? What Do i need to add in the Apache httpd.conf? Thank you for time and answer my questions, Francis M. __ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup

re: mod_perl 1.2.4 on Mac OSX

2000-07-26 Thread Francis Koo
location entries in non-writable section (__TEXT,__picsymbol_stub) for symbols: dyld_stub_binding_helper not sure if i need to have a specific port of mod_perl for Mac OSX. any help is greatly appreciated. thanks in advance. regards. -- Koo Kang Wee Francis | "A wise m

ANNOUNCE Apache::iNcom 0.09

2000-03-31 Thread Francis J. Lacoste
and Locale::Maketext(3) for internationalization and localization. -- Francis J. Lacoste iNsu Innovations Inc. CTA Tél.: (514) 336-5544 [EMAIL PROTECTED] Fax.: (514) 336-8128

Re: [EMBPERL]: Broke tied filehandle interface ?

1999-12-07 Thread Francis J. Lacoste
Gerald Richter wrote: [- use GnuPG::Tie::Encrypt; tie *GNUPG, 'GnuPG::Tie::Encrypt', gnupg_path = '/usr/bin/gpg', armor = 1, recipient = 'Francis' or die "Error tying variable\n"; print GNUPG "Hello world\n";