30 lines
897 B
Markdown
30 lines
897 B
Markdown
# ulib/apache.tools
|
|
|
|
## `apache_resolvecert`
|
|
~~~
|
|
Calculer l'emplacement des certificats correspondant aux arguments $1 et
|
|
$2 (qui correspondent aux options --conf et --dir de apache_addcert()),
|
|
puis initialiser les variables $3(=cert), $4(=key) et $5(=ca)
|
|
Si ces valeurs sont déjà calculées, on peut fournir $6=certsdir et
|
|
$7=keysdir
|
|
~~~
|
|
## `apache_addcert`
|
|
## `apache_autoconf`
|
|
## `apache_autoconf_localhosts`
|
|
## `apacheconfig_initvars`
|
|
## `apacheconfig_loadconf`
|
|
## `apacheconfig_sysinfos`
|
|
## `apacheconfig_deploy`
|
|
## `apacheconfig_qs`
|
|
~~~
|
|
fonction pour simplifier l'utilisation de apacheconfig_deploy pour un
|
|
répertoire spécifique
|
|
$1=destdir $2=certsdir $3=netconf
|
|
~~~
|
|
## `apacheconfig_localhosts`
|
|
## `legacy_mkRewriteRules`
|
|
~~~
|
|
$1=infile, $2=thishost, $3=outfile, $4=htmlfile, $5=proxy_enabled?
|
|
~~~
|
|
|
|
-*- coding: utf-8 mode: markdown -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8:noeol:binary |