Update README_Install_Ubuntu.rdoc
This commit is contained in:
parent
93a136e7ac
commit
ba7e0d7d2a
1 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
==Installation on Ubuntu 12.04 Server
|
==Installation on Ubuntu 12.04 Server
|
||||||
|
|
||||||
1. Prerequisits
|
1. Prerequisits
|
||||||
|
@ -16,8 +15,8 @@
|
||||||
|
|
||||||
3. Apache Config
|
3. Apache Config
|
||||||
* vi /etc/apache2/sites-available/zammad
|
* vi /etc/apache2/sites-available/zammad
|
||||||
<pre>
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName zammad.inet.h1.mdd
|
ServerName zammad.inet.h1.mdd
|
||||||
ServerAdmin abauer@magix.net
|
ServerAdmin abauer@magix.net
|
||||||
|
|
||||||
|
@ -58,8 +57,8 @@
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</pre>
|
|
||||||
* rm /etc/apache2/sites-enabled/000-default
|
* rm /etc/apache2/sites-enabled/000-default
|
||||||
* ln -s /etc/apache2/sites-available/zammad /etc/apache2/sites-enabled/zammad
|
* ln -s /etc/apache2/sites-available/zammad /etc/apache2/sites-enabled/zammad
|
||||||
* ln -s /etc/apache2/mods-available/proxy.conf /etc/apache2/mods-enabled/proxy.conf
|
* ln -s /etc/apache2/mods-available/proxy.conf /etc/apache2/mods-enabled/proxy.conf
|
||||||
|
|
Loading…
Reference in a new issue