Permalink
Browse files

Fix some typos

  • Loading branch information...
1 parent 147a57d commit 7bb586976cdfbd59f55c9dac5971f631ba605928 @jherrero jherrero committed Apr 15, 2016
Showing with 3 additions and 3 deletions.
  1. +3 −3 webserver/INSTALL
View
@@ -117,7 +117,7 @@ folder (like http://blic.cs.ucl.ac.uk/eFORGE).
OPTION 1 -- Configure an Apache VirtualHost for eFORGE:
- cat > /etc/http/conf.d/eforge.v1.2.conf
+ cat > /etc/httpd/conf.d/eforge.v1.2.conf
<VirtualHost *:80>
ServerName eforge.cs.ucl.ac.uk
DocumentRoot /var/www/eFORGE.v1.2./html
@@ -143,7 +143,7 @@ OPTION 1 -- Configure an Apache VirtualHost for eFORGE:
OPTION 2 -- Configure an Apache VirtualHost for eFORGE:
- cat > /etc/http/conf.d/eforge.v1.2.conf
+ cat > /etc/httpd/conf.d/eforge.v1.2.conf
ScriptAlias /eFORGE.v1.2/cgi-bin/ /var/www/eFORGE.v1.2/cgi-bin/
Alias "/eFORGE.v1.2" "/var/www/eFORGE.v1.2/html"
@@ -164,7 +164,7 @@ Alias "/eFORGE.v1.2" "/var/www/eFORGE.v1.2/html"
3.h. Copy the rCharts libraries to the html path:
- sudo rsync -avP /usr/lib64/R/library/rCharts/libraries /var/www/eFORGE.v1.1/html/
+ sudo rsync -avP /usr/lib64/R/library/rCharts/libraries /var/www/eFORGE.v1.2/html/
3.i Re-start Apache

0 comments on commit 7bb5869

Please sign in to comment.