skip to main | skip to sidebar

Linux Tutorial for Beginners

Pages

  • Home
 
  • RSS
  • Twitter
Thursday, February 14, 2013

Apache Installation and Configuration through source code

Posted by Raju Gupta at 5:29 AM – 78 comments
 

In this example we extract the source code to a directory under /usr/local/src/


cp httpd-2.0.46.tar.gz /usr/local/src

 cd /usr/local/src

 gunzip httpd-2.0.46.tar.gz

 tar -xvf httpd-2.0.46.tar

 rm -f httpd-2.0.46.tar

 cd httpd-2.0.46


You will see quite a few options there, we will set the prefix (the directory to install apache, we picked /usr/local/apache2) and also tell it which modules to compile and install. We will tell configure to compile and install all modules as shared DSO libraries, that way we can easily enable and disable them in the httpd.conf file. Here's how we ran configure:

 ./configure --prefix=/usr/local/apache2 --enable-mods-shared=all

Compile Apache Now to compile apache we run make this compiles the source code into executable binaries.

 make

Installing Apache The next step copies the binaries into the install directory, and sets up the modules.

make install

Starting/Stopping/Restarting Apache Now to start/stop apache use apachectl in the bin directory of your install dir.

 cd /usr/local/apache2/bin
 
 ./apachectl start
 
 ./apachectl stop
 
 ./apachectl restart


A script for init.d (optional) Here's a script you can save to /etc/init.d/httpd it is a modified version of the one that came in the rpm for Apache 2.0.40

#!/bin/bash
#
# Startup script for the Apache Web Server
#
# chkconfig: - 85 15
# description: Apache is a World Wide Web server.  It is used to serve \
#              HTML files and CGI.
# processname: httpd
# pidfile: /usr/local/apache2/logs/httpd.pid
# config: /usr/local/apache2/conf/httpd.conf

# Source function library.
. /etc/rc.d/init.d/functions

if [ -f /etc/sysconfig/httpd ]; then
        . /etc/sysconfig/httpd
fi

# This will prevent initlog from swallowing up a pass-phrase prompt if
# mod_ssl needs a pass-phrase from the user.
INITLOG_ARGS=""

# Path to the apachectl script, server binary, and short-form for messages.
apachectl=/usr/local/apache2/bin/apachectl
httpd=/usr/local/apache2/bin/httpd
pid=$httpd/logs/httpd.pid
prog=httpd
RETVAL=0


# The semantics of these two functions differ from the way apachectl does
# things -- attempting to start while running is a failure, and shutdown
# when not running is also a failure.  So we just do it the way init scripts
# are expected to behave here.
start() {
        echo -n $"Starting $prog: "
        daemon $httpd $OPTIONS
        RETVAL=$?
        echo
        [ $RETVAL = 0 ] && touch /var/lock/subsys/httpd
        return $RETVAL
}
stop() {
        echo -n $"Stopping $prog: "
        killproc $httpd
        RETVAL=$?
        echo
        [ $RETVAL = 0 ] && rm -f /var/lock/subsys/httpd $pid
}
reload() {
        echo -n $"Reloading $prog: "
        killproc $httpd -HUP
        RETVAL=$?
        echo
}

# See how we were called.
case "$1" in
  start)
        start
        ;;
  stop)
        stop
        ;;
  status)
        status $httpd
        RETVAL=$?
        ;;
  restart)
        stop
        start
        ;;
  condrestart)
        if [ -f $pid ] ; then
                stop
                start
        fi
        ;;
  reload)
        reload
        ;;
  graceful|help|configtest|fullstatus)
        $apachectl $@
        RETVAL=$?
        ;;
  *)
        echo $"Usage: $prog {start|stop|restart|condrestart|reload|status"
  echo $"|fullstatus|graceful|help|configtest}"
        exit 1
esac

exit $RETVAL


Next run chkconfig to setup runlevels for which httpd will run:

chkconfig --add httpd
 
 chkconfig --level 2345 httpd on
 
 chkconfig --list
 

Labels: Apache Email This BlogThis! Share to Twitter Share to Facebook

