bws
28th December 2003 21:06 UTC
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
LazyBear
29th December 2003 10:10 UTC
hmm
what kind of help are you looking for?
bws
29th December 2003 11:09 UTC
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
Joel
29th December 2003 16:27 UTC
INI? That's easy.... with WriteINIStr handles the .INI :p
janedoe2003
1st January 2004 15:56 UTC
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.