Project

General

Profile

Apache HTTP Server 2226 » History » Version 6

chin-yeh, 08/24/2010 09:57 AM

1 4 chin-yeh
h1. Apache HTTP Server 2.2.26
2 2 chin-yeh
3 6 chin-yeh
This service is belong to @apache@ user and @runlevel@ is 3,4,5.
4 3 chin-yeh
5 2 chin-yeh
h2. Start
6 1 chin-yeh
7 3 chin-yeh
As @root@ user:
8 2 chin-yeh
<pre>
9 1 chin-yeh
service httpd start
10 3 chin-yeh
</pre>
11
12
As @apache@ or other user:
13
<pre>
14
/etc/init.d/httpd start
15
</pre>
16
17
h2. Stop
18
19
As @root@ user:
20
<pre>
21
service httpd stop
22
</pre>
23
24
As @apache@ or other user:
25
<pre>
26
/etc/init.d/httpd stop
27 2 chin-yeh
</pre>