78 Responses so far.

  1. Unknown says:
    October 27, 2017 at 4:30 AM

    Nice information. Thank you for sharing such post...!

  2. Unknown says:
    November 17, 2017 at 9:44 PM

    usefull and awesome article.

  3. Unknown says:
    November 17, 2017 at 9:45 PM

    Really helpful post.

  4. Unknown says:
    November 17, 2017 at 9:46 PM

    Verynice aricle.

  5. Unknown says:
    November 17, 2017 at 9:47 PM

    Thank you for sharing.

  6. Unknown says:
    November 18, 2017 at 1:02 AM

    very nice blog thanks for sharing

  7. Unknown says:
    November 18, 2017 at 1:03 AM

    very nice blog It was really useful

  8. Unknown says:
    January 30, 2018 at 9:23 PM

    Nice blog

    uipath training in bangalore

    angular4 interview questions
    python interview questions
    artificial intelligence interview questions


    python online training
    artificial intelligence online training
    talend training
    docker training

  9. Unknown says:
    January 30, 2018 at 9:23 PM

    I got nice blog

    sap partner companies in bangalore
    sap implementation companies in bangalore
    sap partners in india
    aws staffing

    jquery interview questions
    sql interview questions

  10. Unknown says:
    January 30, 2018 at 9:24 PM

    Excellent blog

    python interview questions
    git interview questions
    django interview questions
    sap grc interview questions and answers
    advanced excel training in bangalore
    zend framework interview questions
    apache kafka interview questions

  11. Unknown says:
    January 30, 2018 at 9:24 PM

    Nice blog
    myTectra Profile | Trainingindustry.com
    myTectra | Instagram
    myTectra | Youtube

  12. Unknown says:
    February 1, 2018 at 9:47 PM

    Thank you for sharing this type of interview questions
    Iot Online Training
    Itil Interview Questions
    Salesforce Interview Questions
    Msbi Interview questions
    Salesforce Interview Questions
    C Interview Questions

  13. UNKNOWN says:
    February 3, 2018 at 3:14 AM

    Your good knowledge and kindness in playing with all the pieces were very useful. I don’t know what I would have done if I had not encountered such a step like this.

    AWS TRAINING IN BANGALORE

  14. UNKNOWN says:
    February 3, 2018 at 3:15 AM

    Your good knowledge and kindness in playing with all the pieces were very useful. I don’t know what I would have done if I had not encountered such a step like this.

    AWS TRAINING IN BANGALORE

  15. UNKNOWN says:
    February 3, 2018 at 3:25 AM

    Thank you a lot for providing individuals with a very spectacular possibility to read critical reviews from this site.

    Angularjs2 Training in Porur

  16. UNKNOWN says:
    February 3, 2018 at 3:26 AM


    I feel really happy to have seen your webpage and look forward to so many more entertaining times reading here. Thanks once more for all the details.

    php training in porur

  17. UNKNOWN says:
    February 3, 2018 at 3:28 AM

    I‘d mention that most of us visitors are endowed to exist in a fabulous place with very many wonderful individuals with very helpful things.

    oracle training in porur

  18. Unknown says:
    February 7, 2018 at 2:26 AM

    It has been simply incredibly generous with you to provide openly
    what exactly many individuals would’ve marketed for an eBook to end
    up making some cash for their end, primarily given that you could
    have tried it in the event you wanted.


    aws training in chennai



    aws training in bangalore

  19. Unknown says:
    February 7, 2018 at 2:26 AM

    It has been simply incredibly generous with you to provide openly
    what exactly many individuals would’ve marketed for an eBook to end
    up making some cash for their end, primarily given that you could
    have tried it in the event you wanted.


    aws training in chennai



    aws training in bangalore

  20. Unknown says:
    February 16, 2018 at 9:12 PM

    Needed to compose you a very little word to thank you yet again regarding the nice suggestions you’ve contributed here.
    python training in chennai

  21. Phpscots says:
    February 24, 2018 at 10:11 AM

    Find latest interview questions on PHP, MySQL, Zend PHP, MySQL, Zend Framework, CakePHP, jQuery, NodeJS, Laravel, Angularjs, Angular 2, React Js, Vue js, JSF, struct, CSS3, HTML5, Javascript, JSON, MAVEN, jQuery, NodeJS, Laravel, Angularjs, React Js
    https://www.onlineinterviewquestions.com/

  22. Garrick Co Ida says:
    April 9, 2018 at 9:15 PM

    Hi, Great.. Tutorial is just awesome..It is really helpful for a newbie like me.. I am a regular follower of your blog. Really very informative post you shared here. Kindly keep blogging. If anyone wants to become a Front end developer learn from Javascript Training in Chennai . or learn thru Javascript Training in Chennai. Nowadays JavaScript has tons of job opportunities on various vertical industry. JavaScript Training in Chennai

  23. Unknown says:
    April 25, 2018 at 11:18 PM

    Good collection of information do keep updating us with useful information thanks...
    Best Online Software Training Institute | Apache Spark Training

  24. Unknown says:
    May 24, 2018 at 5:43 AM

    Awesome blog with smart content...
    Summer Course Training in Chennai | Summer Course Training in Velachery

  25. ajay says:
    June 2, 2018 at 4:50 AM

    Wonderful article, very useful and well explanation. Thanks a lot for offering this unique post with us. I really enjoyed by reading your blog post.
    Citrix Exams in Chennai | Xenapp exam center in Chennai

  26. rajendran says:
    June 3, 2018 at 12:59 AM

    I really enjoyed reading the Post. It was very informative and useful..Embedded Project Center in Chennai | Embedded Project Center in Velachery

  27. karthik says:
    June 3, 2018 at 4:09 AM

    Thanks for your informative article. Your post helped me a lot in understanding the career prospects
    OCJP Exam Center in Chennai | OCJP Exam Center in Velachery

  28. Dipanwita says:
    June 3, 2018 at 9:59 PM

    nice blog cloud computing training in chennai

  29. Unknown says:
    June 10, 2018 at 8:31 PM

    Wonderful post. I learned so many things from your blog.. keep posting.Java Project Center in Chennai | Java Project Center in Velachery

  30. Devi says:
    June 11, 2018 at 11:46 PM

    Your blog was so awesome., you explained clearly each and every topic..VLSI Project Center in Chennai | VLSI Project Center in Velachery

  31. Sarath K says:
    June 23, 2018 at 5:09 AM

    Excellent information...It was getting more information about your blog. Thanks for sharing, keep updating.
    Python Courses Certifications Training in Chennai | Excellent Python Classes in Saidapet

  32. revathi says:
    July 7, 2018 at 4:35 AM

    Very good informative article. Thanks for sharing such nice article, keep on up dating such good articles.
    Cisco Certifications Coaching Center in Chennai | Best Cisco Courses in Chromepet

  33. Jerome says:
    July 13, 2018 at 4:50 AM

    I am happy to read your blog,its really amazing with useful information.keep updating
    ISTQB Certifications Course in Chennai | QA Testing in Medavakkam

  34. Unknown says:
    August 8, 2018 at 10:11 PM

    AWS Training in Bangalore - Live Online & Classroom
    myTectra Amazon Web Services (AWS) certification training helps you to gain real time hands on experience on AWS. myTectra offers AWS training in Bangalore using classroom and AWS Online Training globally. AWS Training at myTectra delivered by the experienced professional who has atleast 4 years of relavent AWS experince and overall 8-15 years of IT experience. myTectra Offers AWS Training since 2013 and retained the positions of Top AWS Training Company in Bangalore and India.

  35. Unknown says:
    August 8, 2018 at 10:11 PM

    IOT Training in Bangalore - Live Online & Classroom
    IOT Training course observes iot as the platform for networking of different devices on the internet and their inter related communication. Reading data through the sensors and processing it with applications sitting in the cloud and thereafter passing the processed data to generate different kind of output is the motive of the complete curricula. Students are made to understand the type of input devices and communications among the devices in a wireless media.

  36. nancy says:
    September 9, 2018 at 9:19 AM

    Thank you so much for sharing this.

  37. viswa teja says:
    November 5, 2018 at 3:07 AM

    Amazon has a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale and grow.For more information visit.
    aws online training
    aws training in hyderabad
    amazon web services(AWS) online training
    amazon web services(AWS) training online

  38. mary Brown says:
    December 12, 2018 at 10:56 AM

    Great Article
    Final Year Projects for CSE in Python
    FInal Year Project Centers in Chennai

    Python Training in Chennai
    Python Training in Chennai

  39. Anbarasan14 says:
    December 14, 2018 at 4:10 AM

    One of the best blogs that I have read till now. Thanks for your contribution in sharing such a useful information. Waiting for your further updates.

    IELTS Training Institute in T Nagar
    IELTS Classes in KK Nagar
    IELTS Classes in Chennai Ashok Nagar
    IELTS Coaching near Porur
    IELTS Training in Poonamallee
    IELTS Coaching Center near me
    IELTS in Ramapuram

  40. Suba says:
    December 14, 2018 at 4:20 AM

    Blog with more latest info stuffed. Thanks for sharing with us.

    selenium training in tambaram
    selenium training in adyar
    iOS Training in Chennai
    French Classes in Chennai
    Big Data Training in Chennai
    web design training in chennai
    website designing training
    web designing training in chennai

  41. velraj says:
    December 26, 2018 at 2:01 AM


    the above information is valuable and i got so many good ideas from this.thanks for this information.
    Devops course in Chennai
    Best devops Training in Chennai
    Devops Training institutes in Chennai
    AWS course in Chennai
    AWS Certification in Chennai
    R Training in Chennai

  42. velraj says:
    December 27, 2018 at 3:03 AM

    After i read this blog i know more related things about technology.this blog helps me to study...useful blog.
    ccna Training in Chennai
    ccna course in Chennai
    Python Training in Chennai
    Python course in Chennai
    Data Science Course in Chennai
    Data Science Training in Chennai

  43. vijaykumar says:
    January 6, 2019 at 8:39 PM

    thanks for giving a chance to read this.its very very helpful for study.good job
    Amazon web services Training in Chennai
    Best AWS Training in Chennai
    AWS Training institute in Chennai

  44. vijaykumar says:
    January 8, 2019 at 4:50 AM

    Its such a wonderful arcticle.the above article is very helpful to study the technology thanks for that.
    Python Classes in Chennai
    Python Training Institute in Chennai
    ccna Training Institute in Chennai
    ccna Institute in Chennai
    R Training in Chennai
    R Programming Training in Chennai

    Python Training in OMR
    Python Training in Porur

  45. WUGI says:
    January 14, 2019 at 1:30 AM

    Have questions about online casino games? Come to us and you will succeed best online casino slots only we have big winnings.

  46. jvimala says:
    January 18, 2019 at 10:59 PM

    Really awesome blog. Your blog is really useful for me
    Regards,
    Data Science Course In Chennai
    Data Science Course Training
    Data Science Training in Chennai
    Data Science Certification Course
    Data Science Certification Training
    Data Science Training Institute

  47. sheela rajesh says:
    January 30, 2019 at 2:00 AM
    This comment has been removed by the author.
  48. sheela rajesh says:
    February 7, 2019 at 1:35 AM

    Your blog is full of creative ideas and that shows your thoughts.thank you very much for giving us this blog.
    SEO Training in Chennai
    Digital Marketing Course in Chennai
    JAVA Training in Chennai
    german classes in chennai
    SEO Training in Chennai
    SEO Training Center in Chennai
    SEO Training in OMR

  49. viji says:
    February 18, 2019 at 4:46 AM

    You are doing a great job. I would like to appreciate your work for good accuracy
    Data Science Course in Chennai
    Data Science With R
    Python Training in Chennai
    Machine Learning in Chennai
    SAS Traioning in Chennai

  50. Belago says:
    February 21, 2019 at 6:09 AM

    Алюминиевый светодиодный профиль для led ленты я обычно беру в Ekodio там достойное качество и отличные цены.

  51. Rathinam says:
    April 29, 2019 at 12:36 AM

    Very super article! I really happy to read your post and I got different ideas from your great blog. I am waiting for more kinds of posts...
    Tableau Training in Chennai
    Tableau Course in Chennai
    Excel Training in Chennai
    Oracle Training in Chennai
    Oracle DBA Training in Chennai
    Power BI Training in Chennai
    Embedded System Course Chennai
    Linux Training in Chennai
    Tableau Training in Chennai
    Tableau Course in Chennai

  52. pavithra dass says:
    May 3, 2019 at 6:13 AM

    Its a wonderful post and very helpful, thanks for all this information. You are including better information regarding this topic in an effective way. T hank you so much.
    Big Data Analytics Courses in Chennai
    Big Data Analytics Training in Chennai
    Angularjs Training in Chennai
    Selenium Training in Chennai
    German Classes in Chennai
    Big Data Analytics Training in Velachery
    Big Data Analytics Training in Tambaram

  53. Rajesh says:
    June 3, 2019 at 3:24 AM

    Thanks for blog really informative. Hope i will find more interesting post from you
    UiPath Training in Bangalore
    UiPath Training in BTM
    Artificial Intelligence training in Bangalore
    Artificial Intelligence training in BTM
    data science with python training in Bangalore
    data science with python training in BTM

  54. Big Data Hadoop training institutes says:
    September 20, 2019 at 5:39 AM

    Your info is really amazing with impressive content..Excellent blog with informative concept. Really I feel happy to see this useful blog, Thanks for sharing such a nice blog..
    If you are looking for any Data science Related information please visit our website Data science courses in Pune page!

  55. pavithra dass says:
    October 15, 2019 at 6:23 AM

    Good job! Fruitful article. I like this very much. It is very useful for my research. It shows your interest in this topic very well. I hope you will post some more information about the software. Please keep sharing!!
    SEO Training in Chennai
    SEO Training in Bangalore
    SEO Training in Coimbatore
    SEO Training in Madurai
    SEO Course in Chennai
    SEO Course in Chennai
    SEO Course in Bangalore
    SEO Course in Coimbatore

  56. nash b says:
    November 12, 2019 at 4:48 AM

    Nice...
    bitwise aptitude questions

    how to hack flipkart legally

    zenq interview questions

    count ways to n'th stair(order does not matter)

    zeus learning subjective test

    ajax success redirect to another page with data

    l&t type 2 coordination chart

    html rollover image

    hack android phone using cmd

    how to hack internet speed upto 100mbps

  57. nash b says:
    November 12, 2019 at 4:49 AM

    Good...
    internships in chennai

    winter internship mechanical engineering

    internship for aeronautical engineering students in india 2019

    kaashiv

    list of architectural firms in chennai for internship

    paid internships in pune for computer science students

    diploma final year project topics for information technology

    internship

    data science internship report

    inplant training

  58. Muthu says:
    January 7, 2020 at 2:46 AM

    Nice post...
    3d-modeler-resume-samples
    3d modeler resume samples
    accounting-assistant-resume-sample
    accounting-clerk-resume-sample
    accounting-manager-resume-samples
    account-manager-resume-examples
    accounts-payable-resume-sample
    admin-manager-resume-samples
    advocate-resume-sample
    advocate-resume-sample

  59. shreeya karan says:
    January 7, 2020 at 10:11 PM

    Nice blog!!!
    Internships in pune for computer science students
    Internships in pune for computer science students
    Inplant training certificate format
    Internships in bangalore for ece students
    Industrial training for electronics and communication engineering students
    Internship for computer science students in bangalore
    Internship for ece students
    Mba internship in chennai
    Inplant training in chennai for ece
    Internship in nagpur for cse

  60. kamini kapoor says:
    January 12, 2020 at 10:12 PM

    FANTASTIC!!!
    Robotics training in chennai
    Internship for cse students in chennai
    Iot internship in chennai
    Kaashiv infotech in bangalore

    Free internship in chennai for mechanical engineering students

    Inplant training
    Ece internship in chennai
    Internship for cse students in bangalore
    Free internship for cse students in chennai
    Internship for eee students in chennai

  61. Julia Loi says:
    March 2, 2020 at 1:37 AM

    I am really happy to say it’s an interesting post to read. I learn new information from your article, you are doing a great job, Keep it up.

    mobile phone repair in Novi
    iphone repair in Novi
    cell phone repair in Novi
    phone repair in Novi
    tablet repair in Novi
    ipad repair in Novi
    mobile phone repair Novi
    iphone repair Novi
    cell phone repair Novi
    phone repair Novi

  62. chandhran says:
    March 13, 2020 at 3:00 AM

    Thanks for sharing the valiuable post, it is easy to un derstand the contepts.
    PHP Training in Bangalore
    PHP Training in Chennai
    PHP Course in Bangalore
    PHP Training Institute in Bangalore
    PHP Classes in Bangalore
    AWS Training in Bangalore
    Data Science Courses in Bangalore
    DevOps Training in Bangalore
    DOT NET Training in Bangalore
    Data Science Course in Chennai

  63. shreekavi says:
    March 17, 2020 at 2:01 AM

    Get inspired by your blog. Keep doing like this....
    Ethical Hacking Course in Chennai
    Ethical hacking course in bangalore
    Ethical hacking course in coimbatore
    Hacking course in bangalore
    Ethical hacking in bangalore
    Ethical hacking training in bangalore
    Ethical Hacking institute in Bangalore
    Ethical hacking Training institute in bangalore
    Tally Course in Bangalore
    German Classes in Bangalore

  64. rohiniseema says:
    April 21, 2020 at 2:05 AM

    very nice blogger thanks for sharing......!!!
    coronavirus update
    inplant training in chennai
    inplant training
    inplant training in chennai for cse
    inplant training in chennai for ece
    inplant training in chennai for eee
    inplant training in chennai for mechanical
    internship in chennai
    online internship



  65. varsha says:
    May 15, 2020 at 8:32 AM

    Resources like the one you mentioned here will be very useful to me ! I will post a link to this page on my blog. I am sure my visitors will find that very useful

    AWS training in chennai | AWS training in anna nagar | AWS training in omr | AWS training in porur | AWS training in tambaram | AWS training in velachery

  66. Rajesh says:
    June 10, 2020 at 7:25 AM

    This great article has really peaked my interest. I am going to book mark your blog and keep checking for new information about once per week.
    Selenium Training in chennai | Selenium Training in anna nagar | Selenium Training in omr | Selenium Training in porur | Selenium Training in tambaram | Selenium Training in velachery

  67. veeraraj says:
    December 18, 2020 at 8:27 AM

    Really good information to show through this blog. I really appreciate you for all the valuable information that you are providing us through your blog.
    visit : Digital Marketing Training in Chennai || Digital Marketing Course in Chennai

  68. nayar says:
    June 2, 2021 at 12:21 AM

    Great post. Thanks for sharing.....
    AWS Training in Bangalore
    AWS Training in Pune
    AWS Training in Hyderabad
    AWS Training in Delhi
    AWS Training in Gurgaon

  69. ramyapranauv says:
    June 24, 2021 at 3:02 AM

    Good Informative Blog.. Keep updating
    PHP Training in Chennai
    PHP Course in Chennai
    PHP Training Institute in Chennai
    PHP Classes in Bangalore
    Best PHP Training Institute in Bangalore

  70. jyothipriya says:
    August 11, 2021 at 3:03 AM

    Much obliged for sharing a Information to us. Assuming somebody need to think about Blog...

    AWS Training in Hyderabad

  71. Hussey says:
    December 3, 2021 at 8:19 PM

    Extraordinary Blog. Provides necessary information.
    german institute in Chennai
    ​​german coaching center in Chennai

  72. Pavithra Devi says:
    February 17, 2022 at 1:29 AM

    This post is so interactive and informative.keep update more information…
    Android Training in Anna Nagar
    Android Training in Chennai

  73. Pavithra Devi says:
    February 17, 2022 at 8:10 PM

    This post is so interactive and informative.keep update more information...
    Artificial Intelligence Course in Tambaram
    Artificial Intelligence Course in Chennai

  74. manasha says:
    March 17, 2022 at 2:22 AM

    Great post. keep sharing such a worthy information.
    Angularjs Training in Chennai
    Angularjs Certification Online
    Angularjs Training In Bangalore

  75. Tamil novels says:
    April 11, 2022 at 1:44 AM

    Thank you for sharing this valuable information with us.
    Thirukkural pdf
    Sai Satcharitra in English pdf
    Sai Satcharitra in Tamil pdf
    Sai Satcharitra in Telugu pdf
    Sai Satcharitra in Hindi pdf

  76. Back linker says:
    August 31, 2022 at 4:43 AM

    How to Crack Hotspot Shield VPN Elite · Firstly, uninstall all the previous versions of Hotspot Shield installed in your system. Hotspot Shield Elite For Pc

  77. milka says:
    September 1, 2022 at 3:35 AM

    Great post. keep sharing such a worthy information.
    Data Science Course in Chennai

  78. Links For You says:
    September 1, 2022 at 9:19 AM

    The Unexpected Moment Is Always Sweeter Words Quotes Inspirational Words Words. Thoughtful Surprise Gift Quote Gift Quotes Surprise Gifts Personalized Gifts. Life Surprise Quotes

