changeset 1911 | 870693ce6ff0 |
child 1912 | 8b81a8f0f692 |
1910:123f59618e87 | 1911:870693ce6ff0 |
---|---|
1 .. -*- coding: utf-8; -*- |
|
2 .. include:: HEADER.rst |
|
3 |
|
4 ==================== |
|
5 Apache HTTP server |
|
6 ==================== |
|
7 .. contents:: |
|
8 :local: |
|
9 |
|
10 How to reload config file? |
|
11 ========================== |
|
12 |
|
13 For Linux:: |
|
14 |
|
15 $ /etc/init.d/apache2 restart |
|
16 |
|
17 or for FreeBSD:: |
|
18 |
|
19 $ /usr/local/etc/rc.d/apache2 restart |
|
20 |