Re: FastCGI-developers Digest, Vol 7, Issue 4
"antonio cipolletti" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <FEB635B74D1640B2BBBB90669AA98934@tlx38d21d7c476> |
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-xGejAJT2w6xVgU18Zptdi8XXUOn6P5/[email protected]
[mailto:fastcgi-developers-bounces+antonio.cipolletti=gmail.com@mailman.fast
cgi.com] On Behalf Of fastcgi-developers-request-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
Sent: martedì 24 febbraio 2009 23.59
To: fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
Subject: FastCGI-developers Digest, Vol 7, Issue 4
Send FastCGI-developers mailing list submissions to
fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
You can reach the person managing the list at
fastcgi-developers-owner-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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" <[email protected]>
Subject: Re: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on
win32
To: 'Octavian Râsnita' <[email protected]>,
<fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org>
Message-ID: <D3AA9924A25D46A78DA1A012DCC4FFCE@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:[email protected]]
Sent: martedì 24 febbraio 2009 14.53
To: antonio cipolletti; fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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:[email protected]> cipolletti
To: fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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 <[email protected]>
Subject: Re: [FASTCGI] Issue on mod fastcgi 2.4.7 and apache 2.2.11 on
win32
To: "antonio cipolletti" <[email protected]>,
<fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org>
Message-ID: <8E202FB4569E48AFBD57B935A41694B4@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-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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:[email protected]]
Sent: martedì 24 febbraio 2009 14.53
To: antonio cipolletti; fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
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-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
End of FastCGI-developers Digest, Vol 7, Issue 4
************************************************