Help for this page

Select Code to Download


  1. or download this
    #apachectl start
    apachectl: Configuration syntax error, will not run "start":
    Syntax error on line 610 of /etc/httpd/conf/httpd.conf:
    Invalid command 'PerlModule', perhaps misspelled or defined by a modul
    +e not included in the server configuration
    
  2. or download this
    Alias /perl/ /cgi-bin/
        PerlModule Apache::Registry
    ...
            #AllowOverride All
            PerlSendHeader On
        </Location>
    
  3. or download this
    PerlModule ModPerl::Registry 
    Alias /perl/ /home/httpd/perl/ 
        <Location /perl>
         PerlHandler ModPerl::Registry
    ...