[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Re: [LTSP] The home pages are not available at the address http://www/~username/



Hello

I did what Wolfgang suggested:
1. Adjust the content
of /etc/apache2/mods-available/debian-edu-userdir.conf to be like this: ....
I did it:
# cat /etc/apache2/mods-available/debian-edu-userdir.conf
<IfModule mod_userdir.c>
        UserDir public_html
        UserDir disabled root

        <Directory /skole/tjener/home*/*/public_html>
                AllowOverride FileInfo AuthConfig Limit
                Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
                <Limit GET POST OPTIONS>
                        Require all granted
                </Limit>
                <LimitExcept GET POST OPTIONS>
                        Require all denied
                </LimitExcept>
        </Directory>
</IfModule>

2 and 3
And then, I run 'a2enmod debian-edu-userdir' to enable the configuration, and 'service apache2 restart'.
=> But I doesn't work:
 You don't have permission to access /~tt/ on this server
and: 
# grep tt /var/log/apache2/error.log
[Mon Jan 16 08:54:01.190221 2017] [core:error] [pid 23725] (13)Permission denied: [client 10.0.16.23:59678]
 AH00035: access to /~peperu denied (filesystem path '/skole/tjener/home0/tt/public_html')
because search permissions are missing on a component of the path


I've never changed by myself any apache's configuration file. But one of them is apparently the raison of my problem.



Reply to: