(configure apache-version vhost-configs)
Inputs: [apache-version :- s/Str vhost-configs :- AllVhostConfig]
Inputs: [apache-version :- s/Str vhost-configs :- AllVhostConfig]
(configure-vhost vhost-name vhost-config apache-version)
Inputs: [vhost-name :- s/Str vhost-config :- VhostConfig apache-version :- s/Str]
Takes a vhost-name and vhost-config and generates vhost-config files
Inputs: [vhost-name :- s/Str vhost-config :- VhostConfig apache-version :- s/Str] Takes a vhost-name and vhost-config and generates vhost-config files
(create-alias vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the alias for the vhost-function.
Inputs: [vhost-config :- VhostConfig] Creates the alias for the vhost-function.
(create-alias-match vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the alias match for regex for the vhost-function.
Inputs: [vhost-config :- VhostConfig] Creates the alias match for regex for the vhost-function.
(create-allow-origin allow-origin)
Inputs: [allow-origin :- s/Str]
Creates the alias for the vhost-function.
Inputs: [allow-origin :- s/Str] Creates the alias for the vhost-function.
(create-gnutls-cert-contents vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the vhost-gnutls for the vhosts.
Inputs: [vhost-config :- VhostConfig] Creates the vhost-gnutls for the vhosts.
(create-gnutls-cert-file vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the vhost-gnutls for the vhosts.
Inputs: [vhost-config :- VhostConfig] Creates the vhost-gnutls for the vhosts.
(create-gnutls-letsencrypt-configuration vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the letsencrpyt configuration for the vhosts.
Inputs: [vhost-config :- VhostConfig] Creates the letsencrpyt configuration for the vhosts.
(create-google-id vhost-config)
Inputs: [vhost-config :- VhostConfig]
Create google-id config for vhost-function
Inputs: [vhost-config :- VhostConfig] Create google-id config for vhost-function
(create-maintenance-page vhost-config)
Inputs: [vhost-config :- VhostConfig]
Create maintanance-page for vhost.
Inputs: [vhost-config :- VhostConfig] Create maintanance-page for vhost.
(create-mount vhost-config)
Inputs: [vhost-config :- VhostConfig]
Create mod-jk mounts for the vhost-function.
Inputs: [vhost-config :- VhostConfig] Create mod-jk mounts for the vhost-function.
(create-proxy-configuration vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the proxy configuration for the vhosts.
Inputs: [vhost-config :- VhostConfig] Creates the proxy configuration for the vhosts.
(create-tomcat-forwarding-configuration vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the tomcat-forwarding-configuration for the vhosts.
Inputs: [vhost-config :- VhostConfig] Creates the tomcat-forwarding-configuration for the vhosts.
(create-unmount vhost-config)
Inputs: [vhost-config :- VhostConfig]
Create mod-jk unmounts for vhost-function.
Inputs: [vhost-config :- VhostConfig] Create mod-jk unmounts for vhost-function.
(create-vhost-log)
Create the vhost-log configuration for the vhosts.
Create the vhost-log configuration for the vhosts.
(install apache-version vhost-configs)
Inputs: [apache-version :- s/Str vhost-configs :- AllVhostConfig]
Inputs: [apache-version :- s/Str vhost-configs :- AllVhostConfig]
(install-vhost vhost-name vhost-config apache-version)
Inputs: [vhost-name :- s/Str vhost-config :- VhostConfig apache-version :- s/Str]
Takes a vhost-name and vhost-config and generates vhost-config files
Inputs: [vhost-name :- s/Str vhost-config :- VhostConfig apache-version :- s/Str] Takes a vhost-name and vhost-config and generates vhost-config files
(location vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the location config for the vhost-function.
Inputs: [vhost-config :- VhostConfig] Creates the location config for the vhost-function.
(rewrite-rules vhost-config)
Inputs: [vhost-config :- VhostConfig]
Create the rewrite rules for the vhost-function.
Inputs: [vhost-config :- VhostConfig] Create the rewrite rules for the vhost-function.
(vhost vhost-config)
Inputs: [vhost-config :- VhostConfig]
Creates the vhost configuration from a VhostConfig.
Inputs: [vhost-config :- VhostConfig] Creates the vhost configuration from a VhostConfig.
(vhost-head vhost-config)
This is a wrapper for vhost/vhost-head.
This is a wrapper for vhost/vhost-head.
defines a schema for a httpdConfig
defines a schema for a httpdConfig
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close