Annotation of loncom/html/adm/help/tex/Guts_Apache_Modules.tex, revision 1.1
1.1 ! bowersj2 1: \begin{figure}
! 2: \begin{lyxcode}
! 3: <LocationMatch~\char`\"{}\textasciicircum{}/res.{*}\char`\"{}>
! 4:
! 5: PerlAccessHandler~~~~~~~Apache::lonacc
! 6:
! 7: PerlHeaderParserHandler~Apache::lonrep
! 8:
! 9: ErrorDocument~~~~~403~/adm/login
! 10:
! 11: ErrorDocument~~~~~404~/adm/notfound.html
! 12:
! 13: ErrorDocument~~~~~406~/adm/roles
! 14:
! 15: ErrorDocument~~~~~500~/adm/errorhandler
! 16:
! 17: </LocationMatch>
! 18:
! 19: <LocationMatch~\char`\"{}\textasciicircum{}/priv.{*}\char`\"{}>
! 20:
! 21: PerlAccessHandler~Apache::loncacc
! 22:
! 23: SetHandler~~~~~~~~perl-script
! 24:
! 25: PerlHandler~~~~~~~Apache::lonconstruct
! 26:
! 27: ErrorDocument~~~~~403~/adm/login
! 28:
! 29: ErrorDocument~~~~~404~/adm/notfound.html
! 30:
! 31: ErrorDocument~~~~~406~/adm/unauthorized.html
! 32:
! 33: ErrorDocument~~~~~500~/adm/errorhandler
! 34:
! 35: </LocationMatch>
! 36: \end{lyxcode}
! 37:
! 38: \caption{\label{loncapa_apache.conf example}\texttt{loncapa\_apache.conf}
! 39: example snippet}
! 40: \end{figure}
! 41: Which chain of handler deals with which kind of resource is defined
! 42: in \texttt{/etc/httdp/conf/loncapa\_apache.conf}. LON-CAPA only defines
! 43: handlers at the header-parser, access control, and response phase
! 44: (figure 3-3 Eagle book). In the header-parser phase, the replication
! 45: handler is run, and in the access-control phase, the various access-handlers.
! 46: Future handlers will mostly be implemented in the response phase.
! 47: Fig. \ref{loncapa_apache.conf example} shows excerpts of the configuration
! 48: script \texttt{/etc/httpd/loncapa\_apache.conf} for these modules.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>