I need some help for installing observium in Ubuntu 12.04. I've followed the manual in the website for the installation and everything went smooth until I actually want to deploy the web UI. I've managed to add in the device and had paste the code listed in the page to /etc/apache2/sites-available/default. But when I access the website, it shows nothing but error message saying that nothing has been found. I've checked my apache2 error log and it says "File does not exist: /etc/apache2/htdocs". I have another website in the server as well, does it have a problem with something else hosted in it? Below is the result I get from apache2 -V:
apache2 -V
Server version: Apache/2.2.22 (Ubuntu)
Server built: Nov 8 2012 21:37:36
Server's Module Magic Number: 20051115:30
Server loaded: APR 1.4.6, APR-Util 1.3.12
Compiled using: APR 1.4.6, APR-Util 1.3.12
Architecture: 64-bit
Server MPM: ITK
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/experimental/itk"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/etc/apache2"
-D SUEXEC_BIN="/usr/lib/apache2/suexec"
-D DEFAULT_PIDLOG="/var/run/apache2.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="/var/run/apache2/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="mime.types"
-D SERVER_CONFIG_FILE="apache2.conf"
Any help is very much appreaciated.
Thank you.