summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ApacheJServ.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/ApacheJServ.conf b/ApacheJServ.conf
index af7f9c7..709c6d8 100644
--- a/ApacheJServ.conf
+++ b/ApacheJServ.conf
@@ -11,7 +11,7 @@ LoadModule jserv_module modules/mod_jserv.so
# In manual mode this directive is ignored
# Syntax: ApJServProperties [filename]
# Default: "./conf/jserv.properties"
- ApJServProperties /etc/apache/jserv/jserv.properties
+ ApJServProperties /etc/jserv/jserv.properties
# 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 +65,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/apache/jserv/jserv.secret.key
+ ApJServSecretKey /etc/jserv/jserv.secret.key
# Mount point for Servlet zones
# (see documentation for more information on servlet zones)