Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Michael Ni
Listen 192.168.0.10 should work. >>>> >>>>On Mon, Apr 12, 2010 at 8:07 AM, alin vasile >>>>mailto:alinachegal...@yahoo.com>> wrote: >>>> >>>> in httpd.conf it shouldn't be >>>> >>>>Listen 19

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Michael Ni
;http://192.168.0.10:8886/>:8886? >>> >>> >>> >>> >>>*From:* Michael Ni >><mailto:michael...@gmail.com>> >>> >>>*To:* us

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Frank Gingras
sten 192.168.0.10 <http://192.168.0.10:8886/>:8886? *From:* Michael Ni mailto:michael...@gmail.com>> *To:* users@httpd.apache.org <mailto:users@httpd.apache.org> *Sent:* Mon, April 12, 2010 5:39:42 PM *Subject:* Re: [us...@httpd] virtualhost not picking

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Michael Ni
; *From:* Michael Ni >> >> *To:* users@httpd.apache.org >> *Sent:* Mon, April 12, 2010 5:39:42 PM >> *Subject:* Re: [us...@httpd] virtualhost not picking up for non port 80 >> >> yes i have >> >> Listen 8886 >> in the httpd.conf file >> &

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Jason Nunnelley
pril 12, 2010 5:39:42 PM *Subject:* Re: [us...@httpd] virtualhost not picking up for non port 80 yes i have Listen 8886 in the httpd.conf file i tried changing the private ip to localhost, it doesn't work as well On Mon, Apr 12, 2010 at 7:33 AM, Frank Gingras

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Michael Ni
2.168.0.10:8886/>:8886? > > -- > *From:* Michael Ni > > *To:* users@httpd.apache.org > *Sent:* Mon, April 12, 2010 5:39:42 PM > *Subject:* Re: [us...@httpd] virtualhost not picking up for non port 80 > > yes i have > > Listen 8886 > in the httpd.conf file > > i

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread alin vasile
in httpd.conf it shouldn't be Listen 192.168.0.10:8886? From: Michael Ni To: users@httpd.apache.org Sent: Mon, April 12, 2010 5:39:42 PM Subject: Re: [us...@httpd] virtualhost not picking up for non port 80 yes i have Listen 8886 in the httpd.conf fil

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Michael Ni
yes i have Listen 8886 in the httpd.conf file i tried changing the private ip to localhost, it doesn't work as well On Mon, Apr 12, 2010 at 7:33 AM, Frank Gingras wrote: > Michael, > > Make sure you have a corresponding Listen directive before your vhost as > well for that port. > > Frank. >

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Frank Gingras
Michael, Make sure you have a corresponding Listen directive before your vhost as well for that port. Frank. On 04/12/2010 10:20 AM, Michael Ni wrote: i added log in virtual host ErrorLog "logs/asdf-error.log" CustomLog "logs/asdf-access.log" common when i tried again, nothing shows

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Michael Ni
i added log in virtual host ErrorLog "logs/asdf-error.log" CustomLog "logs/asdf-access.log" common when i tried again, nothing shows up on both i also did a httpd -S and got the following C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd -S VirtualHost configuration: 192.168.

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread [triplepack] info (i...@pack3.ch)
Am 12.04.2010 16:00, schrieb Michael Ni: I'm having difficulty on windows XP getting a virtualhost to work with non port 80. it works when i use port 80 in the virtualhost but doesn't work with other ports. i have turned off my firewall, although this is private ip, shouldn't matter i have tri

[us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread Michael Ni
I'm having difficulty on windows XP getting a virtualhost to work with non port 80. it works when i use port 80 in the virtualhost but doesn't work with other ports. i have turned off my firewall, although this is private ip, shouldn't matter i have tried ports 8080, , 8000, and now with 8886.