Am 04.11.2013 um 15:50 schrieb Denny Fuchs <linuxm...@4lin.net>:

> hi,
> 
> I use Debian Wheezy with standard Apache2 and ldap_userdir module. It was in 
> the morning working, but I think, after installing PHP5 (with Apache mpm 
> Prefork) the userhomes doesn't work anymore. I get only: 

why ever .. it works:

I had to add to the default vhost :

<Directory /export/files/disc01/users1/*/.public_html>
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>

for all discs ... 

cu denny

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to