diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2000-12-18 21:11:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2000-12-18 21:11:18 +0000 |
commit | 0bfe376c40abb0a1b1052888e5bf8921c5af9de5 (patch) | |
tree | c3754ae441bfafd6cd5983b46a2111f038c2d14c /usr.sbin/httpd/config.layout | |
parent | dcb00d93787617af746b1ae6753130e240e3e67b (diff) |
sync with Apache 1.3.14
Diffstat (limited to 'usr.sbin/httpd/config.layout')
-rw-r--r-- | usr.sbin/httpd/config.layout | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.sbin/httpd/config.layout b/usr.sbin/httpd/config.layout index 68b9ed06615..61d4ae40f26 100644 --- a/usr.sbin/httpd/config.layout +++ b/usr.sbin/httpd/config.layout @@ -249,22 +249,3 @@ logfiledir: $prefix/logs proxycachedir: $prefix/proxy </Layout> -# OpenBSD apache path layout. -<Layout OpenBSD> - prefix: /var/www - exec_prefix: /usr - bindir: /usr/bin - sbindir: /usr/sbin - libexecdir: /usr/lib/apache/modules - mandir: /usr/share/man - sysconfdir: /var/www/conf - datadir: /var/www - iconsdir: /var/www/icons - htdocsdir: /var/www/htdocs - cgidir: /var/www/cgi-bin - includedir: /usr/lib/apache/include - localstatedir: /var/www - runtimedir: /var/www/logs - logfiledir: /var/www/logs - proxycachedir: /var/www/proxy -</Layout> |