TO Run a apache webserver from Home.
1.apt-get install apache2
2.Change the Document root directory on /etc/apache2/sites-available/default
3. a2ensite default
4. apache2ctl graceful
Now its ready to restart the apache2, which can be tested on browser with localhost.
No comments:
Post a Comment