PATH:
usr
/
local
/
lsws
/
admin
/
misc
CURDIR=`dirname "$0"` cd $CURDIR CURDIR=`pwd` LSWSHOME=`dirname $CURDIR` LSWSHOME=`dirname $LSWSHOME` if [ "x$1" = "x" ]; then cat <<EOF Usage: $0 <path_to_apache_binary> [0|1] the first parameter is the path to Apache httpd binary, The second parameter is optional, which control whether to run Apache and LSWS at the same time. Default is '0' - No. EOF exit 1 fi if [ "x$2" = "x1" ]; then CTRL_APACHE=1 else CTRL_APACHE=0 fi sed -e "s:%LSWS_HOME%:$LSWSHOME:" \ -e "s:%APACHE_BIN%:$1:" \ -e "s:%CTRL_APACHE%:$CTRL_APACHE:" "./ap_lsws.sh.in" > "./ap_lsws.sh" chmod 0755 ./ap_lsws.sh
[-] awstats_install.sh
[open]
[-] ap_lsws.sh
[open]
[-] fix_cagefs.sh
[open]
[+]
..
[-] gdb-bt
[open]
[-] create_admin_keypair.sh
[open]
[-] rc-uninst.sh
[open]
[-] admpass.sh
[open]
[-] cpanel_restart_httpd.in
[open]
[-] lsws.rc
[open]
[-] lscmctl
[open]
[-] genjCryptionKeyPair.php
[open]
[-] ap_lsws.sh.in
[open]
[-] php.ini
[open]
[-] update.sh
[open]
[-] lsup.sh
[open]
[-] uninstall.sh
[open]
[-] gzipStatic.sh
[open]
[-] cleancache.sh
[open]
[-] chroot.sh
[open]
[-] fp_install.sh
[open]
[-] lsup6.sh
[open]
[-] lsws.rc.gentoo
[open]
[-] cleanlitemage.sh
[open]
[-] htpasswd.php
[open]
[-] mgr_ver.sh
[open]
[-] lshttpd.service
[open]
[-] enable_ruby_python_selector.sh
[open]
[-] lswsupchecker.php
[open]
[-] lswsup
[open]
[-] cp_switch_ws.sh
[open]
[-] build_ap_wrapper.sh
[open]
[-] purge_cache_by_url
[open]
[-] rc-inst.sh
[open]