diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-08-31 06:56:00 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-08-31 06:56:00 +0000 |
commit | 85b4b4e6fe59c36f0ad04b6a4471f1e7c2f8f9c8 (patch) | |
tree | ba6e9f9937fb1c4b0777fb8e48656f2483bcb8af /www/apache13-modssl/files | |
parent | FreeBSD.ORG -> FreeBSD.org (diff) |
Take over fixes from Dirk's apache13-php3 port.
Notes
Notes:
svn path=/head/; revision=21158
Diffstat (limited to 'www/apache13-modssl/files')
-rw-r--r-- | www/apache13-modssl/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/apache13-modssl/files/patch-aa b/www/apache13-modssl/files/patch-aa new file mode 100644 index 000000000000..5089b947c7c0 --- /dev/null +++ b/www/apache13-modssl/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Sat Aug 14 10:29:05 1999 ++++ configure Fri Aug 20 19:59:53 1999 +@@ -1084,7 +1084,7 @@ + ## UID/GID as production oriented as a web server in NIS anyway. + ## + conf_user="nobody" +-conf_group="#-1" ++conf_group="nobody" + conf_port="80" + conf_serveradmin="you@your.address" + conf_servername="new.host.name" |