Project

General

Profile

Apache HTTP Server 2226 » History » Revision 4

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

h1. Apache HTTP Server 2.2.26 2.2.6 

 This service is belong to @apache@ user. 

 h2. Start 

 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>