13.06.2015 Views

Introduction to the Apache Web Server - ApacheCon

Introduction to the Apache Web Server - ApacheCon

Introduction to the Apache Web Server - ApacheCon

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

advertising a page that has moved, you may want <strong>to</strong> use a section <strong>to</strong> map <strong>the</strong> send-as-is handler<br />

<strong>to</strong> just a particular file.<br />

cgi-script<br />

Provided by mod cgi, <strong>the</strong> cgi-script handler executes a program and returns <strong>the</strong> output of it <strong>to</strong> <strong>the</strong> client.<br />

AddHandler cgi-script .cgi .pl<br />

Use of this handler is permitted by use of <strong>the</strong> Options +ExecCGI directive.<br />

imap-file<br />

Sometimes a little hard <strong>to</strong> explain because it is completely archaic. There used <strong>to</strong> be server-side image maps<br />

(circa 1996) before client-side image maps came in<strong>to</strong> wide-spread use.<br />

This handler is provided by mod imap, and you should consult <strong>the</strong> documentation for this module if you are<br />

interested in more detail. You are unlikely <strong>to</strong> ever use this handler.<br />

server-info<br />

Provided by mod info, this handler provides detailed information about <strong>the</strong> server configuration and what<br />

modules are loaded.<br />

Configured with a section:<br />

<br />

SetHandler server-info<br />

<br />

server-status<br />

Provided by mod status, this handler provides a snapshot of server activity, displaying what each child<br />

process is doing.<br />

See also <strong>the</strong> ExtendedStatus directive.<br />

You can also access this information with apachectl status<br />

84

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!