• Home
  • Tag: Red Hat exam guide

RHCE Work With Apache HTTPD Web Service Part 6-Integrating Dynamic Web Content Serving PHP content Dev Ops Lanka

Hello Friends previous lesson we have discuss how to serve dynamic web content and serving CGI scripts using Apache HTTPD.if you missed that lesson you can quick go through that lesson https://devopslanka.com/2018/02/06/rhce-work-apache-httpd-web-service-part-5-intergrating-dynamic-web-content-dev-ops-lanka/ Today lesson we are discuss about how to serve php content in apache httpd and serving dynamic python…

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…