You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
316 B
18 lines
316 B
4 years ago
|
[disable the default site]
|
||
|
apache = disable
|
||
|
site = default
|
||
|
|
||
|
[enable SSL]
|
||
|
apache = enable
|
||
|
mod = ssl
|
||
|
|
||
|
[original syntax disable the default site]
|
||
|
apache.disable_site = default
|
||
|
|
||
|
[original syntax enable SSL]
|
||
|
apache.enable_module = ssl
|
||
|
|
||
|
[atlernative syntax disable the default site]
|
||
|
apache = site default
|
||
|
state = disabled
|