Changeset 4440 for trunk/Nebulous/docs/apache_setup.txt
- Timestamp:
- Jun 29, 2005, 4:35:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/docs/apache_setup.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/docs/apache_setup.txt
r2997 r4440 1 1 # Copyright (C) 2004-2005 Joshua Hoblitt 2 2 # 3 # $Id: apache_setup.txt,v 1. 2 2005-01-14 21:23:35 jhoblitt Exp $3 # $Id: apache_setup.txt,v 1.3 2005-06-30 02:35:05 jhoblitt Exp $ 4 4 5 5 - mod_perl-1.29 install … … 8 8 #MP_TRACE = 1 MP_DEBUG = 1 MP_USE_DSO = 1 MP_INST_APACHE2 = 1 MP_APXS = /usr/sbin/apxs2 9 9 10 - add the "idata" group to /etc/group 11 - configure Apache to run as the idata group. 10 - add the "nebulous" group to /etc/group 11 - configure Apache to run as the nebulous group. 12 13 # out of data from here down... 12 14 13 15 # … … 15 17 # 16 18 17 ScriptAlias / idata/usr/local/apache/perl/imageserver.pl19 ScriptAlias /nebulous /usr/local/apache/perl/imageserver.pl 18 20 19 21 <Directory "/usr/local/apache/perl"> … … 34 36 35 37 # 36 # PS::IPP::IData::Apache interface38 # Nebulous::Apache interface 37 39 # 38 40 39 41 PerlModule Apache::DBI 40 PerlModule PS::IPP::IData::Apache42 PerlModule Nebulous::Apache 41 43 42 <Location / idata>44 <Location /nebulous> 43 45 SetHandler perl-script 44 PerlHandler PS::IPP::IData::Apache46 PerlHandler Nebulous::Apache 45 47 </Location> 46 48
Note:
See TracChangeset
for help on using the changeset viewer.
