Changes between Version 19 and Version 20 of HowTo/WriteInstallScript
- Timestamp:
- 09/25/12 16:24:02 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/WriteInstallScript
v19 v20 133 133 }}} 134 134 * modify the default port by running the following commande where <NEW_PORT> is the port you want to use: 135 135 {{{ 136 136 sudo sed 's/^Listen 80$/Listen <NEW_PORT>/' /etc/httpd/conf/httpd.conf > httpd.conf ; sudo mv httpd.conf /etc/httpd/conf/httpd.conf 137 137 }}}