solution: Find Apache Document Root # grep -i 'DocumentRoot' httpd.conf # find / -name httpd.conf or # locate httpd.conf (if file here /etc/httpd/conf/httpd.conf) # grep -i 'DocumentRoot' /etc/httpd/c… more →
Sandeep Vermasandeepkonstant wrote 4 months ago: solution: Find Apache Document Root # grep -i 'DocumentRoot' httpd.conf # find / -name httpd.conf or … more →