Discussion:
[jifty-devel] Two virtual hosts using Jifty::Script::ModPerl2
Stanislav Sinyagin
2008-06-10 11:27:04 UTC
Permalink
Do I understand it correctly, that if I have two virtual
hosts with different DocumentRoot's, this allows me to run two independent
Jifty applications within the same apache process?
r***@bestpractical.com
2008-06-10 14:16:09 UTC
Permalink
I don't see any showstoppers.

However, if you're going to use mod_perl then may be you'll need
different interpreters for those apps. To do that you need
"PerlOptions +Parent" or something like that in your httpd.conf.

With FastCGI things are simpler as memory is not shared.

Also, I don't know about any issues that don't allow you to run two
apps under different paths in one virtual host, but if you'll find any
issues we're sure want to know about them.
Post by Stanislav Sinyagin
Do I understand it correctly, that if I have two virtual
hosts with different DocumentRoot's, this allows me to run two independent
Jifty applications within the same apache process?
_______________________________________________
jifty-devel mailing list
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
--
Best regards, Ruslan.
Thomas Sibley
2008-06-10 14:19:27 UTC
Permalink
Post by r***@bestpractical.com
Also, I don't know about any issues that don't allow you to run two
apps under different paths in one virtual host, but if you'll find any
issues we're sure want to know about them.
I don't believe we support running a Jifty app under anything but the
root. Alex has a semi-complete patch that's been floating around for
such a feature, but it hasn't made it into core yet.

Tom

Loading...