Comments on The Perfect Server - Ubuntu 14.10 with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig
The Perfect Server - Ubuntu 14.10 with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig This tutorial shows how to install an Ubuntu 14.10 (Utopic Unicorn) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers the installation of Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).
9 Comment(s)
Comments
ISPConfig3 on an Ubuntu 14.10 Server database problem
installed ISPConfig3 on an Ubuntu 14.04 Server using the correct MySQL username and password ,
I get the login form, but the error returned to me when I try the default login admin/admin is Username or Password empty
database not connecting to website after restart mysql ("service mysql restart" on Ubuntu) website & panel work properly every time i got error.....database connectivity problem!!!!!!!!! plz help me ..
Hey, I have install ubuntu server 14.10 on my xeon edge-II server.
I am running apache2 as my webserver on my machine it works fine but after some transactions done it hangs. I have tried to findout where the problem is, but in vain.
Can you please help me in this what could be the possible reasons my server hangs?
I am also running webmin on my machine as control panel.
Thanks and looking intensively forward from you.
Hi,
Thanks for your tutorial. Its very impressive.
I have problem durning reboot my VPS. Its stack on:
- Starting configure network device
- Stopping clean /tmp directory
Can you sugest me some solutions? I will be very grateful.
Great job. FYI, you forgot to update a couple of old stanzas in the third page. You substituted conf-enabled for conf.d in the /etc directory tree for Apache configuration, but missed a couple on this page. Such as below and the Virtual domain setting section above.
/etc/apache2/conf.d/squirrelmail.conf...
nano /etc/apache2/conf-available/squirrelmail.conf
Can I use UFW with this? Do you recommend it? What ports should I open?
Thx
Kevin
I Can't connect to ftp..
Statut : Connexion à 92.222.92.216:21...
Statut : Connexion établie, attente du message d'accueil...
Statut : Initialisation de TLS...
Statut : Vérification du certificat...
Statut : Connexion TLS établie.
Statut : Connecté
Statut : Récupération du contenu du dossier...
Commande : PWD
Réponse : 257 "/" is your current location
Commande : TYPE I
Réponse : 200 TYPE is now 8-bit binary
Commande : PASV
Réponse : 227 Entering Passive Mode (92,222,92,216,58,0)
Commande : MLSD
Erreur : Connection interrompue après 20 secondes d'inactivité
Erreur : Impossible de récupérer le contenu du dossier
It cannot list the content of the main folder..
Any Idea ?
Solved,
It was the range port in passive mode,
You need to add a file in folder conf of tftpd with name port range with you range port,
Add a rule in your firewall to pass the traffic and it's ok for me !
hi
really a great tut! made my life much more sweet!
Is there any tut about securing the server we just created?
Thank you very much!!
Having a little trouble. I am at the point where I have to:
Edit /etc/fstab. Mine looks like this (I added ,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 to the partition with the mount point /):
When I edit the file it looks like this:
# /etc/fstab: static file system information.## Use 'blkid' to print the universally unique identifier for a# device; this may be used with UUID= as a more robust way to name devices# that works even if disks are added and removed. See fstab(5).## <file system> <mount point> <type> <options> <dump> <pass># / was on /dev/sda1 during installation/dev/sda / ext4 noatime,errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1/dev/sdb none swap swWhen I enter "quotacheck -avugm I see this:
quotacheck: Cannot stat() mounted device /dev/root: No such file or directoryquotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
Any thougts??