The first argument to WSGIDaemonProcess can be any value so long as
WSGIProcessGroup matches it. The issue is the placement and ordering in
some cases. You likely therefore have simply defined it in the wrong place
for where the WSGIProcessGroup is that you have set up to refer to it.

You will need to provide more of the configuration, showing where
WSGIDaemonProcess and WSGIProcessGroup are defined. In other words, whether
in or outside of VIrtualHost and which VirtualHost. Also show where
WSGIScriptAlias is in relation to that and what the full arguments are to
it are, plus if using WSGIImportScript, where that is defined and the full
arguments.

Graham

On Thursday, 19 January 2012, nitin chandra <[email protected]> wrote:
> 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.
>
>

-- 
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.

Reply via email to