Apache2
ap_config_layout.h
Go to the documentation of this file.
1 /* Licensed to the Apache Software Foundation (ASF) under one or more
2  * contributor license agreements. See the NOTICE file distributed with
3  * this work for additional information regarding copyright ownership.
4  * The ASF licenses this file to You under the Apache License, Version 2.0
5  * (the "License"); you may not use this file except in compliance with
6  * the License. You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
22 #ifndef AP_CONFIG_LAYOUT_H
23 #define AP_CONFIG_LAYOUT_H
24 
25 /* Configured Apache directory layout */
26 #define DEFAULT_PREFIX "/usr/local/apache2"
27 #define DEFAULT_EXP_EXEC_PREFIX "/usr/local/apache2"
28 #define DEFAULT_REL_EXEC_PREFIX ""
29 #define DEFAULT_EXP_BINDIR "/usr/local/apache2/bin"
30 #define DEFAULT_REL_BINDIR "bin"
31 #define DEFAULT_EXP_SBINDIR "/usr/local/apache2/bin"
32 #define DEFAULT_REL_SBINDIR "bin"
33 #define DEFAULT_EXP_LIBEXECDIR "/usr/local/apache2/modules"
34 #define DEFAULT_REL_LIBEXECDIR "modules"
35 #define DEFAULT_EXP_MANDIR "/usr/local/apache2/man"
36 #define DEFAULT_REL_MANDIR "man"
37 #define DEFAULT_EXP_SYSCONFDIR "/usr/local/apache2/conf"
38 #define DEFAULT_REL_SYSCONFDIR "conf"
39 #define DEFAULT_EXP_DATADIR "/usr/local/apache2"
40 #define DEFAULT_REL_DATADIR ""
41 #define DEFAULT_EXP_INSTALLBUILDDIR "/usr/local/apache2/build"
42 #define DEFAULT_REL_INSTALLBUILDDIR "build"
43 #define DEFAULT_EXP_ERRORDIR "/usr/local/apache2/error"
44 #define DEFAULT_REL_ERRORDIR "error"
45 #define DEFAULT_EXP_ICONSDIR "/usr/local/apache2/icons"
46 #define DEFAULT_REL_ICONSDIR "icons"
47 #define DEFAULT_EXP_HTDOCSDIR "/usr/local/apache2/htdocs"
48 #define DEFAULT_REL_HTDOCSDIR "htdocs"
49 #define DEFAULT_EXP_MANUALDIR "/usr/local/apache2/manual"
50 #define DEFAULT_REL_MANUALDIR "manual"
51 #define DEFAULT_EXP_CGIDIR "/usr/local/apache2/cgi-bin"
52 #define DEFAULT_REL_CGIDIR "cgi-bin"
53 #define DEFAULT_EXP_INCLUDEDIR "/usr/local/apache2/include"
54 #define DEFAULT_REL_INCLUDEDIR "include"
55 #define DEFAULT_EXP_LOCALSTATEDIR "/usr/local/apache2"
56 #define DEFAULT_REL_LOCALSTATEDIR ""
57 #define DEFAULT_EXP_RUNTIMEDIR "/usr/local/apache2/logs"
58 #define DEFAULT_REL_RUNTIMEDIR "logs"
59 #define DEFAULT_EXP_LOGFILEDIR "/usr/local/apache2/logs"
60 #define DEFAULT_REL_LOGFILEDIR "logs"
61 #define DEFAULT_EXP_PROXYCACHEDIR "/usr/local/apache2/proxy"
62 #define DEFAULT_REL_PROXYCACHEDIR "proxy"
63 #define DEFAULT_EXP_STATEDIR "/usr/local/apache2/state"
64 #define DEFAULT_REL_STATEDIR "state"
65 
66 #endif /* AP_CONFIG_LAYOUT_H */