]> git.pld-linux.org Git - packages/Zope.git/blobdiff - Zope-start.sh
- changed default config to more secure (zope user, 127.0.0.1:8080 socket)
[packages/Zope.git] / Zope-start.sh
index b52d610b6d19f4ae7ef49585275e0b8d884e5b3b..3e8eea2c7a19efdcb2da33e762a116a86fbb7a54 100644 (file)
@@ -114,12 +114,13 @@ fi
 # call server
 
 exec python $ZOPE_BASE/z2.py \
--z $INSTANCE_HOME  \
--t $NUMBER_OF_THREADS \
--u $ZOPE_USER  \
--w $HTTP_PORT  \
--f $FTP_PORT   \
--l $LOG_FILE   \
+-z "$INSTANCE_HOME"  \
+-t "$NUMBER_OF_THREADS" \
+-u "$ZOPE_USER"  \
+-w "$HTTP_PORT"  \
+-f "$FTP_PORT"   \
+-W "$WEBDAV_PORT"   \
+-l "$LOG_FILE"   \
 $ipstr \
 $icpstr  \
 $manager \
This page took 0.0637799999999999 seconds and 4 git commands to generate.