I have installed Web MO on Ubuntu 12.04 , I successfully complete the step given in link Web MO installation
But when I click on the URL specified at the end of setup process it shows as 404 NOT FOUND error
So I start configure the Apache Web Server Steps for configuring Web Server
as mentioned in web server configuration
cd /etc/httpd/conf not found in /etc folder
in /etc folder there exist an apache2.conf file and httpd.conf file , but httpd.conf file is empty where apache2.conf file is not.
I want to edit some lines in httpd.conf how can I do these , is there is any way to get contents in httpd.conf file
Thanks in Advance....
/etc/httpd/conf/httpd.confis the same as/etc/apache2/apache2.confon Ubuntu. - luukvhoudt