Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding user & directory 1

Status
Not open for further replies.

64pc

Technical User
Jul 29, 2005
2
US
How can I add a new user and his directory to apache2?
The system is running Linux o/s.
 
user and his directory"? If you mean add a user account to the server with a home directory for web pages, then create the account with a home directory, create a "public_html" subdirectory (or whatever the UserDir directive specifies), and chmod both directories o+rx.

Make sure that mod_userdir is loaded. If you have "old" users and directories working, then the rest of the setup is probably ok.

 
Than you! very much for the reply. Now you are giving me some guide to this process. Thanks again!!! :)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top