mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
936af4387d
patch-au corrects a problem when either ResourceConfig/AccessConfig is set to the apache configuration file (${PREFIX}/etc/apache/httpd.conf). Without this patch, if you set the apache server to listen to alterate ports the server would fail to start and the error log would contain: [crit] (48)Address already in use: make_sock: could not bind to port 8000 ResourceConfig/AccessConfig can't be set to /dev/null. The fpsrvadm.exe will not be able to obtain the DocumnetRoot from the ResourceConfig file (/dev/null). PR: 13673 Submitted by: maintainer
12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
--- config.layout.orig Thu Jul 29 13:12:43 1999
|
|
+++ config.layout Thu Aug 19 22:30:39 1999
|
|
@@ -41,7 +41,7 @@
|
|
sysconfdir: $prefix/etc+
|
|
datadir: $prefix/share+
|
|
iconsdir: $datadir/icons
|
|
- htdocsdir: $datadir/htdocs
|
|
+ htdocsdir: $datadir/data
|
|
cgidir: $datadir/cgi-bin
|
|
includedir: $prefix/include+
|
|
localstatedir: $prefix/var+
|