Project

General

Profile

Apache HTTP Server 2226 » History » Revision 5

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

h1. Apache HTTP Server 2.2.26 

 This service is belong to @apache@ user and @run level@ is 3,4,5. 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>