[CPS-users] Re: Part II: CPS with apache virtualhost directive

Olivier Grisel ogrisel at nuxeo.com
Tue Jun 20 12:51:38 CEST 2006


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



More information about the cps-users mailing list

This list archive provided by Nuxeo, the leaders of open source ECM. Check out the Nuxeo 5 open source, standards-based ECM project.