Linux-Noob Forums
linux-noob.com apache updated to 1.3.33 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: General Stuff (https://www.linux-noob.com/forums/forum-4.html)
+--- Forum: Site News (https://www.linux-noob.com/forums/forum-66.html)
+--- Thread: linux-noob.com apache updated to 1.3.33 (/thread-2968.html)



linux-noob.com apache updated to 1.3.33 - anyweb - 2004-12-28


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>