------------------ o Add documentation about LDAP setup. (Xavier Beaudouin) o Fix LDAP search. (Xavier Beaudouin) o For LDAP, allow DocumentRoot give from LDAP Posix attribute homeDirectory. (Xavier Beaudouin) o For LDAP, add the option to specify a different filter than: (&(FilterinUrl)(|(apacheServerName=%s)(apacheServerAlias=%s))). (Xavier Beaudouin) o Since PHP 5.3 doesn't use safe_mode, we don't need it. If you still need it because you use an old PHP, please set -DOLD_PHP. Notice this code will NOT be maintained anymore (Xavier Beaudouin) o Fix bug in lamers mode (Guillaume de Lafond, Dinde, ....) o mod_dbd support merged into mod_vhs (Thanks to Guillaume de Lafond to port MySolo module into mod_vhs). Current SQL query is now : SELECT ServerName, ServerAdmin, DocumentRoot, suexec_uid, suexec_gid, php_env, associateddomain, isalias FROM The_Table WHERE ServerName = %s AND active = 'yes'" "The_Table" is given with apache configuration : vhs_VhostDBDTable o Splited code into 3 files, smaller files, better to work with. (Guillaume de Lafond) o Added #defines to avoid LDAP stuff to be compiled when apache doesn't have LDAP support (Guillaume de Lafond) o Added mpm-itk support (Thanks to Guillaume de Lafond to port patch) o Added mod_ldap support o Dropped libhome support o Added support for suphp for non-systems users (Stephane Locatelli) This allow suphp support when it is compiled with "force" mode and don't break compatibility with "owner" mode. o Added some procompilators options to avoir incompatibility between MOD_SUPHP and MOD_VHS Reproducible: Always
I wrote very dirty ebuild for my self (mod_vhs works but ebuild shouldn't be published), i'm pasting important snippet for my ebuild: compiling: APXS2_ARGS="-c ${myconf} ${PN}.c ${PN}_alias.c"
Created attachment 264277 [details, diff] patch for fixing lamer mode
Is it just me, or is the ftp site and mostly everything but the wiki down?
Yes, ftp is down for more than one year. I've downloaded tarball from freebsd mirror http://debian.csie.ntu.edu.tw/FreeBSD/ports/distfiles/apache2/mod_vhs-1.1.0.tar.gz .
Package is removed from tree