<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi, after struggling half a day with fpWeb on Windows Seven 64bits and Apache 2.2.15, I decided to try with Powtils, but it seems to both have problems on this platform.<br><br>My Powtils CGI program apparently runs fine, but when I try to access Get, Post or Env vars they are empty.<br><br>This simple example should show the environment var RequestUri, but it gives an empty string:<br><br>program test;<br><br>uses<br>  pwenvvar,<br>  pwinit,<br>  pwmain;<br><br>begin<br>  out('GetCgiRequestUri: ' + GetCgiRequestUri);<br>end.<br>       <br>For example, if I do http://localhost/cgi-bin/test.exe?foo=var, it should show:<br><br>"GetCgiRequestUri: /cgi-bin/test.exe?foo=var", but it shows "GetCgiRequestUri:" only.<br><br>BTW, in Linux it just run fine, 32 and 64bits without any problem.<br><br>Does anyone is can run
 FPC based CGI programs in this environment?<br><br>Leonardo M. Ramé<br>
http://leonardorame.blogspot.com<br><br></td></tr></table><br>