Project

General

Profile

Apache HTTP Server 2226 » History » Revision 3

Revision 2 (chin-yeh, 08/24/2010 09:39 AM) → Revision 3/6 (chin-yeh, 08/24/2010 09:43 AM)

h1. Apache HTTP Server 2.2.6 

 This service is belong to @apache@ user. 

 h2. Start 

 As @root@ user: _as root user_ 
 <pre> 
 service httpd start 
 </pre> 

 As @apache@ or other user: 
 <pre> 
 /etc/init.d/httpd start 
 </pre> 

 h2. Stop 

 As @root@ user: 
 <pre> 
 service httpd stop 
 </pre> 

 As @apache@ or other user: 
 <pre> 
 /etc/init.d/httpd stop 
 </pre>