Re: mod_fastcgi.conf, Apache2 and SuSE 9.2
Manfred Rebentisch <mareb-WqOCh/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Organization | COMPARAT Software-Entwicklungs-GmbH |
| Message-ID | <[email protected]> |
One solution is: if I only use External Server; I delete the mod_fastcgi.conf file and the fastcgi entry in /etc/sysconfig/apache2 and write the following lines directly in /etc/apache2/httpd.conf: Include /etc/apache2/sysconfig.d/loadmodule.conf LoadModule fastcgi_module /usr/lib/apache2-prefork/mod_fastcgi.so FastCGIExternalServer /home/mareb/myapp/debug/src/myapp -host localhost:10001 Alias /myapp /home/mareb/myapp/debug/src/myapp The directory must be accessible by apache and then it run. As URL I write in the browser "http://localhost/myapp" I use the socket 10001 and multithreading in the application. But this is only a solution for my ExternalServer. Manfred -- COMPARAT Software-Entwicklungs-GmbH ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/