Trying to run:
http://store.worldtradepress.com/cgi-bin/shopsite-install/wwwinstall.cgi
I am getting 'Internal Server Error' in the browser, and the error.log is saying:
[Tue Oct 27 14:14:33.134986 2015] [cgi:error] [pid 733] [client 192.168.0.105:63405] AH01215: (2)No such file or directory: exec of '/var/www/cgi-bin/shopsite-install/wwwinstall.cgi' failed
[Tue Oct 27 14:14:33.135628 2015] [cgi:error] [pid 733] [client 192.168.0.105:63405] End of script output before headers: wwwinstall.cgi
I've checked (and double checked) the permissions, and they look correct. I am wondering if this error message is familiar to anyone. Am I just overlooking something?
It's frustrating because I installed a v11 store on Linux and, although I had bugs, this was not one of them. I remember having permission issues show in the error.log, which I was able to solve.
This almost looks like there is a file/folder missing that wwwinstall.cgi requires. I created the /data/, /data/ss, /data/sc and /cgi-bin/shopsite-install folders, set ownership/permissions to spec with no effect.
I feel like I've double checked everything I know of. Any thoughts?
--------------------------------------
I've got two v9 stores I am moving from windows to Linux as-is, then upgrading to v12.
A basic index.html 'Hello World' site is running, and I've set up the cgi-bin, sc, ss and data folders with 777 permissions and administrator:www-data ownership.
Dropped a perl script into the chi-bin/shopsite-install folder that runs correctly.