Virtual Host set up on Oracle iAS httpd conf
Hi,
I have installed Oracle iAS and patched it.
The two URLs it has given both work, as follows.
http://dev26-mgt:7777
----------------------------------------
Use the following URL to access the Oracle Enterprise Manager Application Server Control:
http://dev26-mgt:1810
then I have edited the /disk0m1/app/oracle/product/ias_midtier/Apache/Apache/conf/httpd.conf file
and added
#NameVirtualHost 11.189.24.58:1810
NameVirtualHost 11.189.24.58
#<VirtualHost 11.189.24.58:1810>
<VirtualHost 11.189.24.58>
DocumentRoot /disk0m1/FML/web
DirectoryIndex cpl.htm
ServerName devdr.leeds.gov.uk
</VirtualHost>
However when I enter the http://devdr.leeds.gov.uk it does not find the new virtual server.
I have tried with the port http://devdr.leeds.gov.uk:1810 and it connects but not to the /disk0m1/FML/web/cpl.htm where it should take me.
FYI in the httpd there is also mention of
# This port is used when starting without SSL
#Port 1810
Port 7777
Listen 7778
I am not sure if the port no's are relevant.
Please can someone help me set up virtual host for first time so I can connect to cpl.htm by just entering the URL http://devdr.leeds.gov.uk
Any help appreciated.