mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
56ff16ada7
Features include language support, GET, POST, and HEAD methods, CGI, PHP4 , a config file (optional for every user), a mime.types file, virtual hosts, the ability to deny URLs and IPs, to run as a different user (such as nobody), serve users home directories, resume, and more. PR: ports/58290 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
@unexec if cmp -s %D/etc/monkey/mime.types %D/etc/monkey/mime.types-dist; then rm -f %D/etc/monkey/mime.types; fi
|
|
etc/monkey/mime.types-dist
|
|
@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types
|
|
@unexec if cmp -s %D/etc/monkey/modules.conf %D/etc/monkey/modules.conf-dist; then rm -f %D/etc/monkey/modules.conf; fi
|
|
etc/monkey/modules.conf-dist
|
|
@exec [ -f %B/modules.conf ] || cp %B/%f %B/modules.conf
|
|
@unexec if cmp -s %D/etc/monkey/monkey.conf %D/etc/monkey/monkey.conf-dist; then rm -f %D/etc/monkey/monkey.conf; fi
|
|
etc/monkey/monkey.conf-dist
|
|
@exec [ -f %B/monkey.conf ] || cp %B/%f %B/monkey.conf
|
|
@unexec if cmp -s %D/etc/monkey/monkey.deny %D/etc/monkey/monkey.deny-dist; then rm -f %D/etc/monkey/monkey.deny; fi
|
|
etc/monkey/monkey.deny-dist
|
|
@exec [ -f %B/monkey.deny ] || cp %B/%f %B/monkey.deny
|
|
etc/rc.d/monkey.sh.sample
|
|
sbin/monkey
|
|
sbin/banana
|
|
www/cgi-bin/test.pl
|
|
www/data/imgs/logonooficial.jpg
|
|
www/data/imgs/titulo.jpg
|
|
www/data/php/index.php
|
|
www/data/docs/monkey+php.en.html
|
|
www/data/docs/monkey+php.es.html
|
|
www/data/docs/monkey+php.ru.html
|
|
www/data/docs/monkey+php.sv.html
|
|
www/data/index.html
|
|
@dirrm etc/monkey
|
|
@dirrm www/cgi-bin
|
|
@dirrm www/data/docs
|
|
@dirrm www/data/imgs
|
|
@dirrm www/data/php
|
|
@dirrm www/data
|
|
@dirrm www/
|