[Kinda OT] httpd permissions

Adam D. Ruppe destructionator at gmail.com
Thu Apr 26 07:38:04 PDT 2012


On Thursday, 26 April 2012 at 03:45:01 UTC, Nathan M. Swan wrote:
> P.S. Sorry this might be in the wrong forum, but now I can 
> advertise my homepage as "index.d" instead of compiling it and 
> having it be "index.cgi"

On Apache, you can do something like this in your
.htaccess:

Options +ExecCGI

<Files "app">
         SetHandler cgi-script
</Files>



More information about the Digitalmars-d-learn mailing list