Apache: Difference between revisions

From DWIKI
Line 25: Line 25:
* Don't use the CGI to present the data unless it is protected. Best use '''awstats_buildstaticpages.pl''' to build the static pages and present those. Save resources and is more secure.
* Don't use the CGI to present the data unless it is protected. Best use '''awstats_buildstaticpages.pl''' to build the static pages and present those. Save resources and is more secure.


= Related Items =
== Web-based Single Sign-On ==
== Web-based Single Sign-On ==
=== Applications ===
=== Applications ===
Line 30: Line 31:
* [http://a-select.surfnet.nl/ http://a-select.surfnet.nl/] A-Select
* [http://a-select.surfnet.nl/ http://a-select.surfnet.nl/] A-Select
=== Comparisons ===
=== Comparisons ===
* [http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf]
* [http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf http://www.jisc.ac.uk/uploaded_documents/CMSS-Gilmore.pdf]
* [http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf]
* [http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf http://www.umich.edu/~umweb/downloads/WebSSOImplementationComparision.pdf]

Revision as of 01:58, 10 February 2007

links

Documentation
http://httpd.apache.org/ Apache homepage
http://httpd.apache.org/docs/2.2/ 2.2 Reference
http://httpd.apache.org/docs/2.0/ 2.0 Reference
http://httpd.apache.org/docs/1.3/ 1.3 Reference
Articles
vhosts explained "Simplify Your Life with Apache Virtual Hosts" Russell Dyer 07/24/2003
Tools
http://awstats.sourceforge.net/ Apache log analyzer

Application & modules

AWStats Notes

  • Don't use the CGI to present the data unless it is protected. Best use awstats_buildstaticpages.pl to build the static pages and present those. Save resources and is more secure.

Related Items

Web-based Single Sign-On

Applications

Comparisons