Maintaining a Web Server and Web Site
Web administration is one of the most important, but overlooked aspects of Web development. If you don't have a good Web administrator keeping your Web site running, well, you won't have a Web site. But what does a Web administrator do?
User Accounts
For many people the first and often only time they interact with their Web administrator is when they get an account on the system. Accounts are not simply magically created from scratch or because the computer knew that you needed one, instead, someone needs to enter in information about you so that your account can be created. This is generally a system administrator for the Web site.But this is only one tiny part of what Web administration entails. In fact, creating user accounts is usually automated and the sysadmin only looks at them when something breaks rather than at every account. If you happen to know that your accounts are created manually, be sure to thank your administrator for creating the account. It may be a relatively simple task for him or her to do, but acknowledging the work your administrators do for you can go a long way when you need their help on something bigger.
Web Security
Security is probably the most important part of Web administration. If your Web server is not secure it can become a source for hackers to use to either attack your customers directly or turn it into a zombie sending out spam messages in every spare second or other even more malicious things. If you don't pay attention to security, be sure that the hackers are paying attention to your site. Every time a domain changes hands, hackers get that information and start probing that domain for security holes. The hackers have robots that scan servers automatically for vulnerabilities.Web Servers
The Web server is actually a program running on a server machine. Web administrators keep that server running smoothly. They keep it up-to-date with the latest patches and make sure that the Web pages that it displays are actually displaying. If you don't have a Web server, you don't have a Web page.Web Software
There are many types of Web applications that rely on server-side software to work. Web administrators install and maintain all these programs and many more:- Active Server Pages
- CGI
- PHP
- Server Side Includes
- JSP
- Databases