Guest User

Untitled

a guest
Apr 5th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # Settings for user home directories
  2. #
  3. # Required module: mod_authz_core, mod_authz_host, mod_userdir
  4.  
  5. #
  6. # UserDir: The name of the directory that is appended onto a user's home
  7. # directory if a ~user request is received. Note that you must also set
  8. # the default access control for these directories, as in the example below.
  9. #
  10. UserDir Sites
  11.  
  12. #
  13. # Control access to UserDir directories. The following is an example
  14. # for a site where these directories are restricted to read-only.
  15. #
  16. Include /private/etc/apache2/users/*.conf
  17. <IfModule bonjour_module>
  18. RegisterUserSite customized-users
  19. </IfModule>
Add Comment
Please, Sign In to add comment