• Home
  • Month: January 2018

RHCE Work With Apache HTTPD Web Service Part 2–How To Change Apache HTTPD Default Document Directory Dev Ops Lanka

How To Change Apache HTTPD Default Document Directory Everybody is know /var/www/html is the default directory for the apache httpd.so lets chage the default directory.Lets create new folder inside /home/mydir mkdir -p /home/mydir And edit nano /etc/httpd/conf/httpd.conf Now we create index.html file inside /home/mydir/ folder This is content for index…