Displaying 5 results from an estimated 5 matches for "binpaths".
Did you mean:
binpath
2013 Feb 12
1
[SC] EnumQueryServicesStatus:OpenService FAILED 123
*Hi guys!*
*
*
*I''m trying to perform a service creation using SC and if this service is
already created, using an "unless" we can avoid it. *
*Sound very simple, but for any reason, when instructions are called by
puppet they are not working instead you call directly, same instructions,
using DOS, where works sweet.*
*
*
*Here is part of the code:*
$cmd =
2005 May 10
1
Some Rails-Lighttpd questions
...it is "path to the unix-domain socket" but who creates that socket? Rails
or FastCGI?
Currently I manually created some sockets like written in the tutorial. Why
are there multiple sockets with the same binpath in the tuturial? Does that
affect performance?
Is it possible to use different binpaths in one fastcgi.server entry? I used
multiple of them now and FastCGI complained about my path not existing in
the first entry but not on non-existing paths later on...
Can I allow users to set up their own rails hosting without my interference
in the configuration? I''d like a user to be ab...
2006 Jul 29
2
PHP in Rails app running on WEBRick
Hi all,
I''ve got a Rails app, and I''ve been asked to include some PHP pages in
the site. They don''t need to interact with the Rails app itself (I''d
treat them much like GIF files), but I''d still like to be able to
access them at development time using WEBRick.
What do I need to add to ./script/server to support PHP pages?
Cheers,
Douglas
2013 Aug 28
3
Creating Windows services
Hello,
Documentation mentions that Windows service resource provider "can start,
stop, enable, and disable services".
Is it possible to create (register) a service using this provider?
I''m running stand-alone Puppet agent 3.4.2 on Windows.
Thanks,
Igor.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of
4. This commit rationalises the whitespace to use only 4 space indentation, and
removes trailing whitespace.
---
RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++--------------------------
RHSrvAny/RHSrvAny.h | 1 -
RHSrvAny/resource.h | 2 +-
3 files changed, 269 insertions(+), 271 deletions(-)
diff --git