Guest User

Untitled

a guest
Dec 16th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # Settings for user home directories
  2. #
  3. # Required module: 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. # Users might not be in /Users/*/Sites, so use user-specific config files.
  14. #
  15. Include /private/etc/apache2/users/*.conf
  16. <IfModule bonjour_module>
  17. RegisterUserSite customized-users
  18. </IfModule>
Add Comment
Please, Sign In to add comment