Apache and IIS5 working together
Posted by: Lacroix (---.net.my)
Date: November 24, 2006 09:47PM

How to configure double server on one workstation?

e.g.

Initially I got the IIS5 working with the ASP running on my machine (c:\inetpub\wwwroot)

How do I install a wamp5 into the 'working' IIS/ASP


#note: I'd like to run and test both ASP & PHP

Options: ReplyQuote
Re: Apache and IIS5 working together
Posted by: Lacroix (---.net.my)
Date: November 24, 2006 10:33PM

Well sorry guys..... just turns out that I have to change the port listening other than 80 (because 80 is a favorite for IIS)

Well to others ........ change the httpd ports (or any ports with 80) to OTHER THAN 80!


Have a good programming

Options: ReplyQuote
Re: Apache and IIS5 working together
Posted by: CyberSpatium (71.237.217.---)
Date: November 25, 2006 03:54PM

an easier way to get iis to work with php is just to install php for iis servers. then you dont need to run two servers since php will be working on your iis server


CyberSpatium
WAMP English Forum Admin

Options: ReplyQuote
Re: Apache and IIS5 working together
Posted by: alpaygunes (---.dynamic8121536231.ttnet.net.tr)
Date: November 25, 2006 08:51PM





Post Edited (11-25-06 20:53)

~~~~~~~~~~~~~<0>~~~~~~~~~~~~~

Options: ReplyQuote
Re: Apache and IIS5 working together
Posted by: Lacroix (219.93.153.---)
Date: November 26, 2006 08:21AM

Got any links for IIS & php tutorials? The php.net tutorial is "a bit confuse".....

Options: ReplyQuote
Re: Apache and IIS5 working together
Posted by: Lacroix (219.93.153.---)
Date: November 26, 2006 08:25AM

If I am going to use IIS & Php, then I don't really need to use a package like Wamp server?

I have tried to configure IIS, PHP and mySQL but gave up after result of configuring turns "messy"

I need a "few" tutorials for the marriage between IIS-PHP-mySQL.


Any links?

Options: ReplyQuote
Re: Apache and IIS5 working together
Posted by: Lacroix (219.93.153.---)
Date: November 29, 2006 05:46AM

Dear CyberSpatium,

I've create/install manually php/mySQL on another workstaion running IIS5.0.

Manage to install everything and test the phpinfo() beautifully.
Am wondering.... how do I test an *.asp file? I have a simple code for VBscript of such :

<%
response.write(FormatDateTime(date(),vbgeneraldate))
response.write("<br />"winking smiley
response.write(FormatDateTime(date(),vblongdate))
response.write("<br />"winking smiley
response.write(FormatDateTime(date(),vbshortdate))
response.write("<br />"winking smiley
response.write(FormatDateTime(now(),vblongtime))
response.write("<br />"winking smiley
response.write(FormatDateTime(now(),vbshorttime))
%>

<p>
Syntax for FormatDateTime: FormatDateTime(date,namedformat).
</p>

and save it as date.asp
but cannot access it. Does this have to do with the port?

Options: ReplyQuote
Re: Apache and IIS5 working together
Posted by: CyberSpatium (71.237.217.---)
Date: November 29, 2006 07:28AM

I am not a fan of microsoft, i do not develop with any of their junk, especially asp, c#, vb, etc. why pay thousands of dollars for windows 2003, iis, mssql, visual studio, etc to develop with when can use an free opensource workstation os like freebsd, redhat linux, suse, etc and develop programs and scripts with open source languages like gtk, perl, php and an opensource database server like mysql.

I only use windows now when i want to play games, or develop websites with macromedia dreamweaver and adobe photoshop.

also, here is how to install php successfully for windows os with php and apache/iis:
[www.php.net]

CyberSpatium
WAMP English Forum Admin

Options: ReplyQuote
Re: Apache and IIS5 working together
Posted by: Lacroix (219.93.153.---)
Date: November 29, 2006 10:44AM

Sorry about the "asp" stuff.

Frankly, I don't really fancied with Bill Gates idea. I am the
GNU/free-for-all codes nooby. I am currently a OOO user at the office rather than Office Pro by the so-called 'billionaire'.

Don't worry, I am using the married of IIS/php because of the office
'view' and collaboration with the Microsoft product; the company is
using asp & cfm.

Back at home, I am with my 2 workstations equipt with Debian &
Mandrake; Apache/php/mySQL.

You're same with me developing using the Macromedia products
(photoshop, dreamweaver) but no games for me..... I just could'nt get
the hang of it; yet.


Anyway... thanks for the link.

..................

BTW I've suddenly manage to 'double' install the webserver juz for the office sake.

Options: ReplyQuote


Sorry, only registered users may post in this forum.