[Zope] Zserver newbie question

Pavlos Christoforou pavlos@gaaros.msrc.sunysb.edu
Fri, 17 Dec 1999 00:49:32 -0500 (EST)


On Thu, 16 Dec 1999, Barbara Pfieffer wrote:

> If I run mydomain.com:8080/index.html  I get the Zope files.  If I go to
> mydomain.com/index.html, I get my regular files, just like before.  Let's
> say I have my Zope-powered website ready to go.  Do I just hook up the
> FastCGI to Apache (yeah, I know it's not that easy, especially since I
> don't have access to httpd.conf and have to use .htaccess instead), and
> then mydomain.com/index.html will bring up my Zope pages?
> 
> Have I got this theory right, or am I missing something?  Thanks for the
> help in advance.

Yes. I just did it today and it works fine. Only I used the httpd.conf
file. I am not sure it is doable with just the .htaccess file. For one the
apache server needs to load the module and that requires administrative
action.

Pavlos