Leave a Reply

Newer Post Older Post
Subscribe to: Post Comments (Atom)

Our Blogs

  • Java Programs with Output
  • C Programming Tutorial
  • Language Tutorial
  • Android Development Tutorial
  • Web Development Tutorial
  • Popular
  • Recent
  • Archives

Popular Posts

  • How to create limited shell
    We want to limit the activities or command to run for specific user then, how to limit a shell? here are the steps to create limited shel...
  • Apache and SELinux File Labels
    Take a look at the SELinux settings associated with Apache. To review, SELinux settings, as they relate to a service, mostly fall into tw...
  • Advantages & Disadvantages of Kerberos
    Advantages of Kerberos Most conventional network services use password-based authentication schemes. Such schemes require a user to au...
  • Apache Configuration File Security Option
    you’ll examine the security options available in the main Apache configuration file, httpd.conf. That file can be modified to secure the e...
  • AWS VPC Overview
    What is VPC ? A virtual private cloud (VPC) is a virtual network dedicated to your AWS account. It is logically isolated from other vir...
  • SSH login without password
    The following steps can be used to ssh from one system to another without specifying a password: 1. On the client run the following com...
  • How to automatically chroot jail selected ssh user logins
    1. Creating basic chroot environment First we need to create a simple chroot environment. Our chroot environment will consist of a bash she...
  • Apache Installation and Configuration through source code
    In this example we extract the source code to a directory under /usr/local/src/ cp httpd-2.0.46.tar.gz /usr/local/src cd /usr/local/src...
  • Tcpdump command with some examples
    To print all packets arriving at or departing from sundown: tcpdump host sundown To print traffic between helios and either hot or ace: ...
  • How to Create the Kerberos database
    Create the database with the following command.  [root@coma ~] kdb5_util create -s This will prompt you for a password. You will ...
