in reply to Running Perl scripts from a single CGI-BIN, on a multiple-virtual hosting server
If you are going to have separate files for each of the servers, then why not store them within each virtual server's document space? That way the CGI script could contain a line like:
require "$ENV{DOCUMENT_ROOT}/config.pl";
and would pick up a different file when run from each server.
Blessed Be
The Pixel
|
|---|