Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 4 instances of oracle 8iAS
RDJR wrote:
> Running Apache 1.3 on HP-UX 11.i
>
> Here is what I need-
>
> 4 Apache Instances using 4 different IP addresses all on port 443.
>
> I need the production port to be the root of the URL.
>
> https://www.example.com/ --------production
>
> I need a test instance.
>
> https://www.example.com/test -------test
>
> I need 2 development instances
>
> https://www.example.com/dev1 ---------------dev1
> https://www.example.com/dev2 ---------------dev2
>
> Any suggestions on how this would most easily be accomplished using
> the 4 instances of apache?(Each Apache instance is running Oracle
> instances, I need the www.example.com/ to stay the same for Verisign
> licensing reasons.)
>
>
> Thanks for any suggestions in advance.
RTFM on apache, especially virtual hosts
1 Apache process ("instance" - bad word for Apache on c.d.o.server),
4 different hostnames.
Oops - what you want is even more simple; 1 root, and 3
virtual directories! Same comments apply
-- Regards, Frank van BortelReceived on Sat Dec 06 2003 - 09:22:54 CST
![]() |
![]() |