Powered by Blogger.

Archives

  • ►  2014 (1)
    • ►  May (1)
  • ▼  2013 (4)
    • ▼  February (4)
      • SSH login without password
      • How to automatically chroot jail selected ssh user...
      • Apache Installation and Configuration through sour...
      • Tcpdump command with some examples
  • ►  2012 (89)
    • ►  November (1)
    • ►  March (4)
    • ►  February (36)
    • ►  January (48)
 

Followers

Labels

  • Apache (8)
  • aws (1)
  • Bridge (1)
  • cloud computing (1)
  • Configuration (1)
  • dhcp server (7)
  • DNS (8)
  • File system (11)
  • Fping (1)
  • Iptable basic (3)
  • KDC slave server (1)
  • Kerberos (14)
  • kerberos configuration (5)
  • kerberos database (1)
  • LaTeX (1)
  • Ldap basic (2)
  • Linux aliases (1)
  • Linux Commands (4)
  • Linux History (2)
  • Linux Installation (3)
  • Linux kernel (3)
  • Linux shell (2)
  • Linux software (2)
  • Lvm (1)
  • Mail Server (3)
  • Network Script (1)
  • PHP (1)
  • Raid (6)
  • SELinux (1)
  • Sendmail (3)
  • ssh (2)
  • Tcpdump example (1)
  • Virtualization (5)
  • Webmin (1)
  • Yum (2)
 
 
© 2011 Linux Tutorial for Beginners | Designs by Web2feel & Fab Themes

Bloggerized by DheTemplate.com - Main Blogger