[newbie]selectivity?
Hiya, I'm looking into installing Zope just to play around with it (before I decide if I want to use it or not.) a) Can I use it selectivly? So that I can use it only for one directory tree and use plain Apache for others? b) Can I use PHP with it? I know a lot of people think it is better than PHP, but I have a lot of pages already written in PHP... Thanks! Dave
Hi Dave Dave Linsalata wrote:
I'm looking into installing Zope just to play around with it (before I decide if I want to use it or not.)
a) Can I use it selectivly? So that I can use it only for one directory tree and use plain Apache for others?
Yup. This is a common configuration. Look on the Zope site for the howto on Zope + Apache. The configuration with ProxyPass is the easiest IMHO.
b) Can I use PHP with it? I know a lot of people think it is better than PHP, but I have a lot of pages already written in PHP...
You cannot use your PHP stuff through Zope, but I guess it will still function through Apache. -- Jim Washington
Hi Dave, Jim
b) Can I use PHP with it? I know a lot of people think it is better than PHP, but I have a lot of pages already written in PHP...
Actually there is a php product on Zope.org. I don't know whether it is compatable with 2.3.0/1b*. Jason Straw
participants (3)
-
Dave Linsalata -
Jason Straw -
Jim Washington