Fix for module proxy_uwsgi_module is already loaded
Rocky Linux 9.5 64 bit httpd -t [Sun Mar 02 01:10:49.272260 2025] [so:warn] [pid 201497:tid 201497] AH01574: module proxy_uwsgi_module is already loaded, skipping Change-Id: Id6a88c2b7958789f7d4947d3259276f120f5f44e
This commit is contained in:
@@ -122,11 +122,6 @@ function install_apache_uwsgi {
|
||||
sudo a2enmod proxy_uwsgi
|
||||
restart_apache_server
|
||||
fi
|
||||
elif is_fedora; then
|
||||
# redhat is missing a nice way to turn on/off modules
|
||||
echo "LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so" \
|
||||
| sudo tee /etc/httpd/conf.modules.d/02-proxy-uwsgi.conf
|
||||
restart_apache_server
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user