DocSet

 view release on metacpan or  search on metacpan

examples/site/src/docs/1.0/guide/scenario.pod  view on Meta::CPAN


You should see:

  Content-type: text/html
  
  It worked!!!

Assuming that the server's userid is C<nobody>, make the script owned
by this user. We already made it executable and readable by user.

  % chown nobody /home/httpd/perl/test.pl

Now it is time to test that mod_perl enabled Apache can execute the
script.

Start the server ('C<apachectl start>').  Check in I<logs/error_log>
to see that the server has indeed started--verify the correct date and
time of the log entry.

To get Apache to execute the script we simply fetch its URI.  Assuming
that your I<httpd.conf> has been configured with the directive C<Port



( run in 2.085 seconds using v1.01-cache-2.11-cpan-71847e10f99 )