i have an account with phpwebhosting. i was able to install zope but when i runzope it begins @ hostname domo.phpwebhosting.com instead of starting @ mydomain.org in zope.conf i specified in <http-server> address mydomain.org:8080 and still no luck, any pointers?
Am Dienstag, den 08.02.2005, 20:42 -0500 schrieb boricua Orman:
i have an account with phpwebhosting. i was able to install zope but when i runzope it begins @ hostname domo.phpwebhosting.com instead of starting @ mydomain.org
in zope.conf i specified in <http-server> address mydomain.org:8080 and still no luck,
Above hostname is obviously set as reverse mapping for the ip of the host. Thats the reason for zope to pick it up. (A host can have any number of hostnames for an IP but only one reverse mapping for the IP to a hostname) You can use VirtualHostMonster either directly or via apache rewrite rule (see the little documentation in its management tabs) to set the hostname(s) you want zope to work for.
On Wed, Feb 09, 2005 at 08:42:32AM +0100, Tino Wildenhain wrote:
Am Dienstag, den 08.02.2005, 20:42 -0500 schrieb boricua Orman:
i have an account with phpwebhosting. i was able to install zope but when i runzope it begins @ hostname domo.phpwebhosting.com instead of starting @ mydomain.org
in zope.conf i specified in <http-server> address mydomain.org:8080 and still no luck,
Above hostname is obviously set as reverse mapping for the ip of the host. Thats the reason for zope to pick it up. (A host can have any number of hostnames for an IP but only one reverse mapping for the IP to a hostname)
You can use VirtualHostMonster either directly or via apache rewrite rule (see the little documentation in its management tabs) to set the hostname(s) you want zope to work for. i can't see the tabs since it weont work until i get the correct hostname i'll read the documentation and try to figure it out thanks for the tip
participants (3)
-
boricua Orman -
boricuaļ¼ pepino.is-a-geek.org -
Tino Wildenhain