Commit graph

24 commits

Author SHA1 Message Date
Dirk Froemberg
1d4d854b34 Follow apache13 and take out configuration files of apache
to avoid rare cases where user-edited are deleted.
1999-12-28 10:11:40 +00:00
Dirk Froemberg
d52c6146dc Upgrade to Apache 1.3.9 and mod_ssl 2.4.0. 1999-08-20 19:13:00 +00:00
Dirk Froemberg
b98bb912e6 s/PHP3/PHP/g;
s/php3/php/g;

whereever appropriate.

This was done in preparation for a repository copy to apache13-php4
to keep the diffs between apache13-php3 and apache13-php4 as small as
possible.
1999-08-16 18:41:13 +00:00
Dirk Froemberg
9a761681bb - php3.ini lives in ${PREFIX}/etc (instead of ${PREFIX}/lib), now.
- redirect output of scripts/configure.php globally instead of redirecting
  each echo (saves about 900 bytes 8-).
1999-07-03 09:50:42 +00:00
Dirk Froemberg
32d18d1599 File EXTENSION_STATUS is no longer in the PHP3 distribution. 1999-07-01 11:28:26 +00:00
Dirk Froemberg
552a84895b Remove empty and unused ${PREFIX}/etc/apache/{access.conf*,srm.conf*}. 1999-04-11 22:23:32 +00:00
Dirk Froemberg
088aa47264 Upgrade to Apache 1.3.6 and mod_ssl 2.2.7.
- many minor changes inspired by apache13-modssl
  (e. g. change datadir from ${PREFIX}/www to ${PREFIX}/share/apache)
- patches.modssl/ is not needed any longer (same patches for modssl and
  non-modssl case)
1999-04-11 15:11:27 +00:00
Dirk Froemberg
c23150d20f Upgrade to Apache 1.3.4 and mod_ssl 2.1.7. 1999-01-13 17:31:16 +00:00
Dirk Froemberg
440a8f9af9 - BATCH mode: if ${BATCH} is defined apache with a plain PHP3 module
is created, i. e. no additional support for e. g. databases

  It is possible to build an apache13-php3 package now.

- honor ${CC} and ${CFLAGS} while compiling PHP3

- make apache13-php3 ${WRKDIRPREFIX} clean

- added OpenLDAP support
  Requested by: Kurt D. Zeilenga <Kurt@OpenLDAP.Org>

- upgrade to mod_ssl-2.1.3
1998-12-23 00:44:50 +00:00
Andreas Klemm
a09b649f1e - integrate Ralf S. Engelschall's apache13-modssl,
i. e. apache13-php3 supports SSL now!

- upgrade to Apache 1.3.2 and PHP 3.0.4

- enable track-vars for PHP3 by default to support phplib
  (http://phplib.shonline.de/)
  Pointed out by: Thomas Kuehne <thomas@todo.de>

- losts of minor changes (install php-icons, index.php3 as DirectoryIndex,
  support .php3 and .phtml suffixes, enable application/x-httpd-php3-source
  for .phps and .php3s, install default php3.ini-dist, ...)
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-09-30 18:16:08 +00:00
Andreas Klemm
1e60a28d98 - update port to newest apache (1.3.1) and php (3.0.3) version
- change maintainer to Dirk Froemberg <ibex@physik.TU-Berlin.DE>, since
  he is now the driving force
- totally revamped configuration (dialog based as in ghostscript)
- make portlint happy (andreas@FreeBSD.ORG), APACHE_VER and PHP3_VER
  variable has to appear later in Makefile, not in front of DISTNAME
  and PKGNAME
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-09-01 18:38:05 +00:00
Tim Vanderhoek
bf7d58180e Wwwaste the manpages. 1998-08-19 20:55:56 +00:00
Andreas Klemm
a10f39bb71 added new port apache3-php3 after repository copy
many thanks to the contributors.
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE> and Stefan Herrmann <sh@webaffairs.de>
1998-07-25 11:30:31 +00:00
Andreas Klemm
7e09fa2850 - apache-php port totally revamped
- now based on apache 1.2.6 and PHP3 support with the tough help of Dirk
- Supports 3 kinds of databases now
	- msql
	- mysql
	- postgresql
- Only modified order in Makefile to keep portlint happy
- Fixed php's configure section in Makefile, to use CC and CFLAGS from
  /etc/makefile, instead to use -g -O2
- only one patches subdir remains
This port should now be "repository moved" from:
	apache-php
to something like:
	apache12-php3
Obtained from:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-06-14 09:58:22 +00:00
Andreas Klemm
18685d0178 Apache 1.2.1 + PHP support
Currently 2 kind of databases will be supported, msql and mysql
The problem is, that depending on the flavour of database you want
to support, you need a different set of patches to apache's
Makefile, so that header and loader flags, paths and libs
are correctly resolved ...
I marked this port as BROKEN, since I wasn't able, to exactly
check the whole port due to the fact, that currently I only
have one db installed. Will try to get it managed next weekend.
Well if someone is so keen, then simply remove BROKEN and you
should be able to use what's already possible ...
1997-09-03 18:45:16 +00:00
Andrey A. Chernov
4129a91fd1 Always installl *-dist files and list them in PLIST too, it allows
pkg_delete not remove current configuration
1997-06-07 14:28:28 +00:00
Andrey A. Chernov
bbcff10b6c remove unneded @unexec 1997-02-27 00:46:14 +00:00
Satoshi Asami
53790644fc "mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/www
pre-existing.
1997-01-13 08:36:27 +00:00
Andrey A. Chernov
ce3ec4b953 Split /usr/local/etc/apache/* in more reasonable way
Warning: SSL part not updated completely
1996-08-22 20:16:09 +00:00
Mark Murray
6d3a35ad63 1) Add the ability to build a secure (SSL'ed) server, conditionalised
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.
1996-08-11 14:50:01 +00:00
Andrey A. Chernov
ba84acecf7 Fix icons list 1996-07-12 14:39:40 +00:00
Jordan K. Hubbard
b2106dae6f Install an apache.sh startup file in /usr/local/etc/rc.d/
Now that apache_httpd is gone from /etc/sysconfig, this is the canonical
way to make apache start automatically in a new system installation.
1996-06-15 16:58:09 +00:00
Paul Traina
19b816db8f Make apache less NCSA-like and more BSD-like.
Binary installed in /usr/local/sbin.
    Document root is /usr/local/www/data.
    Server root is /usr/local/www/server.
1995-09-26 06:15:03 +00:00
Jordan K. Hubbard
a4a237bd23 Port of the APACHE web server.
Submitted by:	"Eric L. Hernes" <erich@lodgenet.com>
1995-08-28 13:28:45 +00:00