You cannot post messages because this group is only available as an archive.
Description:
CGI Programming. (Moderated)
|
|
|
Premature End of Script Headers Mystery
|
| |
Hello all, So, I'm migrating a site from my test-server (Powerbook running Apache/Darwin BSD) to my web host and all my CGI scripts are giving me that error. The header error is also the only error that's showing up in the error_log. I've checked all the usual suspects: file permissions (775) syntax (perl -Tc is clean)... more »
|
|
CGI Problem. Help!!!
|
| |
Hi All, I am new to CGI, I thought you people might be able to help me: My HTML code: -------- <HTML> <HEAD> <TITLE> CGI Multiplication Example </TITLE> </HEAD> <FORM ACTION="[link]" METHOD="GET"> <P> Please specify the multiplicands </P> <INPUT name="m" SIZE="5"> <INPUT NAME="n" SIZE="5"><BR>... more »
|
|
system call returns return code -1
|
| |
Hi, i have a cgi file and in that i am calling the system('ls') system('ls'); its returning a return code of -1 ,permission denied. so i added apache user having permissions to execute the ls command in /etc/sudoers file. and relaced the system function with system("sudo","ls"); still i am getting the above same error.... more »
|
|
CGIEmail 403 Error
|
| |
Sorry if this was asked before, but I didn't see it. I'm getting a 403 No variable substitutions in template error through IE, but not when I use Firefox. I'm really kinda stumped here, and a bit of a noob. Here is my template ...To: *...@gmail.com ...What is your first name? [firstname] What is your last name? [lastname]... more »
|
|
|