[Lazarus] fpWeb FCGI Setup
silvioprog
silvioprog at gmail.com
Fri May 27 13:27:38 CEST 2011
2011/5/27 <michael.vancanneyt at wisa.be>:
> The above configuration is quite complicated, you are mixing several
> things. It can be done much more simple. All you need is the
> FastCgiExternalServer
> directive.
>
> <IfModule mod_fastcgi.c>
> # The following assumes that the C:/xampp/htdocs/ directory is
> DocumentRoot.
> <Directory "C:/xampp/htdocs/fcgi">
> Options +ExecCGI
> Order allow,deny
> Allow from all
> </Directory>
> FastCgiExternalServer "C:/xampp/htdocs/fcgi/mytest" -host 127.0.0.1:2015
> -idle-timeout 30 -flush
> </ifmodule>
>
> And then the URL
> http://127.0.0.1:8080/fcgi/mytest
>
> should work.
YYYYYYYEEEEEEEeeeeeeehhhhhhh!!!!!!! <|:}D WORKED!
But...
I followed steps of AB and steps above, and open the link without 8080 ...:
http://127.0.0.1/fcgi/mytest
...then:
<html><body>Test</body></html>
I love FPC-Lazarus forever!
Thanks again Lee Jenkins, ABorka, Michael, Marcos and All.
> Michael.
--
Silvio Clécio
===============================================
Blog - <silvioprog.com.br>
Twitter - <twitter.com/silvioprog>
LazSolutions - <code.google.com/p/lazsolutions>
Lazarus-BR - <groups.google.com.br/group/lazarus-br?hl=pt-BR>
===============================================
* Conheça nosso canal IRC sobre Lazarus: #lazarus-br *
===============================================
More information about the Lazarus
mailing list