[Zope-Checkins] CVS: Zope/lib/python/ZPublisher/tests -
testBaseRequest.py:1.4
by Jeremy Hylton other posts by this author
Feb 27 2004 7:35PM messages near this date
Re: [Zope] Set cache association on creation
|
[Zope] None
ServerAlias dev.mydomain.com.au
ServerAdmin webmaster@[...].au
RewriteEngine on
RewriteRule ^/(.*)
http://192.168.0.4:8080/VirtualHostBase/http/dev.mydomain.com.au:80/mydomain/VirtualHostRoot
/$1 [P]
</VirtualHost>
-------
in my VHosts.conf file
when i view dev.mydomain.com.au i get the following error.
-------
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
Hint: https://dev.mydomain.com.au/
-------
when i click on the link it takes me to the default page for an apache
site, not the zope page!
Has anyone got any ideas?
btw. when i get some free time (in the next week hopefully) i will be
modifying the zsyncer product to sync in both directions. I am more than
happy to send the source to anyone who wants it.
-tim zegir
_______________________________________________
Zope maillist - Zope@[...].org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )
|