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
|
||||
|
||||
1. Prerequisits
|
||||
|
@ -16,7 +15,7 @@
|
|||
|
||||
3. Apache Config
|
||||
* vi /etc/apache2/sites-available/zammad
|
||||
<pre>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName zammad.inet.h1.mdd
|
||||
ServerAdmin abauer@magix.net
|
||||
|
@ -59,7 +58,7 @@
|
|||
</Directory>
|
||||
|
||||
</VirtualHost>
|
||||
</pre>
|
||||
|
||||
* rm /etc/apache2/sites-enabled/000-default
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue