Lazarus

Programming => General => Topic started by: serge_fastmag on August 20, 2016, 11:39:31 pm

Title: fcl-web and windows apache module
Post by: serge_fastmag on August 20, 2016, 11:39:31 pm
Hi,

I am using Lazarus windows with fcl-web to create a windows apache module (win32 DLL) : mod_lazfilter.dll

To install my module I set those two lines in httpd.conf :
loadmodule mod_lazfilter my_modules/mod_lazfilter.dll
addhandler mod_lazfilter .aaa

Now, if I call a page from my server with extention .aaa (example: index.aaa) my module is called.

My problem is that aRequest.ContentField is allways empty, so I can't get parms from forms with post data.
aRequest.QueryField is OK

The same program in CGI is OK.

Thank you for your help.

Serge

Title: Re: fcl-web and windows apache module
Post by: ahiggins on March 12, 2018, 12:57:04 pm
Serge,

I've the same problem, did you find a solution?


Kind regards

Tony
Title: Re: fcl-web and windows apache module
Post by: serge_fastmag on March 12, 2018, 01:17:10 pm
Hi Tony,

<< I've the same problem, did you find a solution? >>

No, I'am using CGI :-(

Serge
Title: Re: fcl-web and windows apache module
Post by: ahiggins on March 12, 2018, 02:45:47 pm
look like I'm going to have to go the same way

TinyPortal © 2005-2018