summaryrefslogtreecommitdiff
path: root/www/apache13-ssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ipdate the SSL/Crypto to v11. Bug fixes.Mark Murray1997-10-132-4/+4
| | | | Notes: svn path=/head/; revision=8244
* Update to Apache 1.2.4 and SSL patches 1.9Mark Murray1997-09-223-32/+29
| | | | Notes: svn path=/head/; revision=8001
* target post-install informs now about "make certificate"Andreas Klemm1997-08-161-1/+7
| | | | | | | | | | make certificate creates an own temporary certificate cd ${WRKSRC}; ${MAKE} ${MAKE_ENV} $@ and installs it into the suitable location: cp ${WRKSRC}/SSLconf/conf/httpsd.pem ${PREFIX}/certs/cert.pem Notes: svn path=/head/; revision=7608
* The path to the SSLeay port is "security/SSLeay", not "security/SSLeay-0.8.1"Peter Wemm1997-08-161-2/+2
| | | | Notes: svn path=/head/; revision=7598
* Upgrade to Apache 1.2.1 and SSLeay 0.8.1. Add SSL3 and many other features.Mark Murray1997-08-155-41/+48
| | | | | | | | | Submitted by: Richard Seaman <dick@tar.com> Apologies to: All the other who sent me helpful comments and tips and who I forgot :-) Notes: svn path=/head/; revision=7589
* Revive apache-1.1.1+SSL which doesn't work because it needs SSLeay 0.6.4Peter Wemm1997-08-121-53/+14
| | | | | | | | | | and not 0.6.6 as in ports. There's probably enough code "out there" to make a 1.2.1+SSL version now. Yes, the Makefile is a bit of a mess. Notes: svn path=/head/; revision=7545
* Upgrade to 1.2.1Andrey A. Chernov1997-07-081-4/+4
| | | | Notes: svn path=/head/; revision=7244
* Update to 1.2.0Andrey A. Chernov1997-06-061-4/+4
| | | | Notes: svn path=/head/; revision=6781
* More fixing of OPTIM replacementAndrey A. Chernov1997-05-311-1/+1
| | | | Notes: svn path=/head/; revision=6658
* Fix OPTIM= patchingAndrey A. Chernov1997-05-311-1/+1
| | | | Notes: svn path=/head/; revision=6657
* Upgrade to 1.2b11Andrey A. Chernov1997-05-311-5/+5
| | | | Notes: svn path=/head/; revision=6656
* Upgrade to 1.2b10Andrey A. Chernov1997-05-021-4/+4
| | | | Notes: svn path=/head/; revision=6378
* Upgrade to 1.2b8Andrey A. Chernov1997-04-141-6/+9
| | | | Notes: svn path=/head/; revision=6206
* Upgrade to 1.2b7Andrey A. Chernov1997-02-261-4/+4
| | | | Notes: svn path=/head/; revision=5750
* Upgrade to 1.2b6Andrey A. Chernov1997-01-281-4/+4
| | | | Notes: svn path=/head/; revision=5454
* "mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/wwwSatoshi Asami1997-01-131-1/+1
| | | | | | | pre-existing. Notes: svn path=/head/; revision=5337
* Upgrade to 1.2b4Andrey A. Chernov1997-01-021-4/+4
| | | | Notes: svn path=/head/; revision=5167
* Upgrade to 1.2b3Andrey A. Chernov1996-12-251-8/+8
| | | | | | | Submitted by: mostly by peter Notes: svn path=/head/; revision=5095
* Mark the SSL'ed version as BROKEN, until the official patches appear. AlsoMark Murray1996-12-111-1/+3
| | | | | | | add myself as maintainer of the SSL version. Notes: svn path=/head/; revision=4935
* Upgrade to 1.2b2Andrey A. Chernov1996-12-111-23/+6
| | | | Notes: svn path=/head/; revision=4929
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Add information URLs commentAndrey A. Chernov1996-11-071-4/+7
| | | | Notes: svn path=/head/; revision=4327
* Conditionalize all my patchesAndrey A. Chernov1996-11-071-1/+34
| | | | Notes: svn path=/head/; revision=4326
* Uncomment the DEPENDS= line. Sheesh.Mark Murray1996-10-311-2/+2
| | | | | | | Reminded by: ache Notes: svn path=/head/; revision=4218
* Package apache_ssl.sh, not apache.shAndrey A. Chernov1996-10-301-2/+2
| | | | Notes: svn path=/head/; revision=4205
* FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whileMark Murray1996-10-261-3/+15
| | | | | | | :-) ) Notes: svn path=/head/; revision=4163
* Split /usr/local/etc/apache/* in more reasonable wayAndrey A. Chernov1996-08-221-7/+7
| | | | | | | Warning: SSL part not updated completely Notes: svn path=/head/; revision=3679
* 1) Add the ability to build a secure (SSL'ed) server, conditionalisedMark Murray1996-08-115-2/+126
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=3579
* Remove unnecessary DISTFILES and EXTRACT_ONLY.Satoshi Asami1996-07-121-5/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=3377
* ...just changed maintainer to match realityPaul Traina1996-07-121-2/+2
| | | | Notes: svn path=/head/; revision=3374
* Upgrade to 1.1.1Andrey A. Chernov1996-07-111-10/+6
| | | | | | | OK-ed by: gpalmer Notes: svn path=/head/; revision=3369
* Slight revision: If startup file already there, leave it alone.Jordan K. Hubbard1996-06-151-5/+7
| | | | Notes: svn path=/head/; revision=3227
* Install an apache.sh startup file in /usr/local/etc/rc.d/Jordan K. Hubbard1996-06-151-1/+7
| | | | | | | | Now that apache_httpd is gone from /etc/sysconfig, this is the canonical way to make apache start automatically in a new system installation. Notes: svn path=/head/; revision=3225
* Variable reorderization.Satoshi Asami1996-05-201-5/+6
| | | | Notes: svn path=/head/; revision=3111
* Use mod_env.c to pass environment to CGI instead of local hackAndrey A. Chernov1996-05-191-8/+9
| | | | Notes: svn path=/head/; revision=3108
* Update to Apache 1.0.5 (security fix)Paul Traina1996-04-211-3/+3
| | | | Notes: svn path=/head/; revision=3012
* Upgrade to 1.0.3Andrey A. Chernov1996-02-221-4/+4
| | | | Notes: svn path=/head/; revision=2741
* Upgrade to 1.0.2.John Fieber1996-02-071-3/+3
| | | | Notes: svn path=/head/; revision=2681
* Fix MASTER_SITES.John Fieber1995-12-041-2/+7
| | | | Notes: svn path=/head/; revision=2525
* Update to 1.0John Fieber1995-12-021-4/+4
| | | | Notes: svn path=/head/; revision=2517
* Change categories to "www". gn has "net" in there too.Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2486
* Upgrade apache to 0.8.14, completely restructure port, and list myself asPaul Traina1995-09-231-3/+5
| | | | | | | maintainer. Notes: svn path=/head/; revision=2188
* Upgrade apache to 0.8.13Paul Traina1995-09-191-4/+4
| | | | Notes: svn path=/head/; revision=2166
* Port of the APACHE web server.Jordan K. Hubbard1995-08-281-0/+14
Submitted by: "Eric L. Hernes" <erich@lodgenet.com> Notes: svn path=/head/; revision=2123