summaryrefslogtreecommitdiff
path: root/www/ssserver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove www and www/cgi-bin if possibleKris Kennaway2003-04-051-0/+2
| | | | Notes: svn path=/head/; revision=78273
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Don't depend on apache, which was just plain wrong, instead create theMichael Haro2001-04-051-3/+1
| | | | | | | missing directory. Notes: svn path=/head/; revision=40918
* Depend on Apache. This should fix the build problem on bento althoughMichael Haro2001-04-051-0/+2
| | | | | | | | this port probably isn't specific to apache and would probably work with other web servers too. Notes: svn path=/head/; revision=40877
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Add ssserver, "Subject Search Server(TM)", a binary-only CGI supportingNeil Blakey-Milner2000-07-216-0/+178
multiple languages. PR: ports/17523 Submitted by: Mike Bru <support@kryltech.com> Notes: svn path=/head/; revision=30933