the php binary found on php.net has 2 configs:
1) bare php with only mysql module installed. this can only be run as a cgi program, meaning more memory. if you're gonna run a non-public php/mysql only server this is recommended.
2) php with all current stable modules installed. has isapi features (loads php into memory) and is good for public servers.
and about mysql no, you have to download it yourself (unless you're using those packages). download it at http://www.mysql.com and install.
as for apache v2 i've not tried it yet but i think if you're willing to risk a bit of stability that v1.3.x offers for performance then go ahead with v2.
vincent wrote:
Get yourself a package like foxserv (www.fox-hunt.net).
That will setup apache, mysql and PHP for you.
Don't worry about performance, W2K doesn't know the word performance anyway.