126 Part II . Running (Web hosting asp) the Show Using
Saturday, June 30th, 2007126 Part II . Running the Show Using Web-Based Administration Web-based administration tools are available with many open source projects to make those projects more accessible to casual users. Often all you need to use those tools is a Web browser (such as Mozilla), the port number of the service, and the root password. Projects such as Samba and CUPS come with their own Web administration tools. Webmin is a general-purpose tool for administering a variety of Linux system services from your Web browser. The advantages of Web-based administration tools are that you can operate them from a familiar interface (your Web browser) and you can access them remotely. If the Linux distribution you are using comes with its own set of graphical administration tools (such as SUSE s YaST or Red Hat s system-config tools), you should generally use those instead of any Web-based interface that comes with a project because a distribution s own tools better integrate with its tools for starting and stopping services. Open Source Projects Offering Web Administration Several major open source projects come with Web-based interfaces for configuring those projects. Regardless of which Linux you are using, you can use your Web browser to configure the following projects: . Samba To set up Samba for doing file and printer sharing with Microsoft Windows systems on your LAN, use the Samba SWAT Web-based administration tools from any Web browser. With SWAT installed and running, you can access your Samba server configuration from your Web browser by typing the following URL in the location box: http://localhost:901 The Samba project also offers other graphical tools for administering Samba. You can check them out at http://samba.org/samba/GUI for descriptions of those tools. Samba is described in Chapters 25 and 26. . CUPS The Common UNIX Printing Service (CUPS) has its own Web administration tool. With CUPS installed and configured, you can typically use CUPS Web administration by typing the following URL in your Web browser s location box: http://localhost:631 You use the CUPS administration tool to manage printers and classes and do a variety of administration tasks. CUPS is described in Chapter 25. Samba and CUPS are included with many Linux distributions. Other projects that offer Web-based administration that may or may not be in your Linux distribution include SquirrelMail (a webmail interface) and Mailman (a mailing list facility). Note