Hi guys

Two short questions:

-how many instances of the application.fcgi script should I see when I
use "ps -ax | grep application" ?  I am afraid that because of the
mode I use modrewrite my application is spawning instances to serve
small files like pictures, css files and so on. Is is normal to spawn
one instance for each controller I call or each static file that I
need?

-what do I have to do to instruct the application that it is actullay
workinging withing "/Others/Myapp/" instead of "/" ? Right know all
the links are are originating from /. for example I believe I should
have the login link pointed to

/Others/MyApp/myapp.fcgi/account/login

and not to

/account/login

as it seems to be the case now after I installed the application to
run as Fastcgi script.

Thanks a lot for replies and for understanding

PF

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to