Changeset 4911 for trunk/Nebulous/t/conf
- Timestamp:
- Aug 30, 2005, 2:34:15 PM (21 years ago)
- Location:
- trunk/Nebulous/t/conf
- Files:
-
- 2 edited
-
extra.conf.in (modified) (1 diff)
-
startup.pl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/conf/extra.conf.in
r4440 r4911 3 3 # this file will be Include-d by @ServerRoot@/httpd.conf 4 4 5 # where Nebulous::Server::Apache can be found6 # mp27 PerlSwitches -I@ServerRoot@/../lib8 9 # mp110 #<perl >11 #use lib qw( @ServerRoot@/../lib );12 #</perl >13 14 #ScriptSock logs/cgisock15 16 5 <Location /nebulous> 17 6 SetHandler perl-script 18 # PerlHandler Nebulous::Server::Apache19 7 PerlResponseHandler Apache2::SOAP 20 8 PerlSetVar dispatch_to "PerlHandler Nebulous::Server::SOAP" -
trunk/Nebulous/t/conf/startup.pl.in
r4873 r4911 1 1 use strict; 2 2 use warnings FATAL => qw( all ); 3 4 use lib qw( @ServerRoot@/../lib ); 3 5 4 6 use Apache::DBI;
Note:
See TracChangeset
for help on using the changeset viewer.
