Ubuntu Server 9.10 without BIND or ISPConfig??

Discussion in 'Installation/Configuration' started by Maffu, Jan 26, 2010.

  1. Maffu

    Maffu New Member

    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?
     
  2. Flash

    Flash New Member

    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
     
  3. Maffu

    Maffu New Member

    Diamond - thanks.
     

Share This Page