![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
Example:
# # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # <IfModule mod_userdir.c> UserDir public_html </IfModule> Or on a per virtual machine basis: <VirtualHost *> ServerAdmin root@somehost.com DocumentRoot /usr/local/apache-ssl/htdocs ServerName host.domain.org UserDir users ErrorLog /var/log/apache-error.log CustomLog /var/log/apache-access.log combined </VirtualHost> If UserDir is not defined, ~ will not be translated to some directory name, but remain top-level. Cheers, Keith |
||||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|