| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Add a workaroung to make it work with apache 2 (due to an apr bug)
(so be careful)
- Pass maintainership to submitter
PR: ports/69048
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
|
|
|
|
|
|
|
|
| |
This version is mainly a bugfix release, fixing a bug causing a
segmentation fault in the Apache 2 module and improving the handling
of environment variables. Instead of setting unneeded / unwanted
environment variables to an empty string, they are now completely
removed from the environment.
|
| |
|
|
|
|
|
|
| |
now suPHP supports apache2.
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
|
| |
PR: 57681
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Release
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous patch
- update to 0.3
- add a workaround to don't use getpwuid to performs check for apache user (since 4.x
doesn't support getpwuid_r).
- use %%DOCSDIR%%
PR: ports/55952
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
|
|
|
|
|
| |
* update suphp to 0.2.3
* fix bento build (apxs related problem)
* Separate build/install stages for mod_suphp
PR: 53873
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Pointed out by: bento via kris
|
|
suPHP is a combination which provides a wrapper
for PHP.
PR: 42790
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|