[fpc-pascal] FCGI TRequest URI

Michael Van Canneyt michael at freepascal.org
Fri May 30 11:57:23 CEST 2014



On Fri, 30 May 2014, Dimitrios Chr. Ioannidis wrote:

> Hi,
>
>  i'm trying to find out why the TRequest.URI property always return empty 
> string in my setup. I have configured the web server apache like this
>
> <Directory "/path/cgi/dir">
>  SetHandler fcgid-script
>  Order allow,deny
>  Allow from all
> </Directory>
>
> ScriptAlias /test /path/cgi/dir/fpc-fcgi-app.fcgi
>
> and when i'm trying to get the uri with something like ARequest.URI it's 
> always empty. The BaseURL, Host etc are ok.
>
> Any hints ?

Nope. Seems like something that needs to be debugged :(

Michael.



More information about the fpc-pascal mailing list