[FASTCGI] FastCGI-developers Digest, Vol 7, Issue 4
antonio cipolletti
antonio.cipolletti at gmail.com
Wed Feb 25 07:17:56 EST 2009
I solved the issue, that was in the call to CreateNamedPipe(fs->fs_path
I changed in CreateNamedPipe(lpszPipename where lpszpipename was
LPTSTR lpszPipename = _tprintf(TEXT(("%s"),fs->socket_path);
-----Original Message-----
From:
fastcgi-developers-bounces+antonio.cipolletti=gmail.com at mailman.fastcgi.com
[mailto:fastcgi-developers-bounces+antonio.cipolletti=gmail.com at mailman.fast
cgi.com] On Behalf Of fastcgi-developers-request at mailman.fastcgi.com
Sent: martedì 24 febbraio 2009 23.59
To: fastcgi-developers at mailman.fastcgi.com
Subject: FastCGI-developers Digest, Vol 7, Issue 4
Send FastCGI-developers mailing list submissions to
fastcgi-developers at mailman.fastcgi.com
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
or, via email, send a message with subject or body 'help' to
fastcgi-developers-request at mailman.fastcgi.com
You can reach the person managing the list at
fastcgi-developers-owner at mailman.fastcgi.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of FastCGI-developers digest..."
Today's Topics:
1. Re: Issue on mod fastcgi 2.4.7 and apache 2.2.11 on win32
(antonio cipolletti)
2. Re: Issue on mod fastcgi 2.4.7 and apache 2.2.11 on win32
(Octavian Râsnita)
----------------------------------------------------------------------
Message: 1
Date: Tue, 24 Feb 2009 23:23:11 +0100
From: "antonio cipolletti" <antonio.cipolletti at gmail.com>
Subject: Re: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on
win32
To: 'Octavian Râsnita' <orasnita at gmail.com>,
<fastcgi-developers at mailman.fastcgi.com>
Message-ID: <D3AA9924A25D46A78DA1A012DCC4FFCE at tlx38d21d7c476>
Content-Type: text/plain; charset="iso-8859-1"
Hi, i developed a fastcgi win32 exe spanned in 5 process. This system is
working from one year ago.
It is implemented like a normal executable according to fastcgi
specification.
What details do you refer?
_____
From: Octavian Râsnita [mailto:orasnita at gmail.com]
Sent: martedì 24 febbraio 2009 14.53
To: antonio cipolletti; fastcgi-developers at mailman.fastcgi.com
Subject: Re: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on win32
Hi,
Are there somewhere details about how to make fastcgi work on Win32?
Can fastcgi run an external program under Win32?
Thanks.
Octavian
----- Original Message -----
From: antonio <mailto:antonio.cipolletti at gmail.com> cipolletti
To: fastcgi-developers at mailman.fastcgi.com
Sent: Tuesday, February 24, 2009 2:50 PM
Subject: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on win32
HI, my fastcgi application is working fine on win32 apache 2.2.8.
I must migrate to apache 2.2.11 win32, I know there is an incompabtibility
with the new apr 1.3.3, so i rebuild the mod fastcgi snapshot
mod_fastcgi-SNAP-0811090952,
and I recompiled my application with the new library required for 2.2.11 and
mod_fastcgi-SNAP-0811090952.
When I try to start apache there are following erros
[Tue Feb 24 13:41:04 2009] [crit] (OS 123)The filename, directory name, or
volume label syntax is incorrect. : FastCGI: can't exec server
"C:/tlx/MTF/FCGI/FCGI/ReqHandler/ReqHandler/req/Release/req.exe",
CreateNamedPipe() failed
[Tue Feb 24 13:41:04 2009] [crit] (OS 123)The filename, directory name, or
volume label syntax is incorrect. : FastCGI: can't start server
"C:/tlx/MTF/FCGI/FCGI/ReqHandler/ReqHandler/req/Release/req.exe":
spawn_fs_process() failed
the directive on http.conf is following
FastCgiServer C:/tlx/MTF/FCGI/FCGI/ReqHandler/ReqHandler/req/Release/req.exe
-processes 2
Anyone can help me to understand the problem ?
Many Thanks in advance.
Antonio Cipolletti
_____
_______________________________________________
FastCGI-developers mailing list
FastCGI-developers at mailman.fastcgi.com
http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mailman.pins.net/mailman/private.cgi/fastcgi-developers/attachments/
20090224/1f677c0d/attachment-0001.html>
------------------------------
Message: 2
Date: Wed, 25 Feb 2009 00:32:31 +0200
From: Octavian Râsnita <orasnita at gmail.com>
Subject: Re: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on
win32
To: "antonio cipolletti" <antonio.cipolletti at gmail.com>,
<fastcgi-developers at mailman.fastcgi.com>
Message-ID: <8E202FB4569E48AFBD57B935A41694B4 at teddy>
Content-Type: text/plain; charset="iso-8859-1"
I want to be able to run a program in perl (made using the Catalyst
framework) using fastcgi, but use it like an external daemon - to be able to
restart the application without needing to restart Apache.
fcgid doesn't offer this feature but only fastcgi and I wasn't able to
install fastcgi under Windows.
Thank you.
Octavian
----- Original Message -----
From: antonio cipolletti
To: 'Octavian Râsnita' ; fastcgi-developers at mailman.fastcgi.com
Sent: Wednesday, February 25, 2009 12:23 AM
Subject: RE: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on
win32
Hi, i developed a fastcgi win32 exe spanned in 5 process. This system is
working from one year ago.
It is implemented like a normal executable according to fastcgi
specification.
What details do you refer?
----------------------------------------------------------------------------
--
From: Octavian Râsnita [mailto:orasnita at gmail.com]
Sent: martedì 24 febbraio 2009 14.53
To: antonio cipolletti; fastcgi-developers at mailman.fastcgi.com
Subject: Re: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on
win32
Hi,
Are there somewhere details about how to make fastcgi work on Win32?
Can fastcgi run an external program under Win32?
Thanks.
Octavian
----- Original Message -----
From: antonio cipolletti
To: fastcgi-developers at mailman.fastcgi.com
Sent: Tuesday, February 24, 2009 2:50 PM
Subject: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on win32
HI, my fastcgi application is working fine on win32 apache 2.2.8.
I must migrate to apache 2.2.11 win32, I know there is an
incompabtibility with the new apr 1.3.3, so i rebuild the mod fastcgi
snapshot mod_fastcgi-SNAP-0811090952,
and I recompiled my application with the new library required for 2.2.11
and mod_fastcgi-SNAP-0811090952.
When I try to start apache there are following erros
[Tue Feb 24 13:41:04 2009] [crit] (OS 123)The filename, directory name,
or volume label syntax is incorrect. : FastCGI: can't exec server
"C:/tlx/MTF/FCGI/FCGI/ReqHandler/ReqHandler/req/Release/req.exe",
CreateNamedPipe() failed
[Tue Feb 24 13:41:04 2009] [crit] (OS 123)The filename, directory name,
or volume label syntax is incorrect. : FastCGI: can't start server
"C:/tlx/MTF/FCGI/FCGI/ReqHandler/ReqHandler/req/Release/req.exe":
spawn_fs_process() failed
the directive on http.conf is following
FastCgiServer
C:/tlx/MTF/FCGI/FCGI/ReqHandler/ReqHandler/req/Release/req.exe -processes 2
Anyone can help me to understand the problem ?
Many Thanks in advance.
Antonio Cipolletti
----------------------------------------------------------------------------
_______________________________________________
FastCGI-developers mailing list
FastCGI-developers at mailman.fastcgi.com
http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mailman.pins.net/mailman/private.cgi/fastcgi-developers/attachments/
20090225/d75faca5/attachment.html>
------------------------------
_______________________________________________
FastCGI-developers mailing list
FastCGI-developers at mailman.fastcgi.com
http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
End of FastCGI-developers Digest, Vol 7, Issue 4
************************************************
More information about the FastCGI-developers
mailing list