Recent

Author Topic: fcl-web and windows apache module  (Read 2196 times)

serge_fastmag

  • New member
  • *
  • Posts: 7
fcl-web and windows apache module
« 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


ahiggins

  • Jr. Member
  • **
  • Posts: 92
Re: fcl-web and windows apache module
« Reply #1 on: March 12, 2018, 12:57:04 pm »
Serge,

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


Kind regards

Tony

serge_fastmag

  • New member
  • *
  • Posts: 7
Re: fcl-web and windows apache module
« Reply #2 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

ahiggins

  • Jr. Member
  • **
  • Posts: 92
Re: fcl-web and windows apache module
« Reply #3 on: March 12, 2018, 02:45:47 pm »
look like I'm going to have to go the same way


 

TinyPortal © 2005-2018