RE: mod_proxy_fcgi and php

2006-05-13 Thread Markus Schiegl
fcgi as scheme yet (1) The following patch should solve this. ... I'll look at getting this checked in, thanks! thanks! -- Markus Schiegl | [EMAIL PROTECTED] | [EMAIL PROTECTED] | PGP-KeyID: 0x21063504

mod_proxy_fcgi and php

2006-04-22 Thread Markus Schiegl
@@ if (!strncasecmp(uri, tp://, 5)) {/* ftp://*/ return 6; } +if (!strncasecmp(uri, cgi://, 6)) { /* fcgi://*/ +return 7; +} break; case 'g': -- Markus Schiegl | [EMAIL PROTECTED] | [EMAIL PROTECTED