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

Attachment: smime.p7s
Description: Κρυπτογραφημένη υπογραφή S/MIME

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to