IIS, XAMPP and domain issue

Problems with the Windows version of XAMPP, questions, comments, and anything related.

IIS, XAMPP and domain issue

Postby iamar » 28. November 2009 20:09

Hi people!

I have a problem. Here's my details:

1) I have a domain configured at IIS, fully working, using ASP.
2) I've just installed XAMPP, listening on port 8080 (changed twice on httpd.conf and twice in ssl file).
3) I need to access, from world, to that domain in that port, so:
a) Direct access to domain (port 80) points to IIS: sampledomain.com -> IIS
b) Access to domain in port 8080 points to Apache: sampledomain.com:8080 -> Apache.

Current settings at httpd.conf:

Listen 10.0.35.16:8080
# i've tried localhost too

#NameVirtualHost *:8080
#10.0.35.16

<VirtualHost *:8080>
ServerName mydomain.com
DocumentRoot "F:/Webs/mysite"
ServerAlias www.mydomain.com *.mydomain.com


</VirtualHost>

DocumentRoot "F:/Webs/mysite"

Thanks, Iamar
iamar
 
Posts: 3
Joined: 28. November 2009 20:02

Re: IIS, XAMPP and domain issue

Postby Nobbie » 28. November 2009 21:06

And where is the problem?
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04

Re: IIS, XAMPP and domain issue

Postby iamar » 28. November 2009 21:20

Sorry!

basically, going to mydomain.com:8080 isnt going to apache.

Thanks, Iamar.
iamar
 
Posts: 3
Joined: 28. November 2009 20:02

Re: IIS, XAMPP and domain issue

Postby Wiedmann » 28. November 2009 21:35

basically, going to mydomain.com:8080 isnt going to apache.

And instead?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: IIS, XAMPP and domain issue

Postby iamar » 28. November 2009 21:53

We have Server response, but it doesnt reach apache.
Finally conection closes.

Thanks, Iamar.
iamar
 
Posts: 3
Joined: 28. November 2009 20:02

Re: IIS, XAMPP and domain issue

Postby Wiedmann » 28. November 2009 21:57

So you have to verify your firewall and router setting.
-->
- with only changing the Listen directive in httpd.conf to 8080,
- and if mydomain.com is pointing to the IP of your server
- a request for "http://mydomain.com:8080/" must go to the Apache server
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 130 guests