I recently built and got up and running apache 1.3.19 with mod_perl and mod_ssl. I'm not receiving any error messages, but I cannot get any output from a test page.
Any difference if you remove this line?
use CGI::Carp qw(fatalsToBrowser);
If not, any luck with this script:
#!/usr/bin/perl my $r = shift; $r->send_http_header("text/html"); $r->print("<html><body>Hello</body></html>");
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html