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

[Bug 639] New: /etc/apache/httpd.conf does not specify /skole/... as home directories.



http://bugs.skolelinux.no/show_bug.cgi?id=639

           Summary: /etc/apache/httpd.conf does not specify /skole/... as
                    home directories.
           Product: Skolelinux
           Version: pr46
          Platform: All
               URL: http://tjener.intern/~username
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Configuration
        AssignedTo: nobody@skolelinux.no
        ReportedBy: herman@skolelinux.no


The UserDir feature allows users to have ~/public_html as their personal web area.

However, in Skolelinux' /etc/apache/httpd.conf file, there is only one paragraph with directives for the UserDir, and it goes like this:

<Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec

This assumes that all the home directorios are located under /home.  On Skolelinux, that is not the case, it should have been:

<Directory /skole/tjener/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



Reply to: