[fpc-pascal] FCGI TRequest URI

Dimitrios Chr. Ioannidis d.ioannidis at nephelae.eu
Fri May 30 11:51:42 CEST 2014


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 ?

I'm using fpc 2.6.5 ( latest fixes branch ) and apache from debian 
wheezy ( 2.2.2 i think ).

regards,

-- 
Dimitrios Chr. Ioannidis

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4261 bytes
Desc: Κρυπτογραφημένη υπογραφή S/MIME
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140530/d05ffcaf/attachment.bin>


More information about the fpc-pascal mailing list