CGI-Application-Util-Diff

 view release on metacpan or  search on metacpan

httpd/conf/httpd.conf  view on Meta::CPAN

LoadModule fcgid_module modules/mod_fcgid.so

<Location /local>
    SetHandler fcgid-script
    Options ExecCGI
    Order deny,allow
	Deny from all
    Allow from 127.0.0.1
</Location>

lib/CGI/Application/Util/Diff.pm  view on Meta::CPAN

and make I<util.diff.cgi> executable.

=head2 Install the fancy instance script

Copy the distro's htdocs/local/ directory to your doc root, and make I<util.diff> executable.

=head2 Configure C<Apache> to use /local/util.diff

If in fancy mode, add these to C<Apache>'s httpd.conf:

	LoadModule fcgid_module modules/mod_fcgid.so

and:

	<Location /local>
		SetHandler fcgid-script
		Options ExecCGI
		Order deny,allow
		Deny from all
		Allow from 127.0.0.1
	</Location>

Of course, use of '/local' is not mandatory; you could use any URL fragment there.

And don't forget to restart C<Apache> after editing it's httpd.conf.



( run in 1.548 second using v1.01-cache-2.11-cpan-5735350b133 )