skip to main
|
skip to sidebar
apache webserver interview questions and answers
Sunday, April 4, 2010
How to start and stop apache server in linux
Answer
In the terminal window you need to type the following command to start the apache server
$>service httpd start
or
$>/etc/init.d/httpd start
To stop the server
$>service httpd stop
or
$>/etc/init.d/httpd stop
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Links
Linux based questions
Webserver questions answers
Mysql interview preparation Guide
PHP interview questions
Blog Archive
▼
2010
(6)
▼
April
(6)
when i add RewriteRule in the htaccess its not wor...
How the rewrite rule processed by the server
what is mod_rewrite in apache
How to start and stop apache server in linux
what is the latest version of apache
What is webserver
About Me
phpman
View my complete profile
No comments:
Post a Comment