How to run CGI script using any directory or /~username/cgi-bin?

If you would like to force Apache to allow CGI script then just follow below simple steps -

1. Create .haccess file under the directory from where you would like to run the script.

2. Add below code -
Options +ExecCGI
AddHandler cgi-script .cgi .pl

3. Save the file.

That's it!
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

MySql Database has gone away

You may come across the error "MySql Database has gone away". I came across this error while...

How to upgrade the php from 5.4 to 5.6?

If you are running php 5.4 on the server and want it to be upgraded to 5.6 . Additionally, your...

How to list all files under directory?

When there is no 'index.php' or 'index.html' file and you'd like to display all the files under...

How to install xmlrpc?

Installing xmlrpc module on Directadmin. Seems simple isn't it ? Might find many articles on the...

How to forward the website to another URL?

Forwarding the website to another URL - 1. Using index.php file - 1. Create the page as...

Powered by WHMCompleteSolution