Used by thousands of professionals since 1999 | 15,000 jobs online now! Register or sign in
Welcome guest. To get the most out of our site, please sign up as a candidate or apply for a recruiter account. Registration is fast and simple and gives you access to the facilities available to make recruitment easier.

Apache Interview Answers

  1. On a fresh install, why does Apache have three config files - srm.conf, access.conf and httpd.conf?

    The first two are remnants from the NCSA times, and generally you should be ok if you delete the first two, and stick with httpd.conf.

  2. What does apachectl graceful do?

    It sends a SIGUSR1 for a restart, and starts the apache server if it’s not running.

  3. When I do ps -aux, why do I have one copy of httpd running as root and the rest as nouser?

    You need to be a root to attach yourself to any Unix port below 1024, and we need 80.

  4. Why do I get the message "… no listening sockets available, shutting down"?

    In Apache 2 you need to have a listen directive. Just put Listen 80 in httpd.conf.

  5. What is ServerType directive?

    It defines whether Apache should spawn itself as a child process (standalone) or keep everything in a single process (inetd). Keeping it inetd conserves resources. This is deprecated, however.

  6. What does htpasswd do?

    It creates a new user in a specified group, and asks to specify a password for that user.

  7. What’s the command to stop Apache?

    kill the specific process that httpd is running under, or killall httpd. If you have apachectl installed, use apachectl stop.

  8. How do you check for the httpd.conf consistency and any errors in it?

    apachectl configtest

  9. If you specify both deny from all and allow from all, what will be the default action of Apache?

    In case of ambiguity deny always takes precedence over allow.

Click on the link to search and apply for Apache Jobs

Answers sourced from www.techinterviews.com

Previous Page

Help On This Page

Tags/Keywords

Our innovative and custom-written search engine places an importance upon tags chosen to be representative of the content, however it also indexes all content to provide you with the most relevant results

Please note that the Quick Search operates as Boolean search, so you can narrow your search by including operators such as "and" if more than one term is required to feature in the results. "+" will also work in the same way. I.e. "php and mysql london" is the same as "+php +mysql london".

The operator "or" does not need to be included as this is the default, i.e. "php or mysql or london" is the same as "php mysql london". You can also use "not" or - to exclude terms.

About | Contact | Privacy | Advertise on Technojobs | Terms & Conditions | Technical Recruitment | Links | IT Jobs