Linux-Dash does not work on OpenSUSE 13.1

Linux-Dash is a useful tool to monitor Linux server. The detailed information of the server are displayed on via a beautiful web dashboard. I was successfully installed Linux-Dash on my Elementary OS Luna but I failed to get it run on OpenSUSE 13.1. Linux-Dash is available through OpenSUSE additional repository and it was provided via 1 click install feature. But, I cannot get Linux-Dash working on OpenSUSE 13.1.
After Linux-dash was installed on OpenSUSE, my Apache server won't start. I got the following error when trying to start apache2 service. 


systemctl status apache2.service
apache2.service - The Apache Webserver
   Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled)
   Active: failed (Result: exit-code) since Tue 2014-04-29 23:17:01 WIB; 4min 35s ago
  Process: 8281 ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k graceful-stop (code=exited, status=1/FAILURE)
  Process: 8263 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DFOREGROUND -k start (code=exited, status=1/FAILURE)
 Main PID: 8263 (code=exited, status=1/FAILURE)
   Status: "Total requests: 0; Current requests/sec: 0; Current traffic:   0 B/sec"

Apr 29 23:17:01 opensuse.site start_apache2[8263]: AH00526: Syntax error on line 7 of /etc/apache2/conf.d/linux-dash.conf:
Apr 29 23:17:01 opensuse.site start_apache2[8263]: <Files> cannot occur within <location> section
Apr 29 23:17:01 opensuse.site systemd[1]: apache2.service: main process exited, code=exited, status=1/FAILURE
Apr 29 23:17:01 opensuse.site start_apache2[8281]: Module "compress" is not installed, ignoring.
Apr 29 23:17:01 opensuse.site start_apache2[8281]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Apr 29 23:17:01 opensuse.site start_apache2[8281]: AH00526: Syntax error on line 7 of /etc/apache2/conf.d/linux-dash.conf:
Apr 29 23:17:01 opensuse.site start_apache2[8281]: <Files> cannot occur within <location> section
Apr 29 23:17:01 opensuse.site systemd[1]: apache2.service: control process exited, code=exited status=1
Apr 29 23:17:01 opensuse.site systemd[1]: Failed to start The Apache Webserver.
Apr 29 23:17:01 opensuse.site systemd[1]: Unit apache2.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.

Is there any easier way to install Linux-dash on OpenSUSE 13.1?