Question about compiling CGIs with Ghc

Simon Marlow simonmar@microsoft.com
Tue, 18 Feb 2003 10:21:33 -0000


> http://www.haskell.org/ghc/docs/latest/html/network/Network.CGI.html
>=20
> This make me curious, and the following just made me curiouser...
>=20
> Forbidden
> You don't have permission to access=20
> /ghc/docs/latest/html/network/Network.CGI.html on this server.

*Sigh*  That's because Apache thinks it's a CGI script.  I just checked
the Apache documentation, which doesn't suggest any workarounds apart
from renaming the file:

http://httpd.apache.org/docs/mod/mod_mime.html#multipleext

I've renamed the file, and the links to it, for now:

http://www.haskell.org/ghc/docs/latest/html/network/Network._CGI.html

Cheers,
	Simon