The world wide web is one of the hottest aspects of the Internet today. Red Hat Linux lets you get in on the action in two ways -- as a web browser, and as a web server. Let's look at both.
A variety of web browsers are available for Linux, including freely distributable browsers such as arena, lynx, and grail. The most popular commercial browsers are those from Netscape Communications Corporation. It is available for evaluation and non-commmerical use from their ftp site:
http://www.netscape.com/download/client_download.html
It is also available in two fully licensed versions directly from Netscape.
Netscape Communicator 4.03 (part # 100-04790-00)
Netscape Communicator 4.03 Professional (part # 100-04811-00)
For more information, please see:
http://merchant.netscape.com/netstore/clients/index.html
Netscape can be reached at:
Corporate Sales: (650) 937-2555
Personal Sales: (650) 937-3777
Government Sales: (650) 937-3678
Please Note: Please see the appropriate documents on Netscape's web site for the latest in licensing and right-to-use policies on these products.
If you installed the Apache web server (from the
apache package),
then your Web service is already up and running! Just point your
web browser at The default page shown is /home/httpd/html/index.html.
You can edit this file (or completely replace it) to your liking.
All the CGI programs, icons, and html pages are stored in
/home/httpd, but this can be changed in the apache configuration
files, all of which are stored in /etc/httpd/conf/. Logs
of all httpd activity are kept in /var/log/httpd/.
Setting up your web site is as easy as adding your own HTML pages and
links to the /home/httpd/html/ directory. For more information
on customizing your web server we recommend a reference such as
HTML: The Definitive Guide by Chuck Musciano & Bill
Kennedy, published by O'Reilly & Associates.
http://localhost.