# tips-c -- tips on apache
# $Id$
# Carlos Duarte <cgd@teleweb.pt>, 000421

Adding applications
-------------------

If one wants that .xpto files should be specially handled, then, 
on httpd.conf the following should be added: 

	Action application/x-httpd-xpto /xpto.cgi?
	AddType application/x-httpd-xpto .xpto

Everytime a .xpto is access, xpto.cgi will be run.
