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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to