help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Variables] Reference for unit 'lwebserver' (#LNet)

TPHPFastCGIHandler

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lwebserver.pp line 205

type TPHPFastCGIHandler = class(TDocumentHandler)

protected

  FPool: TLFastCGIPool;

  FEnvPath: String;

  function GetAppEnv;

  function GetAppName;

  function GetHost;

  function GetPort;

  procedure RegisterWithEventer(); override;

  procedure SetAppEnv();

  procedure SetAppName();

  procedure SetHost();

  procedure SetPort();

public

  constructor Create;

  destructor Destroy; override;

  function HandleDocument(); override;

  property AppEnv: String; [rw]

  property AppName: String; [rw]

  property EnvPath: String; [rw]

  property Host: String; [rw]

  property Pool: TLFastCGIPool; [r]

  property Port: Integer; [rw]

end;

Inheritance

TPHPFastCGIHandler

|

TDocumentHandler

|

TObject

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505