Changes between Version 4 and Version 5 of XLFastCGI
- Timestamp:
- 03/06/2008 10:07:22 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XLFastCGI
v4 v5 4 4 XL podržava [http://www.fastcgi.com/devkit/doc/fcgi-spec.html FastCGI 1.0] specifikaciju. Podržan je multipleks više zahtjeva preko jedne konekcije istovremeno. Podržan je Responder mod, nisu podržani (ali su u planu) Authorizer i Filter. 5 5 6 XL supports [http://www.fastcgi.com/devkit/doc/fcgi-spec.html FastCGI 1.0] specification. It does support request multiplexing over single connection at a time. It supports Responder role, and Authorizer and Filter roles are not supported, but they are planned.7 8 6 = lighttpd configuration = 9 7 10 8 Prvo, moramo dodati index.xhtml u važeće index file names, u lighttpd.conf: 11 12 First, we must append index.xhtml to recognized index file names, in lighttpd.conf:13 9 14 10 {{{ 19 15 I exclusion za static fajlove... 20 16 21 And exclusion for static files...22 23 17 {{{ 24 18 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".xl", ".xhtml" ) 26 20 27 21 Zatim u fastcgi.servers config sekciju: 28 29 And then fastcgi.servers section:30 22 31 23 {{{ 44 36 Sad je potrebno restartovati lighttpd. 45 37 46 Now we need to restart lighttpd. 47 48 = Configuration of xli-fcgi based virtual site = 38 = Konfiguracija xli-fcgi baziranog hostovanog sajta = 49 39 50 40 U trenutku kad se u okviru neke prezentacije prvi put zatraži neki .xhtml URL, odnosno prefix koji je navede u fastcgi-server sekciji, xli-fcgi će
