mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
634d29d414
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
15 lines
456 B
Plaintext
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%%
|