diff --git a/apache2.conf b/apache2.conf
index 97c6a7861f43dc91ef982bffd4167f8f463a642a..eb277fa5a23c08ad5ff198fd7a42d8882a3047c1 100644
--- a/apache2.conf
+++ b/apache2.conf
@@ -156,14 +156,6 @@ Include ports.conf
 # the latter may be used for local directories served by the web server. If
 # your system is serving content from a sub-directory in /srv you must allow
 # access here, or in any related virtual host.
-WSGIDaemonProcess flaskapp threads=5
-WSGIScriptAlias / /var/www/html/flaskapp/flaskapp.wsgi
-<Directory flaskapp>
-	WSGIProcessGroup flaskapp
-	WSGIApplicationGroup %{GLOBAL}
-	Order deny,allow
-	Allow from all
-</Directory>
 
 <Directory />
 	Options FollowSymLinks