Re: install apache:asp in windows

2002-12-20 Thread Lai Zit Seng
You'd need Apache 2.0.x if you want mod_perl 2 (or 1.99 etc). If you want 
to run Apache 1.3.x, try mod_perl 1.27 instead.

Regards,

.lzs

On Fri, 20 Dec 2002, Karthik wrote:

> Sir,
> I want to run sum asp programs using apache webserver 1.3 so i downloaded 
>mod_perl-2.0-current.tar
> to have asp support on apache webserver. 
> 1. Please tell me how to install.(in the website it is not clear)
> 2. Is there any change in config file.
> 3. then how to run an asp file.
> 
> please send me reply as quick as possible.
> 
> With regards,
> bala




Apache doesn't load anymore modules after mod_perl.so

2002-11-29 Thread Lai Zit Seng
I did a 'strace' through httpd and found that Embperl.so isn't loaded. 
This probably explains the error in the previous mail.

After tinkering around a little, it turns out that the "LoadModule" 
directive in Apache's configuration isn't loading any modules after 
mod_perl.so has been loaded. This is the case with mod_perl-1.99_07 and 
mod_perl-1.99_06. But with mod_perl-1.99-05, it works (and the Embperl 
problem below is gone too).

So perhaps something broke in mod_perl between 05 and 06?

Regards,

.lzs

On Fri, 29 Nov 2002, Lai Zit Seng wrote:

> I am trying to install Embperl-2.0b8. I've installed a standard Apache 
> 2.0.43 (just ./configure; make; make install) and mod_perl 1.99_07 (just 
> perl Makefile.PL; make; make install). And then, Embperl-2.0b8. But the 
> "make test" fails with this error:
> 
> Starting httpd...   [Fri Nov 29 18:29:53 2002] [warn] PassEnv variable 
> ACTION_PREFIX was undefined
> Syntax error on line 49 of 
> /home/nwadm/work/Embperl-2.0b8/test/conf/httpd.conf:
> Invalid command 'Embperl_UseEnv', perhaps mis-spelled or defined by a 
> module not included in the server configuration
> 
> Any clues about what may be wrong? TIA.