notcourage When I execute a simple script (hello.php), Abyss hangs. In the fastcgi log: 26/Jan/2009:21:58:51 -0800 SUID: 0 server_init() = {mutex=560/230} 26/Jan/2009:21:58:51 -0800 SUID: 0 server_bind() = {pipe="\\.\pipe\abws-fcgi-00000000-01c980444b0378e000001b8c"} 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 process_init() = {event=572/23c} 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 process_start(cmdline="C:\swe\PHP5\php.exe ") = OK 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 RUID: 0 connect() = OK 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 RUID: 0 send_table(type=9, size=56 bytes, items=3) 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 RUID: 0 send_table_item(key="FCGI_MAX_CONNS", value="") 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 RUID: 0 send_table_item(key="FCGI_MAX_REQS", value="") 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 RUID: 0 send_table_item(key="FCGI_MPXS_CONNS", value="") 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 RUID: 0 send_table_end() 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 RUID: 0 send_table(type=9, size=8 bytes, items=0) 26/Jan/2009:21:58:51 -0800 SUID: 0 PUID: 0 RUID: 0 send_table_end() Also while configuring PHP with the Abyss console, many requests failed. Retrying a few times completed them.
aprelium notcourage, Our instructions in http://www.aprelium.com/abyssws/php5win.html state that you'll have to configure the server to use php-cgi.exe and not php.exe as the PHP interpreter.