Re: install mod_fastcgi on Fedora Core 3
Marc Prewitt <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
You can use mod_fastcgi as a dso so as long as your apache2 is compiled to use dso's you can do this. In order to do it, you will probably need the src rpm for apache2. Then you should be able to unpack mod_fastcgi and build as follows: Make: apxs -o mod_fastcgi.so -c *.c Install: apxs -i -n fastcgi mod_fastcgi.so Changchun Xie wrote: > I have installed mod_fastcgi on Fedora Core 3, and it > works great. This was done by recompiling apache2 > httpd. > > However, I'd like to use the httpd/PHP/Perl/Mysql > packages come with Fedora Core 3. > > Anyone please tell me how to install mod_fastcgi > without recompiling apache2 httpd. > > Thanks, > Chan. > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ > > > ------------------------------------------------------------------------ > > ___________________________________ > fastcgi-developers mailing list > http://fastcgi.com/fastcgi-developers/ ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/