I browsed through search results to try to find instructions on how to install php as a cgi and could not find detailed instructions on how to do this. The web server that is running is apache. It already has php installed, however I would like to be able have databases that cannot be modified by other users. In space on my web account, I placed php.ini and php.exe in a folder (titled php inside of a folder titled bin). At the top of a script that I titled test.cgi, I placed #!/home/myuser/bin/php, however, this returned an internal server error. Does the script have to have the actual path to php.exe? Are there any other ways to possibly fix the server error?
Any help would be appreciated.
Thanks in advance,
M