Wednesday, November 12, 2014
Apache 2.4 Binary Installation
1. Download Apache Binary link
2.Extract Binary using tar xvfz httpd-2.4.10.tar.gz
3.Download Apr and Apr_Util extract and copy it to /srclib/apr and ./srclib/apr-util inside apache folder
4 . In case you get error for pcre Download link and install it on /usr/local/pcre
./configure --prefix=/usr/local/pcre
make
make install
5. once this is completed start compiling Apache with
./configure --with-included-apr --prefix=/opt/apache --with-pcre=/usr/local/pcre
make
make install
Subscribe to:
Post Comments (Atom)
curl and cacert
curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST
-
Command to Run setcap 'cap_net_bind_service=+ep' /opt/apache/bin/httpd httpd is the custom script i made to run apache.
-
Almost all Latest Linux will automatically mount. But if you are facing this issue don't worry. login as root open terminal 1.type fdi...
-
If u have internet connection its very easy. Open an mp3 with mplayer it will ask you to download a codec for mp3 as well as for videos . Bu...
No comments:
Post a Comment