Liking cljdoc? Tell your friends :D

httpd.crate.mod-jk


configure-mod-jk-workerclj

(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
sourceraw docstring

install-mod-jkclj

(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
sourceraw docstring

mod-jk-configurationclj

(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
sourceraw docstring

vhost-jk-mountclj

(vhost-jk-mount & {:keys [path worker] :or {path "/*" worker "mod_jk_www"}})
source

vhost-jk-status-locationclj

(vhost-jk-status-location)
source

vhost-jk-unmountclj

(vhost-jk-unmount & {:keys [path worker] :or {path "/*" worker "mod_jk_www"}})
source

workers-configurationclj

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close