Dave Watkins wrote:
> Hi All,
> 
> Just wondering .......
> 
> Should one be installing Apache or Apache2 these days?
> 
> Prefork or Worker?
> 
> System will be used as a LOCAL development and testing box and will be
> hosting multiple domains.
> 
> PHP and mySQL will also be installed.
> 
> Any other suggestions that I might miss would be appreciated.
> 

To echo the comments so far, Apache2 and perfork.

Apache2 has been out and recommended by the Apache people (up until 2.2
was declared stable) for something like five years. I've been running it
for about that long on a web hosting operation and had no trouble with it.

Depending what you're developing, you might consider using suPHP to run
your PHP scripts under a user specified for each web site. (That lets
you run different versions of PHP on different sites or in different
folders if you get creative with the configuration, too.) That runs PHP
using the CGI SAPI but it allows the PHP binary to be outside the
document root of the web site so most of the security issues mentioned
in the PHP documentation do not apply.

-- 
William Astle
finger [EMAIL PROTECTED] for further information

Geek Code V3.12: GCS/M/S d- s+:+ !a C++ UL++++$ P++ L+++ !E W++ !N w---
!D !M PS PE V-- Y+ PGP t+@ 5++ X !R tv+@ b+++@ !DI D? G e++ h+ y?

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to