Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: mod_perl give 404 not_found with content

by Anonymous Monk
on Apr 07, 2011 at 12:56 UTC ( [id://898038]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <Location /perl>
      SetHandler perl-script
    ...
        $cgi->end_form,
        $cgi->end_html;
    }
    
  2. or download this
    PerlModule Apache2::Hello404
    <Location /hello404>
      SetHandler perl-script
    ...
      return Apache2::Const::OK;
    }
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://898038]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-16 04:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found