| Home | Free Articles for Your Site | Submit an Article | Advertise | Link to Us | Search | Contact Us | |
|
Apache Webserver - A quick tutorial for new Admins - Articles SurfingApache is one of the most commonly used web servers out there. If you are running your own cPanel server your websites will actually run on Apache. If you're new to administering a web server or just want to learn to keep your managed server under control without yelling for support each and every time it is useful to know some basic Linux commands for Apache. Unless specified otherwise - all commands listed need to be executed from the command line on your server. How to start, stop or restart Apache (commands need to be executed from the command line)? Restart: "/etc/rc.d/init.d/apachectl restart" Stop: "/etc/rc.d/init.d/apachectl stop" Start: "/etc/rc.d/init.d/apachectl start" Where is the Apache httpd.conf file located? "/etc/httpd/conf/httpd.conf" How many Apache processes are running on your server at any given time? "ps auwx |grep httpd |wc -l" Where is the Apache error log located on the server? "/var/log/httpd/error_log" Where is the Apache status log file located on the server? "/var/log/httpd/access_log" HTTP Codes 200 = Successful Request 304 = Successful request, but the web page requested hasn't been modified since the current version in the remote web browser's cache. 401 = Unauthorized access. Someone entered an incorrect username / password on a password protected page 403 = Forbidden. File permissions prevents Apache from reading the file. 404 = Page Not found. The page requested doesn't exist. 500 = Internal Server Error This article can be published by anyone as long as a live back link to http://www.webhostingresourcekit.com is provided. (this note can be removed as long as a link from the author's resource box is provided)
RELATED SITES
Copyright © 1995 - 2024 Photius Coutsoukis (All Rights Reserved). |
ARTICLE CATEGORIES
Aging Arts and Crafts Auto and Trucks Automotive Business Business and Finance Cancer Survival Career Classifieds Computers and Internet Computers and Technology Cooking Culture Education Education #2 Entertainment Etiquette Family Finances Food and Drink Food and Drink B Gadgets and Gizmos Gardening Health Hobbies Home Improvement Home Management Humor Internet Jobs Kids and Teens Learning Languages Leadership Legal Legal B Marketing Marketing B Medical Business Medicines and Remedies Music and Movies Online Business Opinions Parenting Parenting B Pets Pets and Animals Poetry Politics Politics and Government Real Estate Recreation Recreation and Sports Science Self Help Self Improvement Short Stories Site Promotion Society Sports Travel and Leisure Travel Part B Web Development Wellness, Fitness and Diet World Affairs Writing Writing B |