Creating a user for website!

Discussion in 'Installation/Configuration' started by cybereatl, Feb 10, 2012.

  1. cybereatl

    cybereatl Member

    Hi folks,

    I love ISPConfig but now am working to configure a server for 1 website only and I need to create a user that can modify /var/www/html folder, also have access to ftp and for email as well...

    Any tutorial will be helpful!!

    Thank you!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You mean that you want to run this server without installing ispconfig and the server shall just run one website? In that case, you use the user that apache runs under. E.g. for Debain and Ubuntu,, this is www-data. So you run this command:

    chown www-data:www-data /var/www/html
     

Share This Page