search for: someapp

Displaying 7 results from an estimated 7 matches for "someapp".

2016 Mar 31
2
rsync with overlay tree
...verlay path, it should clobber any matching filename (or directory?) in the common path. An example for clarity.... I start with: common/config/settings.conf common/config/include.d/names.conf common/config/include.d/numbers.conf common/config/include.d/plugins.conf common/bin/someapp common/bin/someplugin common/lib/somelib common/someapp-release Almost all of the config of someapp has remained unchanged in the latest major release. I don't want to fork all that config, and maintain in two places until we're fully upgraded, and I want to be able to provisi...
2007 Oct 16
1
redirects with mongrel (dropping the www. from a url)
Hi All, I have a rails app running on an apache virtual host with mongrel that i want to set up a redirect from www.someapp.com to someapp.com (dropping the www.) I have tried doing this in apache using a rewrite rule (below) which worked before when the app was written in php. Redirect http://www.soccertackle.com/ http://soccertackle.com RewriteEngine on RewriteCond %{HTTP_HOST} !^soccertackle\.com [NC] R...
2016 Mar 31
4
rsync with overlay tree
I maintain a directory structure containing dirs and files that I regularly push to ~50 hosts, which are divided into 3 groups that have slightly different needs (minor mods in a couple of files). So ideally I would have 4 directories: /path/to/sync/common/ <- common files /path/to/sync/group1/ <- group1 specific only /path/to/sync/group2/ <- group2 specific only
2009 Sep 15
6
Running an app that require specific NT groups
Hello guys, I need to run an application that requires the user to be in a specific group (let's say "SomeApp Admin"). I couldn't find any documentation about this, either here or on the wiki (although I sometimes suck at searching - slap me if I did), so I took a look at the server/token.c code. At first glance it seems like the groups are hardcoded in there, but I might have missed something....
2009 Aug 04
8
confused newbie
To launch a Windows exe from a command line, is it "wine <program>" or "wine start <program>"? I've seen both mentioned in the documentation.
2007 May 02
2
Routing to a static resource in Mongrel
All, I would like to set up a route that causes a static "index.html" file (in the "public" directory) to be served on a request to an empty URL path (i.e. map.connect '''', ...). Can I do that with Mongrel? Basically, I want the ability to do in Mongrel what I will end up doing in Apache with a rewrite directive. Thanks, Wes -- Posted via
2006 Mar 05
5
lighttpd / WEBrick forum?
...k and got one responce and that responce told me I was on the wrong list with Ruby based from / CGI questions. The code I posted looks correct but does not work giving a Routing Error. This makes me think something is wrong with the set up of WEBrick. I am only doing the default "rails someapp" and running WEBrick with script/server -p3020. The CGI does not work (original post below). This makes me think I need to go to some WEBrick knowledge. Where can I find it? john #################################################### Original post: #######################################...