How to run cgi scripts with Apache

How to run cgi scripts with Apache In this example we will add support for the following file extensions: .cgi .pl .py We have set folder to be /home/*/public_html/cgi-bin/ as this is by default, don't set it to as public_html only as this will cause issues with your php scripts. Create File: /usr/local/apache/conf.d/mod_cgid.conf LoadModule cgid_module […]

Read More