Archive: Apache, PHP, mysql, python, perl.. etc all in one package


Apache, PHP, mysql, python, perl.. etc all in one package
Hi,

I`m now working on a webserver package installer which will install standard all the not-so-standard features for w32.

like

apache2
php5
python23
activeperl
isapi
homemade control panel
mysql

So, if anyone is interested,.. help would be appreciated :)


-bws


hmm
what kind of help are you looking for?


For instance,

I have all my config files (php.ini, ... etc) configured to work with my current install path.
So when the files are copied to the installer`s hdd, that path must be changed to their path. Which I think willneed a plugin (haven't found a function to do that).

And it is just a lot to do :-P, so if anyone likes to do some parts of it ;-) help is appreciated


INI? That's easy.... with WriteINIStr handles the .INI :p


I'm also looking for an easy way to ship a basic web server along with PHP and MySQL.

You could start playing with EasyPHP, which ships Apache + PHP + MySQL in a 10MB download. Don't know how easy it would be to tweak it into adding Perl, Python, etc.

http://www.easyphp.org/telechargements.php3

JD.