Help for this page

Select Code to Download


  1. or download this
    cpan> install Apache
    CPAN: Storable loaded ok
    ...
     
    cpan> install mod_perl
    mod_perl is up to date.
    
  2. or download this
    [root@localhost bin]# ./apachectl start
    Syntax error on line 3 of /usr/local/everything/everything.apache.conf
    +:
    Invalid command 'PerlModule', perhaps mis-spelled or defined by a modu
    +le not included in the server configuration
    ./apachectl start: httpd could not be started
    
  3. or download this
    AddHandler perl-script .pl
     
    PerlModule Apache::DBI
    PerlModule CGI
    PerlSetupEnv On
    
  4. or download this
    Include /usr/local/everything/everything.apache.conf