Ihadn't posted it but it's there for mod_perl.

John

-----Original Message-----
    From: "Philip M. Gollucci"<[EMAIL PROTECTED]>
    Sent: 9/22/05 6:48:40 PM
    To: "John Kelley"<[EMAIL PROTECTED]>
    Cc: "modperl@perl.apache.org"<modperl@perl.apache.org>
    Subject: Re: Apache DSO compile issue...
      > <IfDefine HAVE_PERL>
    > AddModule mod_perl.c
    > </IfDefine>
    > <IfDefine HAVE_PHP>
    > .
    
    See
    
http://perl.apache.org/docs/1.0/guide/install.html#Installing_separate_Apache_and_mod_perl_RPMs
    You're missing the LoadModule line.
    
    I swore the order  was AddModule then LoadModule, so try both.. or whatever 
you have these things in your httpd.conf
    
    > .
    > .
    > <IfModule mod_perl.c>
    >     Alias /perl /var/www/perl
    >     <Directory /var/www/perl>
    >         SetHandler perl-script
    >         PerlHandler Apache::Registry
    >         Options +ExecCGI
    >     </Directory>
    > </IfModule>
    
    
    -- 
    END
    ------------------------------------------------------------
         What doesn't kill us can only make us stronger.
                     Nothing is impossible.
                                
    Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
    Consultant / http://p6m7g8.net/Resume/
    Senior Developer / Liquidity Services, Inc.
       http://www.liquidityservicesinc.com
            http://www.liquidation.com
            http://www.uksurplus.com
            http://www.govliquidation.com
            http://www.gowholesale.com
        

[Message truncated. Tap Edit->Mark for Download to get remaining portion.]

Reply via email to