Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: How to get the value of <Location> directive (mod_perl)?

by Burak (Chaplain)
on Dec 10, 2006 at 19:14 UTC ( [id://588925]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <Location /foo>
    SetHandler perl-script
    PerlSetVar NAME "/foo"
    PerlHandler My::Apache::Handler
    </Location>
    
  2. or download this
      use Apache2::Directive ();
      my $tree = Apache2::Directive::conftree();
      my $node = $tree->lookup('Location', '/foo/');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-19 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found