RE: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Mike Kay
Thank you all for your input. Let me be specific about what this server I'm building is to do. It's MAIN purpose is to use as a Bugzilla machine. Bugzilla requires a database, a Web server, ActivePerl and a mail server. The Bugzilla docs stated the preferred platforms as Mysql, Apache - and along

RE: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Mai-lan Tomsen Bukovec
Hi, Jacob: My name is Mai-lan and I run the engineering IIS team here at Microsoft. I also run the PHP on Windows effort at Microsoft, which means I have an engineering team that focuses on PHP support and great Interop on Windows. One thing that I wanted to ask: 1. Had you heard of/knew about

RE: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Hartman, Matthew
Same here, only Apache gets port 8080 and 443 (SSL). I'm pushing WAPP for new projects here but we have a zillion ASP.NET / SQL Server projects which means I have to have both IIS and Apache on my machine. WAMP has already been mentioned, but WAPP's mighty fine too using PostgreSQL rather than My

Re: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Jacob Kruger
That's partly why I run IIS on port 80, and the apache from WAMP on port 81, so they can run alongside each other. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Gunawan Wibisono" To: Cc: Sent: Friday

RE: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Brereton, Stephen
If you've installed Apache on server 2008 (2007 dne!)( Or did you mean Vista?) There should be no problem, as IIS does not get installed automatically on a 'standard' build. If IIS is installed, it may well be fighting Apache for the use of port 80. Of course, its up to you which web server y

Re: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Gunawan Wibisono
i believe the problem is iss try stop the ISS.. hope the problem solve but I heard about 2007 make problem on apache/webserver if this still continue.. u must install apache, php & mysql seperated On 5/28/09, Mike Kay wrote: > Greetings. I am trying to get PHP installed and working on a Windows

Re: Fwd: [PHP-WIN] getting started - need pointers

2009-05-29 Thread Jacob Kruger
Are you browsing your localhost server: http://localhost/ That host name standardly maps to the IP address 127.0.0.1, and that's the local instance of your web server. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message -