Site icon David Yin's Blog

Explicitly using Options to permit CGI execution

When I setup my VPS with MovableType installation. I do not want to install it into cgi-bin. I would like to install it under folder name mt5 or mt5cgi.
But it is not executive folder for CGI files. How can I do it?
I checked the Apache site and got answer.

Options +ExecCGI

Add following Directives into the host section.
Options +ExecCGI
It can make any cgi files in any folders inside of this domain execution.

Exit mobile version