From 1c736ebf24dae5542511bd486ed8fcfe42fb0599 Mon Sep 17 00:00:00 2001
From: "Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)" <rs01922@surrey.ac.uk>
Date: Sat, 13 May 2023 18:22:55 +0000
Subject: [PATCH] Update file apache2.conf

---
 apache2.conf | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/apache2.conf b/apache2.conf
index 97c6a78..eb277fa 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
-- 
GitLab