Hello All,
I need to remove the domain name and use IP address. Can It be done??
when I do the changes,
WSGIDaemonProcess 192.168.1.6 processes=2 threads=5 display-name=%{GROUP}
ApAcHe error_logs say the following
Daemon process called '192.168.1.6' cannot be accessed by this WSGI
application: /home/dev/wsgi-scripts/index.py
I was reading through the documentation, and It did say 'name" will
work, NOT IP. As the DNS name is over LAN / local, this arrangement is
giving me troubles over Internet.
https://www.healthcare.in/home.py -- gives error with home page ONLy
but
https://192.168.1.6/edit.py --- Does NOT give any error with any
other pages. Or if I give the public IP it works. but the moment I
click on "Home" on the web page, I get the above error.
*************************
https://192.168.1.6/index.py -- in browser
==> Below is the ERROR given by Chrome
Access to the webpage was denied
It is likely that the server hosting the webpage has been overloaded
or encountered an error. In order to avoid
causing too much traffic and making the situation worse, Google Chrome
has temporarily stopped allowing requests to the server.
If you think this behavior is undesirable, for example, you are
debugging your own website, please visit the
chrome://net-internals/#httpThrottling page, where you can find more
information or disable the feature.
Error 139 (net::ERR_TEMPORARILY_THROTTLED): Requests to the server
have been temporarily throttled.
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/modwsgi?hl=en.