IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4911 for trunk/Nebulous/t


Ignore:
Timestamp:
Aug 30, 2005, 2:34:15 PM (21 years ago)
Author:
jhoblitt
Message:

configure @INC from startup.pl to be portable between mp[12]

Location:
trunk/Nebulous/t/conf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/conf/extra.conf.in

    r4440 r4911  
    33# this file will be Include-d by @ServerRoot@/httpd.conf
    44
    5 # where Nebulous::Server::Apache can be found
    6 # mp2
    7 PerlSwitches -I@ServerRoot@/../lib
    8 
    9 # mp1
    10 #<perl >
    11 #use lib qw( @ServerRoot@/../lib );
    12 #</perl >
    13 
    14 #ScriptSock logs/cgisock
    15 
    165<Location /nebulous>
    176    SetHandler perl-script
    18 #    PerlHandler Nebulous::Server::Apache
    197    PerlResponseHandler Apache2::SOAP
    208    PerlSetVar dispatch_to "PerlHandler Nebulous::Server::SOAP"
  • trunk/Nebulous/t/conf/startup.pl.in

    r4873 r4911  
    11use strict;
    22use warnings FATAL => qw( all );
     3
     4use lib qw( @ServerRoot@/../lib );
    35
    46use Apache::DBI;
Note: See TracChangeset for help on using the changeset viewer.