On Thu, Jul 11, 2002 at 05:52:55PM -0400, Jerry Arns wrote:
Jerry,
Please show the nsvhr and nsunix config parts of all three config files.
Your nsunix config should look like this in the slave server files:
ns_section ns/server/${server}/module/nsunix
ns_param hostname "www.mydomain.com"
ns_param socketfile "mydomian.nsunix"
Do not set the port param for nsunix. If you do it will show the port
number.
Dave
> Hello,
>
>
> I just installed virtual hosting on my machine (using Aolserver3.3ad13)
> I used Jerry's nsvhr/nsunix config found on his site.
>
> I have 3 sites :
> master.mydomain.com:8080
> sub1.mydomain.com:8081
> sub2.mydomain.com:8082
>
> Redirection works well, but the URL in the browser shows the actual port of
> eiher site (8081 or 8082) instead of 8080.
>
> i.e: query ; http://sub1.mydomain.com:8080/index.html
> response : http://sub1.mydomain.com:8081/index.html
>
> It bother me, because when I go live, I will put master.mydomain.com on
> port 80, and I dont want to see any port in the browser URL for my subsite.
>
> Is it possible to :
> query : http://sub1.mydomain.com:8080/index.html
> and have a response : http://sub1.mydomain.com:8080/index.html
> (same port showing, wich means no port showing when on port 80)
>
> Thx