run php as cgi

  1. J

    How to run PHP as CGI with Suexec

    PhP is a server side script that is loaded into a server and generates the pages. CGI is utilized by replacing a SSI directive tag in HTML. When a page is loaded in the browser the server reads that directive and run the script file, which is replaced by given tag. If you are running PHP as CGI...
Top