1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/suphp/pkg-plist
Bryan Drewery 634d29d414 Bring back SuPHP.
Quite a few users still depend on this and are getting it from untrusted
sources. Its security track record is actually pretty good still.

SuPHP is still the simplest solution for shared hosting.

Other vendors still provide this as well.

- Add a pkg-message explaining the situation and advising users to move
  away from this if possible.
- Stage
- Take maintainership
2014-04-10 11:43:13 +00:00

15 lines
456 B
Plaintext

sbin/suphp
etc/suphp.conf-example
%%APACHEMODDIR%%/mod_suphp.so
@exec %D/sbin/apxs -e -a -n suphp %D/%f
@unexec %D/sbin/apxs -e -A -n suphp %D/%f
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/CONFIG
%%PORTDOCS%%%%DOCSDIR%%/apache/CONFIG
%%PORTDOCS%%%%DOCSDIR%%/apache/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/apache/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apache
%%PORTDOCS%%@dirrm %%DOCSDIR%%