Commit 031d27a
authored
Fix issue port 80- range when using APACHE_PORT
Setting port to 8000-8099 caused issues after a restart.
Ex: Port got set from 8090 to 809090 resulting in error AH00526.
Using full line replace as ports.conf next character is new line.1 parent 905cae8 commit 031d27a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments