search for: binpath

Displaying 5 results from an estimated 5 matches for "binpath".

Did you mean: bin_path
2013 Feb 12
1
[SC] EnumQueryServicesStatus:OpenService FAILED 123
...$cmd = "C:\\Windows\\System32\\cmd.exe" $scPath = "C:\\Windows\\System32\\sc.exe" $findPath = "C:\\Windows\\System32\\find.exe" # Create Service exec{''Create Service nsc-devops'': command => "${cmd} /c \"${scPath} create nsc-devops binPath= \"C:\\NSClient++\\nsclient++.exe\" DisplayName= \"NSClient Devops\" Start= \"auto\"\"", path => ''c:\windows'', unless => "${scPath} query nsc-devops | ${findPath} \"nsc-devops\"", } # Modify Service...
2005 May 10
1
Some Rails-Lighttpd questions
...of course! What is the meaning of the socket parameter? According to the documentation 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...
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