• 0

webserver [all in one package]


Question

I have used FoxServ in the past, but I am not happy with newer versions of it. anyone know of another good all in one package?

php

apache

mysql

phpmyadmin

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Why not download all and install yourself? Most set you up with a weird setup that is non-standard an will probably confuse you when installing scripts. It's really not THAT hard, and will be quite rewarding in knowing how these things work.

Link to comment
Share on other sites

  • 0
Why not download all and install yourself? Most set you up with a weird setup that is non-standard an will probably confuse you when installing scripts. It's really not THAT hard, and will be quite rewarding in knowing how these things work.

just about to say that

Link to comment
Share on other sites

  • 0

Use Linux for a real web server.

apt-get install apache

apt-get install php4

apt-get install mysql-server

apt-get install phpmyadmin

There you have it...

Link to comment
Share on other sites

  • 0
Use Linux for a real web server.

apt-get install apache

apt-get install php4

apt-get install mysql-server

apt-get install phpmyadmin

There you have it...

It'd be smarter to compile mysql by yourself. You can get up to 50%-ish of a speed boost if ./configure-d right! :s

Plus, real men compile Apache from source (on windows, no less ;) )

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.