IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2997


Ignore:
Timestamp:
Jan 14, 2005, 11:23:35 AM (22 years ago)
Author:
jhoblitt
Message:

add mod_perl-1.29 build instructions

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/docs/apache_setup.txt

    r2785 r2997  
     1# Copyright (C) 2004-2005  Joshua Hoblitt
     2#
     3# $Id: apache_setup.txt,v 1.2 2005-01-14 21:23:35 jhoblitt Exp $
     4
     5- mod_perl-1.29 install
     6perl Makefile.PL USE_APXS=1 INSTALLDIRS=vendor WITH_APXS=/usr/sbin/apxs EVERYTHING=1 PERL_DEBUG=1
     7
     8#MP_TRACE = 1 MP_DEBUG = 1 MP_USE_DSO = 1 MP_INST_APACHE2 = 1 MP_APXS = /usr/sbin/apxs2
     9
    110- add the "idata" group to /etc/group
    211- configure Apache to run as the idata group.
  • trunk/Nebulous/docs/apache_setup.txt

    r2785 r2997  
     1# Copyright (C) 2004-2005  Joshua Hoblitt
     2#
     3# $Id: apache_setup.txt,v 1.2 2005-01-14 21:23:35 jhoblitt Exp $
     4
     5- mod_perl-1.29 install
     6perl Makefile.PL USE_APXS=1 INSTALLDIRS=vendor WITH_APXS=/usr/sbin/apxs EVERYTHING=1 PERL_DEBUG=1
     7
     8#MP_TRACE = 1 MP_DEBUG = 1 MP_USE_DSO = 1 MP_INST_APACHE2 = 1 MP_APXS = /usr/sbin/apxs2
     9
    110- add the "idata" group to /etc/group
    211- configure Apache to run as the idata group.
Note: See TracChangeset for help on using the changeset viewer.