42 lines
1.4 KiB
Markdown
42 lines
1.4 KiB
Markdown
# -*- coding: utf-8 mode: markdown -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
|
##@creator: jclain
|
|
##@created: 15/03/2012 22:15
|
|
##@modifier: jclain
|
|
##@changecount: 1
|
|
##@tags:
|
|
##@title: ulib/apache
|
|
|
|
!! {{{get_default_apachebin_prefix}}}
|
|
!! {{{get_default_apacheversion_prefix}}}
|
|
!! {{{get_default_apachectl_prefix}}}
|
|
!! {{{get_default_apachelogdir_prefix}}}
|
|
!! {{{get_default_apachesslcertsdir_prefix}}}
|
|
!! {{{get_default_apachesslkeysdir_prefix}}}
|
|
!! {{{get_default_apacheconfdir_prefix}}}
|
|
!! {{{get_default_apacheconf_prefix}}}
|
|
!! {{{get_default_apacheavsitesdir_prefix}}}
|
|
!! {{{get_default_apachesitesdir_prefix}}}
|
|
!! {{{get_default_htdocsdir_prefix}}}
|
|
!! {{{get_default_cgibindir_prefix}}}
|
|
!! {{{compute_apache_prefixes}}}
|
|
!! {{{recompute_apache_prefixes}}}
|
|
!! {{{get_APACHEBIN_prefix}}}
|
|
!! {{{get_APACHEVERSION_prefix}}}
|
|
!! {{{get_APACHECTL_prefix}}}
|
|
!! {{{get_APACHELOGDIR_prefix}}}
|
|
!! {{{get_APACHESSLCERTSDIR_prefix}}}
|
|
!! {{{get_APACHESSLKEYSDIR_prefix}}}
|
|
!! {{{get_APACHECONFDIR_prefix}}}
|
|
!! {{{get_APACHECONF_prefix}}}
|
|
!! {{{get_APACHEAVSITESDIR_prefix}}}
|
|
!! {{{get_APACHESITESDIR_prefix}}}
|
|
!! {{{get_HTDOCSDIR_prefix}}}
|
|
!! {{{get_CGIBINDIR_prefix}}}
|
|
!! {{{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)
|
|
}}}
|
|
!! {{{apache_addcert}}}
|