Apache::ASP

2000-12-19 Thread Shane Reid

I've run into a problem with the examples (eg).  I downloaded, ran the
Makefile.pl and the make and make install all of those work then copied the
eg directory under the www directory for the webserver edited the httpd.conf
file to change AllowOverride from None to All then restarted and tried to go
to the examples directory -- Internal Server Error.  The logs show the
particular error, thinking it was a problem with MD5 I tried to install it,
it was up to date so did a clean then installed it over and it still gave
same error.  If you have any ideas please throw them at me.


[Tue Dec 19 17:55:44 2000] [error] Can't locate Digest/Perl/MD5.pm in @INC
(@INC contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd
/usr/local/lib/perl5/site_perl/5.005 . /usr/local/etc/apache/
/usr/local/etc/apache/lib/perl) at
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Digest/MD5.pm line 20.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 13.

[Tue Dec 19 17:55:44 2000] [error] Undefined subroutine
Apache::ASP::handler called.

Thanks
-Shane Reid




Mod_Perl installation -- make test

2000-10-30 Thread Shane Reid



Was wanting to add mod_perl so that I could run Apache::ASP, 
but ran into a problem with it.

I am configuring it with the Apache 1.3.14, and am running 
into this error:

modules/src.Use of uninitialized value at 
modules/src.t line 27.FAILED tests 
3-5 Failed 3/6 tests, 50.00% 
okay

Failed Test Status Wstat Total Fail Failed 
List of 
failed---modules/src.t 
6 3 50.00% 3-54 tests skipped.httpd 
terminatedhttpd terminated*** Error code 9

Stop.

I have enabled thesuexec wrapper and configured it, 
cansuexec be used, I was unclear as to if it could be used and if it was 
being used if some files needed to be modified etc. Any help on setting it 
up suexec with modperl or just correcting this error would be 
appreciated.

Shane Reid