Link to home
Start Free TrialLog in
Avatar of neta
neta

asked on

How to configure my Apache/1.3.4 to run CGI ?

How to configure my Apache/1.3.4(Unix)
Suse/6.0 in order to activate my CGI script.
I have written a JAVA CGI and I am trying to call it via a Script
I am getting this error from my httpd.error_log

my error ----------------->
/usr/lib/java/bin/java: /etc/rc.config:Permission denied
Premature end of script headers: /usr/local/httpd/cgi-bin/get.cgi
--------------------------->end of error

Thanks
Neta :}

ASKER CERTIFIED SOLUTION
Avatar of TYoung
TYoung

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of neta
neta

ASKER

Well you are right i have to chmod a+x /etc/rc.config

before you receive your points mybe you know why i can't receive parameters via the []args ?