apache/apache.sh

Fri, 21 Sep 2012 22:45:41 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 21 Sep 2012 22:45:41 +0200
changeset 704
0a3af3462343
permissions
-rw-r--r--

Avoid root permissions generally and allow for single daemon execution.

     1 ##
     2 ##  apache.sh -- Apache Shell Environment Script
     3 ##
     5 #
     6 #   Run-time paths
     7 #
     9 export PATH="@l_path@"
    10 export LD_LIBRARY_PATH="@l_ld_library_path@"

mercurial