diff options
author | rillig <rillig> | 2005-08-03 16:43:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-08-03 16:43:38 +0000 |
commit | 60596e46ff91265b7f371f13a6c03126799cfe53 (patch) | |
tree | c8249d59db9faead6ffd75fabc27cce93d0e2fa8 /www/ap2-suphp/PLIST | |
parent | 83f90a9b9c2c391f34c0859190114cdb9efcbaa3 (diff) | |
download | pkgsrc-60596e46ff91265b7f371f13a6c03126799cfe53.tar.gz |
Added ap2-suphp version 0.6.0.
The suPHP Apache module together with suPHP itself provides an easy way
to run PHP scripts with different users on the same server.
It provides security, because the PHP scripts are not run with the
rights of the webserver's user. In addition to that you probably won't
have to use PHP's "safe mode", which applies many restrictions on the
scripts.
Diffstat (limited to 'www/ap2-suphp/PLIST')
-rw-r--r-- | www/ap2-suphp/PLIST | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/ap2-suphp/PLIST b/www/ap2-suphp/PLIST new file mode 100644 index 00000000000..7889b94ba81 --- /dev/null +++ b/www/ap2-suphp/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/03 16:43:38 rillig Exp $ +lib/httpd/mod_suphp.so +sbin/suphp +share/examples/suphp/suphp.conf +@dirrm share/examples/suphp +@dirrm lib/httpd |