Browse Source

Remove apache to avoid conflicts

Bob Mottram 10 years ago
parent
commit
8e53558003
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      beaglebone.txt

+ 2
- 1
beaglebone.txt View File

@@ -2484,9 +2484,10 @@ Here cron is used so that if we stop one of the relevant processes and then rest
2484 2484
 -- Tim Berners-Lee
2485 2485
 #+END_VERSE
2486 2486
 
2487
-First install nginx and some scripts for easily enabling and disabling the web sites which we will create.
2487
+First remove any existing web server installation and then install nginx together with some scripts for easily enabling and disabling the web sites which we will create.
2488 2488
 
2489 2489
 #+BEGIN_SRC: bash
2490
+apt-get remove --purge apache2
2490 2491
 apt-get install nginx php5-fpm git
2491 2492
 cd ~/build
2492 2493
 git clone https://github.com/perusio/nginx_ensite