|
CGI problem: msg#00173lang.haskell.glasgow.bugs
I write to us for report that pwrapper and connectToCGIScript don't connect in both. This is my code: CGI's client: ======= module Main(main) where import Network.CGI import Network main :: IO () main = connectToCGIScript "localhost" (PortNumber 1027) CGI's server: ======= module Main(main) where import Network.CGI import Text.Html import Network main :: IO () main = pwrapper (PortNumber 1027) (\env -> return (stringToHtml "patata")) I'm trying to connect by APache server: http://localhost/cgi-bin/cgi-client but I recive nothing. Execute netstat, and both are connect with the other. _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [GHC] #677: segfault with C<->Haskell ping-pong, should be stack overflow, GHC |
|---|---|
| Next by Date: | "-optc-O3" plus "-prof" gcc failure, Johannes Ahlmann |
| Previous by Thread: | [GHC] #677: segfault with C<->Haskell ping-pong, should be stack overflow, GHC |
| Next by Thread: | "-optc-O3" plus "-prof" gcc failure, Johannes Ahlmann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |