diff --git a/apache/conf/rfmwtools.conf b/apache/conf/rfmwtools.conf
index 0967497..ca12624 100644
--- a/apache/conf/rfmwtools.conf
+++ b/apache/conf/rfmwtools.conf
@@ -3,16 +3,10 @@
DocumentRoot /var/www/rfmwtools
- # Serve HTML and static files at root
-
- Options +FollowSymLinks
- DirectoryIndex rfmwtools.html
- Require all granted
-
+ ScriptAlias /cgi-bin/ /var/www/rfmwtools/cgi-bin/
- # Enable CGI execution for scripts in cgi-bin
- Options +ExecCGI +FollowSymLinks
+ Options +ExecCGI +FollowSymLinks +Indexes
AddHandler cgi-script .sh .cgi
Require all granted