Re: [us...@httpd] localhost ipv6 problem

2010-11-17 Thread coeus.si
I've found a bug report for this issue, and it should be fixed in version 2.2.12 (I am using 2.2.17). https://issues.apache.org/bugzilla/show_bug.cgi?id=46195 I've also tried suggested workaround - add a line to "c:\Windows\System32\drivers\etc\hosts" ::1 mydummy and modified Apache config

Re: [us...@httpd] localhost ipv6 problem

2010-11-17 Thread coeus.si
Thanks Igor, I guess I will file a bug report. Cheers, Bosjtan On 17.11.2010, at 7:09, Igor Galić wrote: > > - "coeus.si" wrote: > >> Hi, >> >> I am running Apache on Win Server 2008 and I am trying to configure it >> as a proxy serving another application that runs on localhost:8020. >>

Re: [us...@httpd] localhost ipv6 problem

2010-11-17 Thread Igor Galić
- "coeus.si" wrote: > Hi, > > I am running Apache on Win Server 2008 and I am trying to configure it > as a proxy serving another application that runs on localhost:8020. > The configuration is as follows: > > > DocumentRoot "C:/myApp" > > ServerName example.com > ErrorLo

[us...@httpd] localhost ipv6 problem

2010-11-16 Thread coeus . si
Hi, I am running Apache on Win Server 2008 and I am trying to configure it as a proxy serving another application that runs on localhost:8020. The configuration is as follows: DocumentRoot "C:/myApp" ServerName example.com ErrorLog "logs/example-error.log" CustomLog "logs/e