summaryrefslogtreecommitdiff
path: root/www/apache20/files/patch-docs:conf:httpd-std.conf.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove installation of unused highperformance*.confClement Laforet2004-12-121-3/+12
| | | | | - Move examples config files to ${EXAMPLESDIR} - Relax permissions on ${PREFIX}/www instead of ${PREFIX}/www/data
* - Use ${WWWOWN} and ${WWWGRP} for apache's user. (instead of harcodedClement Laforet2004-10-131-2/+2
| | | | | www/www). It should help to keep consistancy in www-related ports.
* - Bump PORTREVISION for all previous changesClement Laforet2004-08-171-8/+29
| | | | | | - Allow access to /home if mod_userdir is loaded - We don't need apache2libs.sh if apr is installed from ports. - Add recent changes to UPGRADING
* apache2 NG patch 1/5.Clement Laforet2004-07-301-6/+47
| | | | | | | | | | | | | | | | | | | | | | | | | o Changes in httpd.conf - mod_userdir: . set Userdir if mod_userdir is loaded [1] . Userdir is denied for users from /etc/ftpusers - set more "secure" permissions. By default, policy is to deny access to filesystem. You HAVE to _ENABLE_ access to your filesystem in httpd.conf. - Add an "Includes" directory to ${PREFIX}/etc/apache2/ to make configuration more flexible ${PREFIX}/etc/apache2/*.conf files are now automatically loaded. o apache.sh - be closer to apachectl, apache.sh need envvars [2] It should restore subversion behavior. Partially submitted by: kuriyama [1], Gregory (Grisha) Trubetskoy <grisha at apache dot org> [2] Future changes are mostly written, they should be committed during the week-end. If you're interrested in changes, feel free contact me.
* 1. Upgrade 2.0.35 --> 2.0.36Cy Schubert2002-05-091-14/+5
| | | | | | | | | 2. Port printed message to "pw userdel www" if port removed permanently. However master.passwd 1.25.2.5 has user www by default, so this is no longer correct advice. Removed pkg-deinstall to correct this. PR: 37849 and 36907 Approved by: MAINTAINER: Hye-Shik Chang <perky@fallin.lv>
* Update to 2.0.35 (first GA release!)Patrick Li2002-04-081-0/+65
PR: 36834 Submitted by: maintainer