logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache on Windows 2003 Web Edition
Author
elaverick



Joined: 08 Jan 2007
Posts: 1

PostPosted: Tue 09 Jan '07 0:12    Post subject: Apache on Windows 2003 Web Edition Reply with quote

I'm about to purchase the Microsoft Action pack and I've already got roles marked out for the Windows SBS and Windows 2003 servers this does however leave a copy of the Windows 2003 Web Edition kicking about.

I'd quite like to use this as a platform for my web server, however I'm really not keen on IIS and would much rather use Apache 2. The underlying system restrictions present in the Web Edition aren't too much of a problem (I have no need for more than 2GB of memory and I'd rather use MySQL over SQL Server anyway) however I was wondering if there were any gotchas I should look out for with regards to using Apache on something so strongly designed around IIS.

Has anyone tried this before? Do you have any tips or suggestions that might help me along the way?

Regards

E.Laverick
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 09 Jan '07 10:31    Post subject: Reply with quote

Hello E.Laverick,

I'm running Apache 2.2.3 on Standart Edtion. Apache runs well. By any unkown issue sometimes I can't restart apache and have to stop and start it. This phenomenon I saw only on the german edtion. Shocked

If you want to run apache on windows in the internet you should use a router or something like that to block all ports but 80.
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Tue 09 Jan '07 22:07    Post subject: Reply with quote

I'm running Apacha 2.2.3 on Windows Server 2003 WEB edition.
And everything runs fine. Except the crashes of Apache Child threats. But I guess It has something to do with the one of the many PHP extensions I'm running
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3057
Location: Hilversum, NL, EU

PostPosted: Tue 09 Jan '07 22:31    Post subject: Reply with quote

When PHP is crashing Apache then it is advised to use mod_fcgid (Fastcgi). PHP is then not pulling Apache down.

Running as Fastcgi memory usage of Apache is far less en the Speed is on par when running as module. There are advantages to running PHP with FCGI. Separating the PHP code from the web server removes 'bloat' from the main server, and improves the performance of non-PHP requests. Secondly, having one permanent PHP process as opposed to one per apache process means that shared resources like persistent MySQL connections are used more efficiently. And maybe even more important is stability, since I run FCGI my server never crashed caused by php (extension) errors.


Steffen
Back to top
funkyspider



Joined: 17 Jan 2007
Posts: 16
Location: Oldham, UK

PostPosted: Wed 17 Jan '07 16:56    Post subject: Reply with quote

Can you give me a bit more info on this fastcgi

I work on a site which has Windows 2003, apache 2.2 and php 5.2 and randomly get apache crashes caused by php5ts.dll

There doesn't seem to be a definitive solution for this problem other than rolling back to old versions of apache and php, and that's not 100% successful or something I really want to do.

I need to make this site reliable but i'm not really a server person, but this sounds like it could help......... would it? Or would it just be another way to have a unreliable site if php and apache is the main issue?
Back to top


Reply to topic   Topic: Apache on Windows 2003 Web Edition View previous topic :: View next topic
Post new topic   Forum Index -> Apache