Implies all site owners should have accounts
Apache Webserver - A Quick Tutorial for New Admins
Apache 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
Christoph Puetz is a successful entrepreneur
and international book author. Examples of his search engine
optimization work can be found at
http://www.smallbusinessland.com and
http://www.webhostingreport.net
Implies all site owners should have accounts
-

Is the Search Industry Heating Up?
A lot has been happening in the search industry over the last year. -

What Comes Next in Social Media?
The coming of Oprah and Ashton Kutcher to Twitter brought a whole new... -

How Can I Compete with Oprah on Twitter?
Twitter is undoubtedly one of the hottest spots on the Web. -

Using StumbleUpon to Drive More Traffic
If a social media expert devotes an entire presentation to one social...
Craigslist Sued For Trademark... Silicon Alley Insider
SES San Jose Offers Conference... Search Engine Watch...
RIAA claims triumph in Usenet... CNET News.com
Economy Sheds 467,00 in June;... FOXBusiness.com
iEntry 10th Anniversary
RSS
Newsletter
Advertising


















Comments
Post new comment