]> granicus.if.org Git - apache/commitdiff
Add a note to check the FAQ. A very common problem caused by VPNs
authorBill Stoddard <stoddard@apache.org>
Tue, 3 Apr 2001 00:44:47 +0000 (00:44 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 3 Apr 2001 00:44:47 +0000 (00:44 +0000)
like Aventail Connect is flagged by this code and is documented in the FAQ.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88672 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index b3d72d25baf6ca4b3f51a7b5d7d31518689e49a3..7598ef84d78d37813706d186d2258ecc2b9a0068 100644 (file)
@@ -1331,7 +1331,7 @@ static int create_process(apr_pool_t *p, HANDLE *handles, HANDLE *events, int *p
         if (WSADuplicateSocket(nsd, pi.dwProcessId,
                                lpWSAProtocolInfo) == SOCKET_ERROR) {
             ap_log_error(APLOG_MARK, APLOG_CRIT, apr_get_netos_error(), server_conf,
-                         "Parent: WSADuplicateSocket failed for socket %d.", lr->sd );
+                         "Parent: WSADuplicateSocket failed for socket %d. Check the FAQ.", lr->sd );
             return -1;
         }