Ubuntu server 12.04/apache2

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 9: Line 9:
 
<source lang="bash">
 
<source lang="bash">
 
mkdir /home/www
 
mkdir /home/www
chown www-data:www-data /home/www
+
chown www-data:www-data -R /home/www
 
</source>
 
</source>
  

Revision as of 20:23, 2 May 2012

Configuring an Apache server

apt-get install apache2 libapache2-mod-php5

Configuration is in /etc/apache2

Store site content in /home/www

mkdir /home/www
chown www-data:www-data -R /home/www

Path goes with TLD first, and a few other rules. E.g:

www.attie.co.uk /home/www/attie.co.uk/htdocs (www and TLD route to 'htdocs')
wiki.attie.co.uk /home/www/attie.co.uk/wiki
joke.test.attie.co.uk /home/www/attie.co.uk/test/joke

Setup sites

Add a site file in /etc/apache2/sites-available. Enable the site by symlinking it into /etc/apache2/sites-enabled.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox