Hello all,
This thread holds information about our customapache build script. It allows everyone to rebuild apache easily and customize php more easily.
Comes with:
Apache 1.3.33
mod_ssl 2.8.22
mod_perl 1.29
php 4.3.11
zend 2.5.7
gd 2.0.33
libjpeg 6b
libpng 1.2.7
libmcrypt 2.5.7
zlib 1.2.1
curl 7.12.3
mod_frontpage 1.6.1
Frontpage 5.0.2.2510
mhash 0.9.1
zzip 0.10.82
As root, type:
Code:
cd /usr/local/directadmin
mkdir customapache
cd customapache
wget http://files.directadmin.com/services/customapache/build
chmod 755 build
./build update
./build all
And if you want to have Zend, after the whole thing finishes, type:
./build zend
and answer all questions.
Zend install = /usr/local/Zend
php.ini = /usr/local/lib
Apache config dir = /etc/httpd/conf
php = 4.3.9
apache bin = /usr/sbin
it will try to restart the server, which might fail, so type
service httpd restart
I've tested it on my box at home, and our test box. Let me know how it goes for you guys. Takes about 15 minutes on a 750Mhz.
You can have a look at the <? phpinfo(); ?> that it will produce here:
http://files.directadmin.com/info.php
If you have any comments on the default ./configure for apache and php, I'd love to hear them.
Thanks,
John