Jump to content

PHP on Windows VPS


asmith

Recommended Posts

Hi,

 

Since I'm interested to run some windows applications, I'm about to get a windows vps, And I want to install Apache, MySQL and PHP5 on it, Just like what I used to do on linux.

 

My other choice is, I can Install Wine on linux and run those apps on linux also.

 

If I go with windows, What exactly I would miss? How smooth I can get my PHP to be running on windows servers?

 

 

Link to comment
https://forums.phpfreaks.com/topic/165296-php-on-windows-vps/
Share on other sites

Thanks thorpe for the reply :)

 

I've been using PHP on linux servers about 2 years now. I've heard a few times people not liking windows servers at all and complaining about its security problems. Since I was always on linux I never cared about how windows servers function.

 

I've installed PHP on windows XP on my local computer. I guess I won't have any problem handling a windows vps through a remote desktop control.

 

Any advice is greatly appreciated. :)

Link to comment
https://forums.phpfreaks.com/topic/165296-php-on-windows-vps/#findComment-871714
Share on other sites

I work with remote windows servers all day at work, and yeah, they suck. Just my opinion, I'd much rather be working on Linux like I do at home. At least you'll be using Apache and MySql, so thats some relief. I'm stuck with IIS and MSSql. Because of IIS's threading model I've had to er on the side of caution (rather than performance) and install php under fastcgi rather than as an asapi module. We also had to purchase several licenses for asapi rewrite as IIS has no url rewriting mechanisms built in.

 

Using Apache and MySql you won't really notice too much difference in your development environment besides the obvious lack of a decent shell. But there again, you could easily install Python (as I have) or even use PHP's cli for those commonly scripted tasks.

Link to comment
https://forums.phpfreaks.com/topic/165296-php-on-windows-vps/#findComment-871812
Share on other sites

Because of IIS's threading model I've had to er on the side of caution (rather than performance) and install php under fastcgi rather than as an asapi module.

 

I think the recommended method of installing PHP on IIS is using FastCGI.

 

[...] as IIS has no url rewriting mechanisms built in.

 

You can (for IIS7 at least) download a free rewriting module from Microsoft: http://www.iis.net/extensions/URLRewrite

 

 

I don't have anything particular against IIS, but I find Apache easier to work with. Possibly because that's what I'm accustomed to.

Link to comment
https://forums.phpfreaks.com/topic/165296-php-on-windows-vps/#findComment-871822
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.