Skip to content Skip to sidebar Skip to footer

Configure Python Flask Application With Apache And Mod_wsgi In Linux

I have a linux apache 2.4.12 and mod_wsgi 4.5.2 (mod_wsgi.so installed into apache) under application account. Apache runs under port 8050 under application account. Following this

Solution 1:

You aren't specifying ServerName directive with host name. As a result it will not match that VirtualHost and will instead fallback to whatever the first VirtualHost was that it found in the Apache configuration files.


Post a Comment for "Configure Python Flask Application With Apache And Mod_wsgi In Linux"