blob: 0169467bd61af7b4d7f0d9a4c9f03b13381fd341 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$FreeBSD$
--- apache/config-freebsd.orig
+++ apache/config-freebsd
@@ -1,11 +1,11 @@
show_list=0
-httpd_dir=/usr/local
-httpd_path=/usr/local/sbin/httpd
-apachectl_path=/usr/local/sbin/apachectl
-httpd_conf=/usr/local/etc/apache/httpd.conf
-mime_types=/usr/local/etc/apache/mime.types
-srm_conf=/usr/local/etc/apache/srm.conf
-access_conf=/usr/local/etc/apache/access.conf
+httpd_dir=%%PREFIX%%
+httpd_path=%%PREFIX%%/sbin/httpd
+apachectl_path=%%PREFIX%%/sbin/apachectl
+httpd_conf=%%PREFIX%%/etc/apache/httpd.conf
+mime_types=%%PREFIX%%/etc/apache/mime.types
+srm_conf=%%PREFIX%%/etc/apache/srm.conf
+access_conf=%%PREFIX%%/etc/apache/access.conf
show_order=0
max_servers=100
test_config=1
|