Lamp with mod_fastcgi

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-15T19:44:31Z Indexed on 2010/05/15 19:54 UTC
Read the original article Hit count: 328

Filed under:
|
|

Hi!

I am building a cgi application, and now I would like it to be like an application that stands and parses each connection, with this, I can have all session variables saved in memory instead of saving them to file(or anyother place) and loading them again on a new connection

I am using lamp within a linux vmware but I can't seem to find how to install the module for it to work and what to change in the httpd.conf. I tried to compile the module, but I couldn't because my apache isn't a regular instalation, its a lamp already built one, and it seems that the mod needs the apache directory to be compiled. I saw some coding examples out there, so I guess is not that hard once its runing ok with Apache

Can you help me with this please?

Thanks,
Joe

© Stack Overflow or respective owner

Related posts about apache

Related posts about fastcgi