Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

How to configure Apache to work with ISS

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Linking to different folders on system  
Author Message
killerclick

External


Since: Jul 18, 2003
Posts: 1



(Msg. 1) Posted: Fri Jul 18, 2003 10:48 am
Post subject: How to configure Apache to work with ISS
Archived from groups: alt>apache>configuration (more info?)

I've installed Apache 2 on Windows 2000 Professional and it's called
alpha (my computer name) and I can also access it via http://localhost

Now I want to install IIS 5 on the same machine, so it can work
together with Apache, so that I can access Apache with say
http://alpha-apache and ISS with http://alpha-IIS

Is this possible?



thanks

 >> Stay informed about: How to configure Apache to work with ISS 
Back to top
Login to vote
janusz

External


Since: Jul 18, 2003
Posts: 5



(Msg. 2) Posted: Fri Jul 18, 2003 6:56 pm
Post subject: Re: How to configure Apache to work with ISS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

not sure,

but you can have setup so that

http://localhost will be Apache
http://localhost:8080 will be IIS (the port can be different)

Janusz

 >> Stay informed about: How to configure Apache to work with ISS 
Back to top
Login to vote
user2348

External


Since: Jun 28, 2003
Posts: 203



(Msg. 3) Posted: Fri Jul 18, 2003 8:03 pm
Post subject: Re: How to configure Apache to work with ISS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"thx" <killerclick DeleteThis @hotmail.com> wrote in message
news:a8d1a434.0307180648.49b91e22@posting.google.com...
 > I've installed Apache 2 on Windows 2000 Professional and it's called
<font color=purple> > alpha (my computer name) and I can also access it via <a style='text-decoration: underline;' href="http://localhost</font" target="_blank">http://localhost</font</a>>
 >
 > Now I want to install IIS 5 on the same machine, so it can work
 > together with Apache, so that I can access Apache with say
<font color=purple> > <a style='text-decoration: underline;' href="http://alpha-apache" target="_blank">http://alpha-apache</a> and ISS with <a style='text-decoration: underline;' href="http://alpha-IIS</font" target="_blank">http://alpha-IIS</font</a>>
 >
 > Is this possible?

You will need 2 ip address for your machine (and one host name each), and
bind each server to port 80 to the two different ips. There is a problem
with IIS where it listens on all ports apparently, rather than just the one
adapter you need (never seen this myself because like many people here I
wouldn't run IIS if you paid me) see here to fix the issue:
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;238131" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;238131</a>

Or of course you can just run on two different ports, but that's not as
nice.

Richard.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to configure Apache to work with ISS 
Back to top
Login to vote
jgifford

External


Since: Jul 23, 2003
Posts: 2



(Msg. 4) Posted: Wed Jul 23, 2003 11:49 pm
Post subject: Re: How to configure Apache to work with ISS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I've done this for an Intranet where I work, a secondary school...

I wanted to able to use PHP scripting for the majority of the site, due to
it's ability to integrate with database functions. However, alongside of
this PHP use, which I do through an Apache server, our pupil forum is an ASP
system. All the software that has been installed is open source or free
licence stuff, off-the-shelf. Of course ASP and Apache do not blend into
each other, whilst PHP didn't work on the IIS side, though I have read that
the .NET system can support it. Our school servers are NT 4 based so we
don't have access to .NET.

However, I've managed to get both sides working together by using the port
number issue, I changed IIS to port 150 while keeping Apache as port 80. I
also set the default folder for IIS to a particular folder within the site
base folder. The end result is that by adding a Port number to the hyperlink
that points to the forum it all works on our Windows 98/IE6 equipped
workstations.
In other words the link that a pupil uses to get to our forum reads
<a style='text-decoration: underline;' href="http://<server" target="_blank">http://<server</a>>:150 instead of <a style='text-decoration: underline;' href="http://<server" target="_blank">http://<server</a>>. It might be a little
different given the fact that the whole exists within our firewall and none
of the ports, on the particular server that's running the whole site, are
open to the outside world so there's no porting problems.
Overall I must say that the whole works quite well and apart from one server
crash on Apache it has run for the past six months without error...
Our forums are starting to become active as pupils start to realise that the
site exists at all...officially it's still "on test"

John Gifford

"thx" <killerclick.RemoveThis@hotmail.com> wrote in message
news:a8d1a434.0307180648.49b91e22@posting.google.com...
 > I've installed Apache 2 on Windows 2000 Professional and it's called
<font color=purple> > alpha (my computer name) and I can also access it via <a style='text-decoration: underline;' href="http://localhost</font" target="_blank">http://localhost</font</a>>
 >
 > Now I want to install IIS 5 on the same machine, so it can work
 > together with Apache, so that I can access Apache with say
<font color=purple> > <a style='text-decoration: underline;' href="http://alpha-apache" target="_blank">http://alpha-apache</a> and ISS with <a style='text-decoration: underline;' href="http://alpha-IIS</font" target="_blank">http://alpha-IIS</font</a>>
 >
 > Is this possible?
 >
 >
 >
 > thanks<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to configure Apache to work with ISS 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
ProxyRemote does not work - Hi, we have 3 hosts, all redhat 8.0 host1 with apache 2.0.40 external net 80.228.x.x host2 jboss-3.0.7-tomcat-4.1.24 internal net 192.168.x.x host3 postgres internal net 192.168.x.x On host1 in httpd.conf I added : ..

authorisation fails to work - really confused! - Hi, Here's what I've done so far..... (windows btw!) In httpd.conf I changed the .htaccess to the following (for windoze) AccessFileName folder.access So now it should look for files called folder.access, right? I created a password file, which I..

I got a problem with Apache & PHP. - First off, I'm trying to get PHP working with Apache. I added this line to my httpd.conf: AddType application/x-httpd-php .php and I have set index.php to the default index page. When I go to my test page (index.php) with a little <? print(Date(&quot...

Is Apache redirecting? - I'm using a self compiled copy of Apache 1.3.27 with ApacheSSL 1.48, SunONE ASP 3.6.1 (ChiliASP), and the Frontpage extensions v5. I had a difficult time getting these modules all working together, especially the Frontpage extensions. I have several..

Apache Cluster - Hiya all... Looking for some good how-to's, docs on the proper way to build a website with clustered/load-balanced apache servers. There's a lot of info out there and I'm not sure if one is better than the other. Could anyone recommend "industry....
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]