Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Apache Registry with Server Side Includes

by bbfan (Novice)
on Jan 02, 2012 at 14:58 UTC ( [id://945924]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <!-- file test.shtml -->
    <html>
    ...
    while ( $a < $count) {
      print ++$a;
    }
    
  2. or download this
    <Directory /var/www/registry>
        SetHandler perl-script
    ...
    #   PerlOptions +ParseHeaders (prevented 2+ invocations)
        Options +ExecCGI
    </Directory>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-23 11:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found