Mod_perl 1.21+Apache 1.3.9 will not process perl directives

1999-11-08 Thread Miguel Navarro

Solaris 7
Apache 1.3.9
Mod_perl 1.21
Perl 5.005

After having no luck with configuring mod_perl as a DSO, I decided to compile it in 
statically. When I do an httpd -l  I see that mod_perl is compiled in.  However the 
web server errors (can't find, or misspelled) when it encounters any perl directive in 
the httpd.conf. Any help would be great.

Details:

Mod_perl:

perl Makefile.PL \
 APACHE_PREFIX=/export/home/dsimpson/apache_1.3.9-eapi \
 APACHE_SRC=/export/home/dsimpson/apache_1.3.9-eapi/src \
 DO_HTTPD=1 \
 USE_APACI=1 \
 PREP_HTTPD=1 \
 EVERYTHING=1 \

Apache:

./configure \
--prefix=/opt/www \
--activate-module=src/modules/perl/libperl.a \
...

--
Miguel Navarro
[EMAIL PROTECTED]




RE: Problems parsing PerlAccessHandler directive...

1999-01-03 Thread Miguel Navarro

I'm experiencing the same problem and looking for help.

Miguel Navarro
[EMAIL PROTECTED]


--
From:  Einar Johnsson
Sent:  Friday, November 05, 1999 6:51 AM
To:  [EMAIL PROTECTED]
Subject:  Problems parsing PerlAccessHandler directive...

Hello.
I just compiled mod_perl-1.21 with: perl Makefile.PL EVERYTHING=1

When I try to use the PerlAccessHandler directive in my httpd.conf
I get:
Invalid command 'PerlAccessHandler', perhaps mis-spelled or defined by a

module not included in the server configuration

When the Makefile.PL scripts was being executed, the AccessHandler was
marked as enabled so I am not sure what might be wrong here.
I am running on SunOS machine name 5.5.1 Generic_103640-27 sun4u sparc

SUNW,Ultra-1. Apache 1.3.6

What might be wrong here?


Thanks in advance.
--
---
Einar Johnsson
E-mail: [EMAIL PROTECTED]
Tel: +44-(0)171-419 0001
Fax: +44-(0)171-419 6519
"What color is a choking smurf?"
--





Apache 1.3.9 Does not recognize mod_perl directives

1999-01-02 Thread Miguel Navarro

Apache 1.3.9
Mod_perl 1.21
Solaris 2.7

Having read Doug's comments about malloc issues with configuring mod_perl as a dso on 
solaris, I decided to compile mod_perl in statically. When I do a httpd -l,-L mod_perl 
appears to be compiled in and all the mod_perl directives are available. However when 
I run apache, I get errors " can 't find function/module PerlModule ...". This is the 
same for every other mod_perl directive. Any help would be great.

-Miguel Navarro
carclub.com 
 [EMAIL PROTECTED]