| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
| |
|
|
|
|
|
|
| |
built into kernel
Reported by: many
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove useless options (and fix thread stuff) [1]
- move print-closest-mirror to bsd.apache.mk
- move threads configure options out of Makefile.modules
- Fix stupid logic to disable v4mapped address [2]
- and more...
Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
ume[2]
PR: ports/91813 [1]
|
|
|
|
| |
First problem spotted by: leafy <leafy@leafy.idv.tw>
|
|
|
|
|
| |
Reported by: Adam McLaurin <adam.mclaurin@fastmail.fm>,
Dominique Goncalves <dominique.goncalves@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mod_ssl: Fix a possible crash during access control checks if a
non-SSL request is processed for an SSL vhost (such as the
"HTTP request received on SSL port" error message when an 400
ErrorDocument is configured, or if using "SSLEngine optional").
[1]
- reintroduce support of multiple instances of apache in startup
script [2]
- Add configtest command to apache22.sh [2]
- rewrite detection of accf_http filter to make it works on all
supported branches.
- fix rcorder [3]
- fix startup at boot time when profiles are used [4]
Spotted by: simon [1], flz[3]
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> [2],
Joe Horn <joehorn@mi.chu.edu.tw> [4]
PR: ports/91154 [2], ports/90708 [4]
|
|
|
|
|
| |
- add show-categories and show-modules targets, for server ports.
Remove these targets from www/apache22/Makefile
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add apache22_http_accept_enable to load accf_http kernel module [2]
Additionnally, if it's not defined, we drop accept filter support
- Drop obsolete apache22ssl_enable rc.conf option
- Sync apache22.sh behavior with apachectl
Add graceful and graceful-stop targets
- Rework categories (add CACHE_MODULES)
- Add support for apr_dbd: MySQL, PostgrSQL and SQLite3 backends are supported
It adds mod_auth_dbd and mod_dbd automatically
more fixes to come soon...
PR: ports/90309 [1],
ports/90103 [2]
Submitted by: Simun Mikecin <sime@data.home.hr> [1],
Melvyn Sopacua <melvyn@melvyn.homeunix.net> [2]
|
|
|
|
| |
Reported by: Matt Smith <matt@xtaz.co.uk>
|
|
|
|
|
|
|
|
|
| |
mod_imap: Escape untrusted referer header before outputting in HTML
to avoid potential cross-site scripting. Change also made to
ap_escape_html so we escape quotes. Reported by JPCERT.
[Mark Cox]
Reported by: simon
|
| |
|
|
|
|
|
|
|
| |
- workaround apr detection. Now apache22 build his own apr, even if apr
is installed, unless you define WITH_APR_FROM_PORTS.
Reported by: pointyhat via kris [1]
|
|
|
|
| |
Spotted by: Cheese Lottery <cheeselottery@gmail.com>
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
| |
|
|
|
|
| |
We no longer support for WWW_* knobs
|
|
|
|
|
|
| |
It's a temporary layout, I need more time to find the best.
note that ${PREFIX}/www/(data|errors|cgi)(-dist) disappeared in favor of
${PREFIX}/www/apache22
|
|
|
|
|
|
| |
PR: ports/88707
Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Approved by: maintainer timeout (clement; 3 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
| |
Now module selection in apache21 works properply
|
|
|
|
|
| |
Not all new cool stuff is supported but it will be when 2.2.0
comes out.
|
| |
|
|
|
|
| |
Once more, you have to rebuild all apache modules.
|
|
|
|
|
|
| |
- Add a small UPDATING entry. You have to rebuild all your apache modules.
Reported by: clement's apache tinderbox [1]
|
|
|
|
|
| |
If you can't fetch the distfile, fetch http://httpd.apache.org/dev/dist/httpd-2.1.3-alpha.tar.bz2
into ${PORTSDIR}/distfiles/apache21
|
| |
|
|
|
|
|
|
|
|
| |
- rename files/patch-srclib:apr-utils:build:dbm.m4 to
files/patch-srclib:apr-util:build:dbm.m4
Based on PR: ports/76152 [1]
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use apache{2,21}flags variable in apache{2,21}_checkconfig().
It fixes restart when apache2ssl_enable is set to YES in rc.conf
and httpd.conf is "old" (i.e. non -DSSL safe) [1]
o Makefile
- split post-install target to add install-startup-script:
User can now upgrade startup script without reinstalling apache2.
NOTE: this is NOT package-safe and NOT supported, even if in most of
cases they're no risk.
Noticed by: many [1]
|
| |
|
|
|
|
|
|
|
| |
stalled ${PREFIX}/sbin/envvar-std
Noticed by: our wonderful ports janitor pseudo-bot
Huge Pointy Hat to: me
|
|
|
|
|
|
|
|
| |
- mod_ssl fix
- make envvars modular
- Try to make pointyhat happy [1]
Obtained from: devel/apr [1]
|
|
|
|
|
| |
Reported by: pointyhat via kris
Huge pointyhat to: me
|
|
|
|
|
|
|
|
|
|
|
| |
dist config files installed in ${PREFIX}/etc/apache21
- Add support for Event MPM and add backport from apr to support
APR_POLLSET_THREADSAFE (needed by Event MPM and forgotten @ release
time) [1]
- misc cleanups
- Bump PORTREVISION to reflect all cool changes which occured today ;)
Obtained from: apr svn repository
|
| |
|
|
|
|
|
| |
subversion)
- Add support for APR_FROM_PORTS
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
This is a development version, awaiting for 2.2
|
| |
|
|
|
|
|
|
| |
Will be back soon ;-)
Suggested by: kris
|
|
|
|
| |
o Bump $PORTREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
|
|
|
| |
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>
bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
|
|
|
|
|
|
| |
PR: 58711
Submitted by: Yusuke Matsuoka <yusmat@iris.dti.ne.jp>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- CAN-2003-0789: information leak in mod_cgid
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0789>
- CAN-2003-0542: buffer overflow in mod_alias and mod_rewrite
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0542>
Use a DIST_SUBDIR. Use the DOCSDIR macro.
Add options: HTTP_PORT, IPV6_V6ONLY, NO_CGI, NO_ERROR, NO_ICONS,
NO_WWW, NO_WWWDATA, WITHOUT_AUTH, WITHOUT_DAV, WITHOUT_MODULES,
WITHOUT_MODULES, WITHOUT_PROXY, WITH_ALL_STATIC_APACHE, WITH_BERKELEYDB,
WITH_CUSTOM_AUTH, WITH_CUSTOM_PROXY, WITH_DBM, WITH_EXTRA_MODULES,
WITH_MODULES, WITH_MPM, WITH_STATIC_APACHE, WITH_STATIC_MODULES and
WITH_STATIC_SUPPORT
PR: 58654
Submitted by: Clement Laforet (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: 58211
Submitted by: Dimitry Andric <dimitry@andric.com>
Approved by: maintainer
|
|
|
|
|
| |
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris
|
|
|
|
|
|
|
|
|
|
| |
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
|
|
|
|
|
| |
Approved by: MAINTAINER (dominic.marks@btinternet.com)
Notified by: striker@apache.org on announce@apache.org
|
|
|
|
| |
Reviewed by: maintainer
|
|
|
|
|
| |
PR: 54053
Submitted by: Dominic Marks <dom@cus.org.uk>
|
| |
|
|
|
|
|
|
| |
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Requested by: Moti Levy <moti@flncs.com>,
Milan Andric <mandric@eecs.berkeley.edu>,
|
|
|
|
|
|
|
| |
when WRKDIRPREFIX is defined.
PR: 52973
Submitted by: Morten Rodal <morten@rodal.no>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 2.0.46
See vulnerability details at:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189
PR: 52768 [1]
Submitted by: Xin Li <delphij@freebsdchina.org> [1],
Miguel Mendez <flynn@energyhq.es.eu.org>,
Trevor Johnson <trevor@FreeBSD.org>,
Mark Gooderum <mark@verniernetworks.com>,
John Walsh <zed@maths.tcd.ie>
|
|
|
|
|
|
|
| |
- Allow to override SUEXEC_SAFEPATH [2]
Submitted by: naddy [1],
Eugene M. Kim <ab@astralblue.net> [2]
|
| |
|
|
|
|
|
|
| |
PR: 50564 [1]
Submitted by: Cy Schubert <cy@FreeBSD.org>, delphij@hotmail.com [1]
Requested by: many
|
| |
|
|
|
|
|
|
|
| |
version scheme change.
Submitted by: Jos Backus <jos@catnook.com>,
Tiller Beauchamp <tiller@cs.uoregon.edu>
|
|
|
|
|
| |
New knob IPV6_V6ONLY=yes disables accepting v4 connection via v4-mapped
v6 socket.
|
|
|
|
|
|
|
| |
Bumped PORTREVISION accordingly.
PR: ports/39091
Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
|
|
|
|
|
|
|
|
| |
3rd party modules easy. [1]
o Include <limits.h> before <sys/syslimits.h> to reduce warnings on -CURRENT
PR: 44104 [1]
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Mark apache13-ssl FORBIDDEN because the new version does not yet exist.
Partially based on patches submitted by below authors.
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>,
Udo Schweigert <udo.schweigert@siemens.com>,
Lev A. Serebryakov <lev@serebryakov.spb.ru>
PR: ports/43682, ports/43688, ports/43666, ports/43681
|
|
|
|
| |
Approved by: will (portmgr)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 41292 [1]
Submitted by: Clemens Oertel <oertel@uni-tuebingen.de>
Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
|
|
|
|
|
|
|
|
|
| |
(worker MPM with this hack seems to work without visible problems.
and still requires -DFORCE_THREADING_MPM to build for worker MPM.)
- Fix plist for worker MPM
- Comment out fancy modules from default httpd.conf
Tested on: ref5.freebsd.org, several 4-stable machines [1]
|
| |
|
|
|
|
|
|
|
|
| |
o Add mod_bucketeer and mod_optional_* modules to WITH_EXPERIMENTAL modules
o Bump port revision
PR: 40529
Submitted by: Lawrence Ho <lawrenceho@fastmail.fm>
|
|
|
|
| |
Submitted by: Franco Venturi <fventuri@attbi.com>
|
|
|
|
|
|
|
|
| |
filter that allows DoS attack.
- Bump PORTREVISION
- Change maintainer address
Obtained from: Apache Group CVS (rev 1.150-1.151)
|
|
|
|
|
| |
Requested by: "Jon Noack" <noackjr@compgeek.com>
Obtained from: Apache Group CVS (rev 1.49-1.51)
|
|
|
|
|
| |
PR: 38389
Submitted by: abatko@cs.mcgill.ca
|
|
|
|
|
|
|
|
| |
o Take away WITH_BUNDLED_EXPAT option (use textproc/expat2)
o Bump PORTREVISION
Prompted by: Jon Noack <noackjr@rice.edu> (htpasswd)
Obtained from: Apache Project's CVS (htpasswd)
|
|
|
|
|
|
|
|
|
|
|
| |
- Change default to WITH_BULDLED_EXPAT
- Reorder .if .endif blocks (.if WITH_MPM must appear earlier than .if
WITHOUT_CACHE)
- Some minor style fixes
- Bump PORTREVISION
PR: ports/39635
Submitted by: maintainer
|
|
|
|
|
|
| |
* Fix EXPAT_PATHS substitution on 4.4.
Submitted by: maintainer Hye-Shik Chang <perky@fallin.lv>
|
| |
|
|
|
|
|
|
|
| |
- Unmark FORBIDDEN
PR: ports/39477
Submitted by: maintainer
|
|
|
|
| |
See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>.
|
|
|
|
|
|
|
| |
- Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT)
PR: 38552
Submitted by: maintainer
|
|
|
|
|
| |
PR: 38359
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 37211
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
accomplish this.
PR: 37046
Submitted by: Helge Oldach <send-pr@oldach.net>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
threads)
- Bump port revision
- Added two more "POSIX expr" patch target for 5-CURRENT
PR: 36981
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Hye-Shik Chang <perky@fallin.lv> (maintainer)
|
|
|
|
|
| |
PR: ports/36872
Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER)
|
|
|
|
|
| |
PR: 36834
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 36040
Submitted by: maintainer
|
|
|
|
|
|
| |
Bump PORTREVISION
Submitted by: maintainer
|
|
|
|
|
| |
PR: 32638
Submitted by: maintainer
|
|
|
|
| |
PR: 32536
|
|
|
|
| |
Submitted by: Christian Weisgerber <naddy@freebsd.org>
|
|
|
|
| |
Found by: bento
|
|
|
|
|
|
|
|
| |
terminal
PR: 32208
Submitted by: maintainer
Pointed out by: Jos Backus <josb@cncdsl.com>
|
|
|
|
|
| |
PR: 32043
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
PR: 31599
|
| |
|
|
|
|
| |
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
| |
support/*.in.
PR: 26570
Submitted by: maintainer
Found by: mharo
|
|
|
|
| |
Submitted by: ume
|
|
|
|
|
|
| |
PR: 26410
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
Repocopied by: asami
|
|
|
|
|
|
|
| |
Bump PORTREVISION for util.c patch
PR: 26383
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
|
|
|
|
|
| |
PR: 26237
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: asami
|
| |
|
| |
|
|
|
|
|
|
|
| |
flexibility.
WARNING: existing configurations should be updated with 'LoadModule' for
previously static modules.
|
|
|
|
|
|
|
|
|
| |
(whitespace/tab, re-ordering, same $DISTNAME)
This is preparation for ports/18788 updates.
Approved by: adam@algroup.co.uk, sumikawa
No response from: ache (sorry for stepping on your toes)
|
| |
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
| |
mod_php[34].
Approved by: ache (maintainer)
|
| |
|
|
|
|
| |
Submitted by: "Gary D. Margiotta" <gary@tbe.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
|
|
|
|
| |
chown -> ${CHOWN}
|
|
|
|
| |
Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
|
|
|
|
|
| |
PR: ports/12206
Submitted by: Matt Behrens <matt@zigg.com>
|
| |
|
|
|
|
| |
Noticed By: #FreeBSD
|
|
|
|
|
|
|
|
|
|
|
| |
MASTER_SITEs
were alternated so the user does not have to get 10 apache MASTER_SITEs when all
they need is one 'mod' MASTER_SITE, which is what would happen if we used a
MASTER_SITE_APACHE or added all of the mirrors in a row.
Approved By: apache maintainers, asami
Submitted By: Brian Feldman <green@unixhelp.org>, billf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fix module loading under ELF
PR: ports/8267 ports/8362
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
variable. Add more optimization there.
|
| |
|
| |
|
|
|
|
|
| |
directive installed by default and this needs to avoid unnecessary
recompilation
|
|
|
|
|
|
| |
http://www.apache.org/docs/misc/perf-tuning.html
Add --disable-rule=STATUS and -DBUFFERED_LOGS
|
| |
|
|
|
|
|
|
| |
copy of apache -> apache12 and apache-current -> apache13.
Requested by: ache
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Creating package /usr/ports/packages/All/apache-1.3b6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz'
tar: can't add file sbin/dbmmanage : No such file or directory
tar: can't add file sbin/htdigest : No such file or directory
tar: can't add file sbin/htpasswd : No such file or directory
*** Error code 1
|
|
|
|
| |
Also, don't use "+=" to define variable defined only once.
|
| |
|
|
|
|
| |
directory per each dist patch
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and not replace Apache functions now
|
| |
|
|
|
|
| |
support problems and gains almost nothing
|
| |
|
|
|
|
| |
original apache-current port.
|
| |
|
| |
|
| |
|
|
|
|
| |
pkg_delete not remove current configuration
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
pre-existing.
|
| |
|
|
|
|
| |
Submitted by: mostly by peter
|
|
|
|
| |
add myself as maintainer of the SSL version.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is impossible to suppress initial HTML preamble for directories, i.e.
<HEAD><TITLE>Index of dir</TITLE></HEAD><BODY>
It means that it is impossible to change <TITLE> or add any
<META HTTP-EQUIV...> tags to <HEAD> section or change <BODY>
attributes without HTML syntax violation (.asis, cern_meta, etc.
not helps here too).
Fix:
I add "SuppressHTMLPreamble" option to "IndexOptions". When this option
is set _and_ HEADER.html (or what you set as it) is present and readable,
standard <HEAD><TITLE>Index of dir</TITLE></HEAD><BODY> preamble
will be suppressed assuming you have right HTML preamble in your
HEADER.html. It solves all problems mentioned above.
|
|
|
|
| |
Reminded by: ache
|
|
|
|
| |
:-) )
|
|
|
|
| |
Warning: SSL part not updated completely
|
|
|
|
|
|
|
|
| |
on the presence of SECURE_SERVER.
2) Clean up the installation in accordance with BSD religion:
Now all the configs go in ${PREFIX}/etc/apache and the
data (documents) stay in ${PREFIX}/www.
|
| |
|
|
|
|
|
|
| |
Remove pst's address from MAINTAINER, I don't know if any script
will fail if we have two addresses here so I don't want to risk
breaking something right before the release.
|
| |
|
|
|
|
| |
OK-ed by: gpalmer
|
| |
|
|
|
|
|
| |
Now that apache_httpd is gone from /etc/sysconfig, this is the canonical
way to make apache start automatically in a new system installation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Patch up the distributed configuration files to match /usr/local/www
convention. We really should be patching them to meta-values and then
running sed over them to home them to the right prefix.
|
|
|
|
|
|
| |
Binary installed in /usr/local/sbin.
Document root is /usr/local/www/data.
Server root is /usr/local/www/server.
|
|
|
|
| |
maintainer.
|
| |
|
|
Submitted by: "Eric L. Hernes" <erich@lodgenet.com>
|