diff --git a/perun-apache/perun.conf b/perun-apache/perun.conf
index 547d8be3ddc3f90dd9be576831bc873fe02eec7c..84f72fa22251a7ab179d91e1f4791de632f29f63 100644
--- a/perun-apache/perun.conf
+++ b/perun-apache/perun.conf
@@ -3,7 +3,7 @@
   ServerAdmin perun@cesnet.cz
   ServerName perun-api
 
-  DocumentRoot /app
+  DocumentRoot /var/www
 
   # Note: buffer size must be set also in Tomcat and must be lower then this value.
   ProxyIOBufferSize 65536
@@ -40,6 +40,9 @@
   ##     RPC                      ####
   ####################################
 
+  <Proxy "ajp://perun-rpc:8009/">
+    ProxySet secret=test
+  </Proxy>
   # General rewrite rule
    RewriteRule ^/(.*)/rpc/(.*)$ ajp://perun-rpc:8009/perun-rpc/$2 [P,QSA]