(configure-mod-jk-worker &
{:keys [workers-configuration]
:or {workers-configuration (workers-configuration)}})
Takes optional args and creates a remote-file
Takes optional args and creates a remote-file
(install-mod-jk &
{:keys [jkStripSession jkWatchdogInterval]
:or {jkStripSession "On" jkWatchdogInterval 120}})
Installs mod-jk and creates a remote file consisting of the mod-jk-configuration
Installs mod-jk and creates a remote file consisting of the mod-jk-configuration
(mod-jk-configuration &
{:keys [jkStripSession jkWatchdogInterval
vhost-jk-status-location? workers-properties-file]
:or {jkStripSession "On"
jkWatchdogInterval 120
vhost-jk-status-location? false
workers-properties-file
"/etc/libapache2-mod-jk/workers.properties"}})
Takes optional args and generates a Vector of Strings
Takes optional args and generates a Vector of Strings
(vhost-jk-unmount & {:keys [path worker] :or {path "/*" worker "mod_jk_www"}})
(workers-configuration &
{:keys [worker host port socket-connect-timeout-ms
maintain-timout-sec in-httpd-conf ping-mode
socket-keep-alive]
:or {port "8009"
host "127.0.0.1"
worker "mod_jk_www"
socket-connect-timeout-ms 900000
maintain-timout-sec 90
in-httpd-conf false
ping-mode nil
socket-keep-alive false}})
Takes optional args and returns content for configure-mod-jk-worker
Takes optional args and returns content for configure-mod-jk-worker
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close