Zserver newbie question
My web host is running Apache. I've gotten Zope installed, and if I telnet in and start. the ZServer starts running. If I go to port 8080/manage, everything is great. Now, the rest may be part of the Zen of Zope, but I can't find anything in the documents. 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. Barbara ------------------------------------------------ Make Your Site Sell! Products http://www.myssproducts.com/ Learn How to have a profitable, successful Web Site! FREE Download! -------------------------------------------------
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
participants (2)
-
Barbara Pfieffer -
Pavlos Christoforou