Title: Message
I have that in place, except that since we are only doing virtual hosting by name, I used an asterisk instead of an IP address in the tags.
 
i.e.
NameVirtualHost *
 
<VirtualHost *>
...
</VirtualHost>
 
Patrice.
-----Original Message-----
From: RAJESH DAYAL [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 22, 2003 2:59 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: iAS Apache name-based virtual hosting

Hi,

Did you specify the documentroot in the new virtual-host definition.?

From documentation the full specs for name based Virtual-Hosting is

########

NameVirtualHost 144.25.187.172

 

<VirtualHost 144.25.187.172>

    DocumentRoot /usr/local/apache/htdocs1

    ServerName hostname1

    ErrorLog logs/error_log

    CustomLog logs/access_log common

</VirtualHost>

########

HTH,

Rajesh

 

 


http://www.gridapp.com

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boivin, Patrice J
Sent: Monday, July 21, 2003 2:14 PM
To: Multiple recipients of list ORACLE-L
Subject: iAS Apache name-based virtual hosting

Has anyone managed to make name-based virtual hosting work on Apache bundled into iAS for Win32?

 

We configured Apache here, but strangely the original hostname still works.

 

We see the same page whether we type in the virtual hostname or the actual host name.

 

I would have thought that with a <VirtualHost> tag, the actual host name would not point to the virtual host's page.

 

I must have forgotten to do something somewhere...

 

Patrice.

Reply via email to