Adinda Praditya a écrit :
Hi list,

I finally got CPS working with apache VirtualHost directive with the settings stated on http://www.cps-project.org/static/doc/howto-virtual_hosts.html#simple-virtual-host-http-https-configuration

What was the solution to the previous problem?

The problem now is, when i access user's website locally, i get a 404 error (Object not found!). However, there's no such error when i accessed addresses like http://127.0.0.1/phpmyadmin.

Maybe that's because you used something like:

NameVirtualHost 192.168.0.23:80

Which makes it only work on the interface with IP 192.168.0.23.
You could try instead:

NameVirtualHost *:80

If i access both of them from another machine, i got a resource-not-found CPS error (The resource you asked was not found. If the document has moved you may find it using the search form below. etc. ...)

What should i checked? Did i miss something?

Can you have a look at the $INSTANCE_HOME/log/Z2.log content and see what kind of request Zope is receiving from apache?

--
Olivier

_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to