mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b2dda62aed
'being secure' as its main goal. Hiawatha has many security features that no other webserver has. Besides being very secure, it's also a very fast webserver. It's twice as fast as Apache for static content. It supports load-balanced FastCGI, which makes it fast and scalable for serving CGI. PR: ports/106277 Submitted by: Hugo Leisink <hugo at leisink.net>
16 lines
896 B
Plaintext
16 lines
896 B
Plaintext
sbin/hiawatha
|
|
sbin/cgi_wrapper
|
|
sbin/wigwam
|
|
@unexec if cmp -s %D/etc/hiawatha/httpd.conf %D/etc/hiawatha/httpd.conf.sample; then rm -f %D/etc/hiawatha/httpd.conf; fi
|
|
@unexec if cmp -s %D/etc/hiawatha/mimetype.conf %D/etc/hiawatha/mimetype.conf.sample; then rm -f %D/etc/hiawatha/mimetype.conf; fi
|
|
@unexec if cmp -s %D/etc/hiawatha/throttle.conf %D/etc/hiawatha/throttle.conf.sample; then rm -f %D/etc/hiawatha/throttle.conf; fi
|
|
@unexec if cmp -s %D/etc/hiawatha/cgi_wrapper.conf %D/etc/hiawatha/cgi_wrapper.conf.sample; then rm -f %D/etc/hiawatha/cgi_wrapper.conf; fi
|
|
etc/hiawatha/httpd.conf.sample
|
|
etc/hiawatha/mimetype.conf.sample
|
|
etc/hiawatha/throttle.conf.sample
|
|
etc/hiawatha/cgi_wrapper.conf.sample
|
|
@dirrm etc/hiawatha
|
|
@unexec if cmp -s %D/www/hiawatha/index.html %D/www/hiawatha/index.html.sample; then rm -f %D/www/hiawatha/index.html; fi
|
|
www/hiawatha/index.html.sample
|
|
@dirrm www/hiawatha
|