I did OAM install and webgate integration with OAM .Then was testing response header with prinenv file .and hit this issue
http://:7777/cgi-bin/printenv
Response headers issue got resolved. It was issue with perl path for the executable .I updated sr and you can get that closed and continue to work on this .I modified path and got output .See below .
-bash-3.2$ which perl
/usr/bin/perl
-bash-3.2$ cat printenv
#!/usr/local/bin/perl
##
## printenv -- demo CGI program which just prints its environment
##
http://
Response headers issue got resolved. It was issue with perl path for the executable .I updated sr and you can get that closed and continue to work on this .I modified path and got output .See below .
-bash-3.2$ which perl
/usr/bin/perl
-bash-3.2$ cat printenv
#!/usr/local/bin/perl
##
## printenv -- demo CGI program which just prints its environment
##
No comments:
Post a Comment