Hello, I used the Perfect Server Ubuntu Setup tutorial here. I chose not to install ISPConfig and the Mail server. I would like to know how I can add a site in Apache, and any where else its needed. I believe that also includes the DNS Thanks, Kevin.
Take a look here: http://httpd.apache.org/docs/2.0/vhosts/name-based.html Regarding DNS, take a look here: http://www.howtoforge.com/traditional_dns_howto
Hey, thanks falko! but what about FTP and Mail accounts, and possibly any other accounts that I would need to make for a good site?
Regarding email accounts, take a look here: http://www.howtoforge.com/forums/showthread.php?t=2 You can use these users for FTP as well, but please make sure that their shell is listed in /etc/shells.
hiya, not sure if i can help as i m no linux master here i have my own site with mail server and apache running on it for mail server i followed tutorials here on how to forge in order to install pop and smtp server then i installed squirrelmail so that i can manage better my email i have created a user, info, to which i have associated an emal Not sure what is your situation, in my case i am renting a VPS, i asked to create a domain for me, threfore for me to have a site was sufficient to start apache and to just create a site via apache (check apache docs, it's all about playing iwth apache configuration files ..) hth marco
how can i use those accounts for apache? My purpose in this is to create my own little installer on cmd line, like any other installer for Ubuntu. I will make it so that i can input the domain, user/pass, etc... so i would like to know how to create all the accounts in order to integrate into my script. Also, what about quota? Thanks, Kevin.
How do you mean that? Your users don't have to log in to access web pages. OR are you referring to the file permissions and ownerships of the files and diretories in the document root?
oops, I meant how to use those accounts to create ftp accounts can you show me how to verify that their shell is in the location as well?
You can use the email accounts for FTP without any changes. All you have to make sure is that the shell of the users (it is listed in /etc/passwd) is listed in /etc/shells.
so, once i make an email user, it automatically creates an FTP account? what if i want to limit some accounts with no email, how do i create the ftp accounts?
You can add these usernames to /etc/aliases like this: Code: username: /dev/null Run Code: newaliases after you've modified the file and restart Postfix.