View the printer
friendly version of this document
|
Apache Web Server Resources
The following documents will help you make the most of serving web content with the Apache web server:
Apache Web Server
Reference documentation for the Apache Web Server
from the Apache Software Foundation |
Custom Headers/Footers
Create custom headers and footers for your web site. MOREnet-provided
applications use the headers and footers to give the applications a
custom look and funtionality specifically created by you for your site. |
Server Side Include (SSI)
This tutorial from the Apache Software Foundation details Apache's SSI abilities.
SSI allows you to add special tags to your pages that are interpreted by Apache when it
processes requests for web pages. SSI is an excellent way to add common elements
such as headers, footers and site navigation to multiple pages from a single source, or
add dynamic content such as last modification dates to your files.
Note: For Apache to process files with SSI, name the files with .shtml or
.shtm file name extension. You may also use SSI in content generated by JSP
pages and servlets in web applications. For more information about using SSI in
your web applications, see the "Apache Web Server" section of
Web Application Design Guidelines.
|
Web Access Controller
Use this tool to password protect areas of your web site |
User Cookie Logging
Enabling automatically generated user cookies with a unique id for each visitor to your web site. |
|