Hi folks, I came here looking for a guide on setting up a Ubuntu machine to act as my company's intranet server. We already have a domain controller handling DNS and I don't want to host multiple accounts - I just want apache, php, mysql, etc. running - so I don't need BIND (I assume) or ISPConfig The problem is that the only Perfect Server guide I can find is geared toward installing both of those things. Is there a Perfect Server guide for just bog-standard LAMP using Ubuntu 9.10?
ill make it right here for you.. apt-get install apache2 php5-cgi php5-common php5-mysql mysql-server optional: apt-get install phpmyadmin (for a mysql web frontend) after this you can configure apache by editing /etc/apache2/httpd.conf you can configure mysql with /etc/mysql/my.cnf and php with /etc/php5/apache2/php.ini indeed you dont need bind or ispconfig, as you have your DNS arranged somewhere else and ISP config is more for virtual hosting, rather then a single website