aboutsummaryrefslogtreecommitdiff
path: root/www/mod_ftp
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - USE_APACHE= s/22+/22/Olli Hauer2012-09-221-6/+2
| | | | | | | | | | | | | | - adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@ Notes: svn path=/head/; revision=304723
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* Remove a hidden file, that should never have been committed.Mikhail Teterin2012-03-131-0/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293254
* mod_ftp is a FTP Protocol module to serve httpd content over theMikhail Teterin2012-03-1311-0/+404
FTP protocol (whereever the HTTP protocol could also be used). It provides both RETR/REST retrieval and STOR/APPE upload, using the same user/permissions model as httpd (so it shares the same security considerations as mod_dav plus mod_dav_fs). WWW: http://httpd.apache.org/mod_ftp/ Feature safe: yes Notes: svn path=/head/; revision=293252