[Typo3-windows] Unstable IIS 5.1 on XP

nigel jackson nigelj at pobox.com
Wed Jul 23 14:36:50 CEST 2003


> I know that you can assign diffent port to the different serves, but how
> does this work?
> 
> When the DNS is forwarding a request for ex. typo.myserver.com how do you
> get the apache to take this request while the IIS takes the request for
> myserver.com?

for example (I'm sure there are other ways to do this...)

- leave iis on port 80
- tell apache to use another port...look for the Listen directive in section 1 
in httpd.conf...just insert the other port number (e.g. Listen 8080)
- leave the iis sites set up exactly as they are (I assume they're already 
working)
- in httpd.conf, set the following directives (as a minimum...there are many 
others you can use) for the site that you want in apache...
   - ServerAdmin
   - DocumentRoot
   - DirectoryIndex
   - <Directory "C:/your path must be the same as DocumentRoot">
	</Directory>
   - ServerName

HTH

Nige




More information about the TYPO3-windows mailing list