[CC me please] Dear all, Sorry if this sound dumb, but I need to adress bug #820190. In other word, I need to move away from libapache2-mod-fastcgi.
Could someone with more experience than me, suggests an alternative for the current conf file in openjpip: $ cat debian/libopenjpip-server.conf # This is the config file for openjpip-server <IfModule mod_fastcgi.c> FastCGIExternalServer /var/www/html/openjpip -host 127.0.0.1:3000 </IfModule> Should I go with fcgid / mod_proxy_fcgi ... what is the equivalent for FastCGIExternalServer in this case ? Thanks much !