Problem with Site Studio sites unde Linux - Ubuntu 9.10
Hello all,
I installed UCM under Linux (Ubuntu 9.10). As part of the setup I configured the installed Apache server by adding to apache2.conf:
LoadModule IdcApacheAuth /opt/oracle/ucm/server/shared/os/linux/lib/IdcApache22Auth.so
IdcUserDB idc "/opt/oracle/ucm/server/data/users/userdb.txt"
Alias /idc "/opt/oracle/ucm/server/weblayout"
<Location /idc>
Order allow,deny
Allow from all
DirectoryIndex portal.htm index.htm
IdcSecurity idc
</Location>
UCM interface works as expected and all was working ok.
I then followed the Site Studio Tutorial Setup Guide and added some lines to the apache2.conf and it now looks like:
LoadModule IdcApacheAuth /opt/oracle/ucm/server/shared/os/linux/lib/IdcApache22Auth.so
IdcUserDB idc "/opt/oracle/ucm/server/data/users/userdb.txt"
Alias /idc "/opt/oracle/ucm/server/weblayout"
<Location /idc>
Order allow,deny
Allow from all
DirectoryIndex portal.htm index.htm
IdcSecurity idc
</Location>
UseCanonicalName off
<Location "/">
IdcSecurity idc
</Location>
Afterwards I installed the Ravenna Hosting Tutorial. It appears ok in the site studio configuration pages. But when I try to view the site I get a 404. In apache access.log I see:
172.18.0.160 - - [01/Mar/2010:10:25:58 +0000] "GET /RVH/index.htm HTTP/1.1" 404 499 "http://ucm/idc/idcplg?IdcService=SS_GET_SITES_ADMIN_PAGE" "Mozilla/5.0 (Windows; U; Windows NT 6.0; pt-PT; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB5 (.NET CLR 3.5.30729) WIT Toolbar 2.0.17 for Firefox"
And in error.log I have:
[Mon Mar 01 10:28:05 2010] [error] [client 172.18.0.160] File does not exist: /var/www/RVH, referer: http://ucm/idc/idcplg?IdcService=SS_GET_SITES_ADMIN_PAGE
Can someone give me a hand at what I'm doing wrong?