> Are you running mod_perl?
hehheh... i think so....
[mrogers@panda i386-linux]$ ls
Apache SHA.pm mod_perl_hooks.pm
Apache.pm auto mod_perl_hooks.pm.PL
Bundle cgi_to_mod_perl.pod mod_perl_method_handlers.pod
Digest mod_perl.pm mod_perl_traps.pod
Digest.pm mod_perl.pod mod_perl_tuning.pod
MD5.pm mod_perl_cvs.pod
[mrogers@panda i386-linux]$ pwd
/usr/lib/perl5/site_perl/5.6.0/i386-linux
from /etc/httpd/conf/httpd.conf :
# If the perl module is installed, this will be enabled.
<IfModule mod_perl.c>
Alias /perl/ /var/www/perl/
<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>
</IfModule>
<IfDefine HAVE_PERL>
AddModule mod_perl.c
</IfDefine>
>
>
> How did you start Apache?
well... i have httpd on automatic running in linuxconf....
thoughts?
thanks for the quick response...
matt
>
>
> 73,
> Ged.