foobar@foobar:/etc/apache2/sites-available$ curl -v http://127.0.0.1:8090/login/
* Hostname was NOT found in DNS cache
* Trying 127.0.0.1...
* Connected to 127.0.0.1 (127.0.0.1) port 8090 (#0)
> GET /login/ HTTP/1.1
> User-Agent: curl/7.35.0
> Host: 127.0.0.1:8090
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Wed, 18 Oct 2017 16:58:57 GMT
* Server Apache/2.4.7 (Ubuntu) is not blacklisted
< Server: Apache/2.4.7 (Ubuntu)
< Content-Length: 280
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /login/ was not found on this server.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at 127.0.0.1 Port 8090</address>
</body></html>
* Connection #0 to host 127.0.0.1 left intact
AH00128: File does not exist: /var/www/login/
<VirtualHost *:8090>
ServerAdmin foo...@foobar.com
ServerName avails
ServerAlias foobar
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
WSGIScriptAlias /avails /var/www/BI-WebApp/avails/avails/wsgi.py
WSGIProcessGroup avails
WSGIDaemonProcess avails python-home=/usr python-path=/var/www/BI-WebApp/avails/xmlgen
<Directory /var/www/BI-WebApp/avails/avails>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
<Directory /var/www/BI-WebApp/avails>
Require all granted
</Directory>
LogLevel info
</VirtualHost>
--
You received this message because you are subscribed to the Google Groups "modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modwsgi+u...@googlegroups.com.
To post to this group, send email to mod...@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.