Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
linux-noob.com apache updated to 1.3.33
#1

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>



Attached Files
.png   Screenshot_16.png (Size: 154.48 KB / Downloads: 140)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)