search for: my_sit

Displaying 8 results from an estimated 8 matches for "my_sit".

Did you mean: my_fit
2006 Jan 28
1
Switchtower different svn repo urls from my local box and my shared hosting
...ws) to my shared hosting If I set the repository to (deploy.rb): set :repository, "file:///home/[my_user]/repo/[my_app]/trunk" My local box (windows) can''t reach the subversion repository located in site5 If I set the repository to: set :repository, "svn+ssh://[my_user]@[my_site]/home/[my_user]/repo/[my_app]/trunk/" I got a "permission denied" when svn run in my shared hosting How do you deal with this? The workaround I found was: 1. Leave the :repository property in deploy.rb to file:// syntax. set :repository, "file:///home/[my_user]/repo/[my_app...
2008 Jan 17
6
Apache22+mod_proxy+mongrel+ssl
I am trying to move a Rails application, that uses SSL, from an Apache/FastCGI stack, that works fine, to Apache22 and mongrel working with a single mongrel instance (i.e., not mongrel cluster, yet.) I have a single mongrel instance demonized and working fine on http, on port 3000. Apache/OpenSSL/certs working fine. Here is my test http.conf (deliberately kept as simple as possible):
2010 Jun 07
0
No subject
...that of another relay event. The result in this case is that the relay event with the highest priority will become active. Note: Supported priority values are 1 (default) and higher. e.g. This would enable the relaying of the stream on 'my_site' on port 9000 <relay url="http://my_site:9000" priority="1"/> Note: It may be necessary to append /; onto the end of the url as in some cases the wrong mime type will be returned from the server and so causes the relay url fail to be...
2007 Feb 06
8
setting enviroment variable
I have a ror project which has been productized. There are several web sites in one ror project I need to set an "enviroment variable" to run different sites, can I do that using mongrel? I tried to use mongrel''s -S option and set the enviroment variable in that file but it seems mongrel runs that file after it calls enviroment.rb I also used apache''s
2017 Nov 10
0
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
...ge_list: + print "--------e.vertices[0].site: %s" % e.vertices[0].site.site_dnstr + print "--------e.vertices[1].site: %s" % e.vertices[1].site.site_dnstr # XXX more accurate comparison? if e.directed and e.vertices[0].site is self.my_site: continue if e.vertices[0].site is self.my_site: rsite = e.vertices[1].site this changes show me always the edges between Default-First-Site-Name and Tesite, what I think to see here is one connection to Default-First-Site-Name and one connection t...
2017 Nov 09
2
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
Hello Rowland, of course it will be started by samba, I saw this output if I run "samba -i". But I can trigger this output also by starting samba_kcc manually. Andrej -----Ursprüngliche Nachricht----- Von: Rowland Penny [mailto:rpenny at samba.org] Gesendet: Donnerstag, 9. November 2017 14:04 An: samba at lists.samba.org Cc: Andrej Gessel <Andrej.Gessel at janztec.com>
2005 Jun 27
5
"sh -i" My server was hacked. How can i found hole on my server?
...8.6 60138 nobody 4u IPv4 0t0 TCP no PCB, CANTSENDMORE, CANTRCVMORE perl5.8.6 60138 nobody 15w VREG 4,18 47856095 6407163 /usr/local/apache/logs/error_log perl5.8.6 60138 nobody 18w VREG 4,18 84 6406351 /usr/local/apache/domlogs/my_site.ru-bytes_log ... apache logs... perl5.8.6 60138 nobody 61w VREG 4,18 847357 6407164 /usr/local/apache/logs/ssl_engine_log perl5.8.6 60138 nobody 62w VREG 4,16 147300 8310 /var/log/my_site.ru perl5.8.6 60138 nobody 63w VREG 4,18...
2009 Dec 06
9
Route error to Admin namespace
Hi. I have some apps that i have "admin" areas to the clients manager the app. This "admin" is a directory on my controllers path, like this: my_site --> app -->-->controllers -->-->-->admin And my controllers in "admin", i use the correct namespace(example for clients_controller): class Admin::ClientsController < AdminController Only doing it and dont use routes, it run OK if i access by the url: http://local...