Changes between Version 19 and Version 20 of HowTo/WriteInstallScript


Ignore:
Timestamp:
09/25/12 16:24:02 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/WriteInstallScript

    v19 v20  
    133133}}}
    134134   * modify the default port by running the following commande where <NEW_PORT> is the port you want to use:
    135  {{{
     135{{{
    136136sudo sed 's/^Listen 80$/Listen <NEW_PORT>/' /etc/httpd/conf/httpd.conf > httpd.conf ; sudo mv httpd.conf /etc/httpd/conf/httpd.conf
    137137}}}