]> git.pld-linux.org Git - packages/ApacheJServ.git/commitdiff
- do not support Automatic mode
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Dec 2005 12:41:16 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ApacheJServ.conf -> 1.5

ApacheJServ.conf

index a5995a18550d2f4f9fd23350db06a89193342210..1b9d7d3ecd6dab57bc8ee706eb1bc2acc19abec7 100644 (file)
@@ -4,14 +4,7 @@ LoadModule jserv_module modules/mod_jserv.so
 <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 @@ LoadModule jserv_module modules/mod_jserv.so
        # 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)
This page took 0.139995 seconds and 4 git commands to generate.