| 1 | # Copyright 2004-2005 Gentoo Foundation |
1 | # Copyright 2004-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License, v2 or later |
2 | # Distributed under the terms of the GNU General Public License, v2 or later |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.18 2005/07/11 15:08:06 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.19 2005/08/02 23:26:14 vericgar Exp $ |
| 4 | |
4 | |
| 5 | ###### |
5 | ###### |
| 6 | ## Apache Common Variables |
6 | ## Apache Common Variables |
| 7 | ## |
7 | ## |
| 8 | ## These are internal variables used by this, and other apache-related eclasses, |
8 | ## These are internal variables used by this, and other apache-related eclasses, |
| … | |
… | |
| 61 | #### |
61 | #### |
| 62 | APACHE1_MODULES_CONFDIR="${APACHE1_CONFDIR}/modules.d" |
62 | APACHE1_MODULES_CONFDIR="${APACHE1_CONFDIR}/modules.d" |
| 63 | APACHE2_MODULES_CONFDIR="${APACHE2_CONFDIR}/modules.d" |
63 | APACHE2_MODULES_CONFDIR="${APACHE2_CONFDIR}/modules.d" |
| 64 | |
64 | |
| 65 | #### |
65 | #### |
| 66 | ## APACHE1_MODULES_VHOSTDIR, APACHE2_MODULES_VHOSTDIR |
66 | ## APACHE1_VHOSTDIR, APACHE2_VHOSTDIR |
| 67 | ## |
67 | ## |
| 68 | ## Paths where virtual host configuration files are kept |
68 | ## Paths where virtual host configuration files are kept |
| 69 | #### |
69 | #### |
| 70 | APACHE1_VHOSTDIR="${APACHE1_CONFDIR}/vhosts.d" |
70 | APACHE1_VHOSTDIR="${APACHE1_CONFDIR}/vhosts.d" |
| 71 | APACHE2_VHOSTDIR="${APACHE2_CONFDIR}/vhosts.d" |
71 | APACHE2_VHOSTDIR="${APACHE2_CONFDIR}/vhosts.d" |