$Web Secure: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(Automatically generated page update) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:$Web_Secure}} | {{DISPLAYTITLE:$Web_Secure}} | ||
<span class="pageSubtitle" | <span class="pageSubtitle">Check if thread running on secure port</span> | ||
<var>$Web_Secure</var> indicates if the thread is running on a secure (SSL) port. | <var>$Web_Secure</var> indicates if the thread is running on a secure (SSL) port. | ||
==Syntax== | ==Syntax== | ||
<p class="syntax" | <p class="syntax"><span class="term">%rc</span> = $Web_Secure | ||
</p> | |||
<var>$Web_Secure</var> takes no arguments and returns a status code. | <var>$Web_Secure</var> takes no arguments and returns a status code. |
Revision as of 18:18, 10 April 2013
Check if thread running on secure port
$Web_Secure indicates if the thread is running on a secure (SSL) port.
Syntax
%rc = $Web_Secure
$Web_Secure takes no arguments and returns a status code.
Code | Meaning |
---|---|
0 | Not on a secure port, or not a Web Server thread. |
1 | Web Server thread running on a secure (SSL) port. |