For mod_wsgi the mailing list details can be found at: http://code.google.com/p/modwsgi/wiki/WhereToGetHelp?tm=6#Asking_Your_Questions
If you actually have thoughts about working on the mod_wsgi code, as opposed to just using it, then suggest you drop a message on the mod_wsgi mailing list with your intentions so they (I) know what you are up to. Anyone stepping up with an actual desire to want to work on the mod_wsgi code is a very rare event, so would be good to know where you are coming from and what you want to do. Graham On 12/07/2013, at 7:28 AM, William A. Rowe Jr. <wr...@rowe-clan.net> wrote: > On Fri, 12 Jul 2013 14:07:56 +0200 > Reindl Harald <h.rei...@thelounge.net> wrote: > >> Am 12.07.2013 14:03, schrieb kalyan sita: >>> I would like to work on mod_wsgi and fastcgi modules of Apache >>> source code But using configure I cannot enable these modules while >>> building the httdp 2.2.22 source code. Can anyone please help me >>> out? >> >> they are not part of the standard tarball and >> has to be compiled / packaged at their own >> >> http://www.apache.org/dist/httpd/mod_fcgid/ >> http://code.google.com/p/modwsgi/ > > They are packaged seperately as source, but there is a method for > combining mod_fcgid into the httpd package source before compiling; > > http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/README-FCGID?revision=822576&view=co > > Also, while this httpd ./configure hack aught to work; > > --with-module=module-type:module-file > > Enable module-file in the modules/<module-type> directory. > > I've never found it to work so well in practice with multiple-source > file modules. >