Hi, I'm attempting to create some dynamic content on my webpage, which I've already achieved to some extent with php, but I have some CGI that I want to run.
I orginally wrote the cgi in c++, compiled it on my PPC mac, and uploaded it. I changed the permissions, but it wouldn't run. I tried compiling it on my linux partition, running Ubuntu 6.10, but still, it wouldn't run. Fed up, I rewrote the whole thing in perl, saved it as a .pl, uploaded it, but still it will not run. I have the script stored in public_html/cgi-bin, permissions are set to 755
please help, I don't want to have to do this all with php!
is there something extra I need to do? is there a special account option for cgi?
TIA
I orginally wrote the cgi in c++, compiled it on my PPC mac, and uploaded it. I changed the permissions, but it wouldn't run. I tried compiling it on my linux partition, running Ubuntu 6.10, but still, it wouldn't run. Fed up, I rewrote the whole thing in perl, saved it as a .pl, uploaded it, but still it will not run. I have the script stored in public_html/cgi-bin, permissions are set to 755
please help, I don't want to have to do this all with php!
is there something extra I need to do? is there a special account option for cgi?
TIA