File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,39 +155,6 @@ Restart=on-failure
155155EOF
156156```
157157
158- ## Create ports.conf to override apache port
159-
160- ``` sh
161- cat >> ~ /lb-ports.conf<< EOF
162- # If you just change the port or add more ports here, you will likely also
163- # have to change the VirtualHost statement in
164- # /etc/apache2/sites-enabled/000-default.conf
165-
166- Listen 8080
167-
168- <IfModule ssl_module>
169- Listen 8443
170- </IfModule>
171-
172- <IfModule mod_gnutls.c>
173- Listen 8443
174- </IfModule>
175- EOF
176- ```
177-
178- ## Create virtual server conf to override apache port
179-
180- ``` sh
181- cat >> ~ / lb-000-default.conf<< EOF
182- <VirtualHost *:8080>
183- ServerAdmin webmaster@localhost
184- DocumentRoot /var/www/html
185- ErrorLog ${APACHE_LOG_DIR} /error.log
186- CustomLog ${APACHE_LOG_DIR} /access.log combined
187- </VirtualHost>
188- EOF
189- ```
190-
191158## Create permanent conf dir for LB
192159
193160``` sh
You can’t perform that action at this time.
0 commit comments