1753936 Members
9856 Online
108811 Solutions
New Discussion

Re: CSWS - CGI question

 
SOLVED
Go to solution
Willem Grooters
Honored Contributor

Re: CSWS - CGI question

Martin,

Authentication is by mod_auth_openvms only, using BASIC identification and requiring a valid user - as in the manual. So quite basic indeed - but it works.

But I think your single remark is the perhaps clue:

---

As for the "backdoor" the symbol is created by the server for the thread executing the script.

---

so it would be tread-specific and SHOW SYMBOL might miss it; but since symbol UIC is created within the script it will show up and the others don't. Could that be the case?
Willem Grooters
OpenVMS Developer & System Manager
Richard Barry
Occasional Advisor
Solution

Re: CSWS - CGI question

I don't recall the exact details, but this unexpected behavior has to do with DCL's symbol scoping rules and "SHOW SYMBOL *".

A wildcard DCL symbol search is unable to locate the CGI environment symbols defined by Apache's CGI setup procedure, but it is able to locate them using explicit searches.

The bottom line is that the symbols are defined, but DCL's "SHOW SYMBOL *" command is unable to list them.