time to update again
this involved the following
download apache 1.3.33
or
Code:
wget http://apache.dataphone.se/httpd/apache_1.3.33.tar.gz
then untar it as follows
Code:
tar zxvf apache_1.3.33.tar.gz
once done move it as follows
Code:
mv apache_1.3.33 /usr/local/src/
once moved lets compile it !
Code:
cd /usr/local/src/
cd apache_1.3.33
./configure --prefix=/usr/local/apache \--enable-module=so
make
make install
ok compiling done, lets restart apache
(by the way all this time apache was HOSTING this site :-) no interuptions at ALL
Code:
/usr/local/apache/bin/apachectl stop
/usr/local/apache/bin/apachectl start
done !
cheers
anyweb
<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-36-1104271145.png" data-fileid="242">[img]<fileStore.core_Attachment>/post-36-1104271145.png[/img]</a>