SOURCES: ApacheJServ.conf - do not support Automatic mode
glen
glen at pld-linux.org
Thu Dec 29 13:41:21 CET 2005
Author: glen Date: Thu Dec 29 12:41:21 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- do not support Automatic mode
---- Files affected:
SOURCES:
ApacheJServ.conf (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/ApacheJServ.conf
diff -u SOURCES/ApacheJServ.conf:1.4 SOURCES/ApacheJServ.conf:1.5
--- SOURCES/ApacheJServ.conf:1.4 Thu Dec 29 13:07:41 2005
+++ SOURCES/ApacheJServ.conf Thu Dec 29 13:41:16 2005
@@ -4,14 +4,7 @@
<IfModule mod_jserv.c>
# Whether Apache must start Apache JServ or not (On=Manual Off=Autostart)
# Syntax: ApJServManual [on/off]
- # Default: "Off"
- ApJServManual off
-
- # Properties filename for Apache JServ in Automatic Mode.
- # In manual mode this directive is ignored
- # Syntax: ApJServProperties [filename]
- # Default: "./conf/jserv.properties"
- ApJServProperties /etc/jserv/jserv.properties
+ ApJServManual on
# Log file for this module operation relative to Apache root directory.
# Set the name of the trace/log file. To avoid possible confusion about
@@ -65,7 +58,7 @@
# this module) may connect to your servlet engine and execute servlet
# bypassing web server restrictions. See the documentation for more information
#ApJServSecretKey DISABLED
- ApJServSecretKey /etc/jserv/jserv.secret.key
+ ApJServSecretKey /etc/apache/jserv.secret.key
# Mount point for Servlet zones
# (see documentation for more information on servlet zones)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/ApacheJServ.conf?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list