You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "G.W. Haywood" <ge...@www.jubileegroup.co.uk> on 2001/02/17 00:59:57 UTC

Re: newbie mess

Hi there,

On Fri, 16 Feb 2001, matt wrote:

> --- i am sorry if this is not the appropiate list ------

Are you running mod_perl?

How did you start Apache?

73,
Ged.


Re: newbie mess

Posted by matt <ro...@mcs.com>.
> 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.