Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Perl script to handle requests to a http://.../path/*

by xiper (Friar)
on Sep 15, 2003 at 00:33 UTC ( [id://291468]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    RewriteRule ^(.*)$ /cgi-bin/myscript.pl?$1 [L]
    
  2. or download this
    mod_rewrite: maximum number of internal redirects reached. Assuming co
    +nfiguration error. Use 'RewriteOptions MaxRedirects' to increase the 
    +limit if neccessary.
    
  3. or download this
    RewriteRule !^/cgi-bin - [C]
    RewriteRule ^(.*)$ /cgi-bin/myscript.pl?$1 [L]
    
  4. or download this
    my JAPH:
      print"Just another Perl hacker\n";
      #    ^ look, no space! pretty tricky huh?
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-29 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found