Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Running Perl scripts from a single CGI-BIN, on a multiple-virtual hosting server

by ajt (Prior)
on Oct 02, 2001 at 17:48 UTC ( [id://116116]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my $server   = "localhost";      # Default host
      my $domain   = ".company.com";   # Default domain
    ...
        chdir $conf_loc or error($q, qq(Unable to locate configuration fol
    +der $conf_loc));
        $CFG_FILE = $server . ".$CFG_FILE" if ($server && -R "$server.$CFG
    +_FILE");        # If there is a specific file then use it
      }
    

Log In?
Username:
Password:

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

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

    No recent polls found