apache - WEBMO-httpd.conf is empty where apache2.conf is not -
i have installed web mo on ubuntu 12.04 , complete step given in link web mo installation
but when click on url specified @ end of setup process shows 404 not found error
so start configure apache web server steps configuring web server
as mentioned in web server configuration
cd /etc/httpd/conf not found in /etc folder
in /etc folder there exist apache2.conf file , httpd.conf file , httpd.conf file empty apache2.conf file not.
i want edit lines in httpd.conf how can these , there way contents in httpd.conf file
thanks in advance....
to find server config file. can use following command httpd, apaceh2 , apachectl (and maybe more):
"apache name" -v | grep server_config_file so apache2 be
apache2 -v | grep server_config_file
Comments
Post a Comment