Permalink for this post Trackback URL for this post Comments for this post in RSS format 

IIS and apache on the same server?

It has been know that you may want to use IIS and apache on the same machine. Some web applications will only run under IIS, and some may only run under apache. There are 3 ways to make this work.

(more…)

Permalink for this post Trackback URL for this post Comments for this post in RSS format 

Default install

As a basis for the majority of new installs, I use the Developer Side base system on windows as it provides basically everything. Their site also provides excellent resources for help and support as well as how to do things on Linux

For a Linux install, the core RPMs seem to work fine The linux RMP installs tend to complete with a basic working copy of what you installed and as long as you do it in the right order things are generally fine.

Apache -> MySQL -> PHP -> anything else you need.