Displaying 20 results from an estimated 7000 matches similar to: "Redundancy recomendations?"
2006 Aug 15
3
OT: Reliable service partners (mail, billing)
Hi,
I figure that a lot of you are building webapps aimed for the global
market, so I''m hoping that you''d like to share some experience.
* Anyone know a good vendor for hosting POP3 mails with virtual subdomains?
* Anyone know a good vendor for recurrent customer billing and credit
card validation etc.?
Thanks
Morten
2007 Mar 26
4
Monit + Mongrel woes
Hello all,
So, I''ve been using monit with mongrel for a while now, since the
0.3.x days (I think it was). It used to work fine, but now I seem to
be having some trouble. I''m currently using mongrel 1.0.1 and I am
using the same monit configuration I''ve always been using, yet
everytime monit should restart mongrel, I get "Execution failed".
For the start
2012 Dec 05
3
Fwd: Issue starting unicorn with non-ActiveRecord Rails app
Hi,
I''m trying to use unicorn in a test deployment of a Rails app that
uses Mongoid, so Activerecord isn''t included in the app. When I start
unicorn through Capistrano though, the stderr log fills up endlessly
with identical ActiveRecord-related errors:
I, [2012-12-05T04:19:25.375952 #5096] INFO -- : Refreshing Gem list
I, [2012-12-05T04:19:32.941249 #5096] INFO -- :
2010 Mar 15
2
Tomcat 5.23 help - http://hostname:8080 is an empty page.
I installed tomcat 5.23 from the yum install of centos5.3 and have started
tomcat on port 8080 . The http://hostname:8080 shows a blank page. In a
standard Tomcat distribution, the default application is located in the ROOT
directory /var/lib/tomcat5/webapps: From centos installation, this directory
is empty. Please help us to bring up the apache-tomcat installation page.
tomcat5.conf has the
2012 Nov 01
2
SyntaxError in Posts#index
getting this error
compile error
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:5: syntax error, unexpected ''=''
...w Goal", new_post_path, class="btn btn-success" );@output_bu...
^
/Users/bradwrage/webapps/blog/app/views/posts/index.html.erb:7: syntax error, unexpected kDO_BLOCK, expecting kEND
''); @posts.each
2011 Sep 01
7
couldn't find file 'jquery' rails 3.1 stable mountable engine
When I create a new engine in Rails 3.1 stable and then access the dummy
app or the engine I get an error say that the app can''t find jquery.
I''ve created the engine using
rails plugin new coffee --mountable
I''ve also created a basic controller in the engine and the dummy app. If
I remove the javascript include tag, everything works. But with the tag
there it just
2012 Jul 22
3
Puppet template tags and Java JSP tags
Hi All,
I was trying to templatize some JSP page I would like to dynamically
generates but it looks like puppet doesn''t like it.
Common JSP tags are <% ... %> so I guess it''s getting confused between
regular tags and jsp''s one.
This is an example of the trace it is givin me :
/etc/puppet/modules/xxx/templates/webapps/xxx/yyy/Mantle.jsp:1:in `result'':
2008 Jul 06
1
Handful of files are giving me error 13, directory executable bit issue
I am getting a handful of these errors, and I am not sure why. The
directories in question have rights like this:
drw-r--r-- 2 osstbb osstbb 42 2008-05-02 00:04 12981826/
As root, why would it matter if it has executability? I can read it
just fine on the server.
Or is it an issue when it tries to create it on the -client- ? Is
there a way to fix this? I can chmod 0755 the dirs on the server
2007 Jul 12
1
BUG? 'valid users' doesn't allow groups from trusted domains
It appears that you cannot include groups from trusted domains in the
'valid users =' directive on a share.
Here is the scenario as I experienced it (names have been changed to
protect the innocent):
Configuration:
- Samba 3.0.21b as a member server in a real NT4 domain (security =
domain) called 'NTDOMAIN'
- NTDOMAIN has a two-way trust with Windows 2003 Active Directory
2009 Jun 16
2
OT - Tomcat CLASSPATH issue
if this is ignored then fair enough as its not really the place for it
but if anyone has seen this it would be good to know
tomcat is 6.0.18
CLASSPATH is set in /etc/sysconfig/<appname> and this IS getting used as
_some_ configuration items are being picked up from /etc/<appname> but
the issue is when default setting from within the webapp are not being
overwritten by settings in
2006 Mar 07
4
Get rid of the "public"
Hello to all!
First I want to appologize if this topic has been already discussed but
the search does not work :)
I have RoR installed on a shared server. I also have a RoR application
installed in a subdomain. The structure is as follows:
www //this is my home WWW folder
+--- www //maps to www.mydomain.com
|
+--- webapp //maps to webapp.mydomain.com. Here is my RoR application
|
2006 Aug 15
2
Acl, Namespace, User Confusion
I'm using dovecot RC6.
I have a group named "cmpymail" with 2 users "jdoe at arinbe.com"
and "jsmith at arinbe.com". I set up a mail folders like:
drwxrwx--- 4 cmpymail cmpymail 4096 2006-08-13 02:21 cmpymail
drwxrwx--- 3 jdoe users 4096 2005-11-21 13:34 jdoe
drwxrwx--- 3 jsmith users 4096 2006-08-13 02:27 jsmith
drwxrwx--- 3 fred users
2006 Jan 25
9
connection_specification and adapter
Hi,
I wish to know, how those class work exactly, where
can I find the documentation? or can someone explain
to me how a connection is made via those class???
Thanks you very much!!!!
Saiho
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2003 Jan 16
4
File transfer corruption (NULL characters)
I've got a couple of Solaris 7 boxes that are running samba 2.2.0. When
I try to copy text files from a windows 2000 client to the server, the
resulting file is filled with all NULL characters. I tried copying the
same file to a NT server's share and there was no corruption.
When copying to the solaris share, the windows 2000 client eventually
gives the following error:
The
2006 Jun 09
2
Virtualhost, Alias & Subdomains
I am having a problem with subdomains, alias & virtual hosts
Centos 4.3, Apache 2.0.52 & PHP 5.04
I can get the primary to work, but not the aliased servers.
http.conf extract
*********
NameVirtualHost *
<VirtualHost *>
ServerName www.domain.com
DocumentRoot /var/www/html/domain/
ServerAlias www.altdomain.com <http://www.altdomain.com>
</VirtualHost>
<VirtualHost
2005 Aug 12
8
Java Problems
Hi. This post follows on from:
http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00185.html
And is possibly related to the bug referenced here:
http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4335360
In summary: Java processes are doing odd things.
1) It appears that number values are mysteriously changing. e.g. if you
look at the Hashtable error there is no way the
2005 Apr 05
1
Jakarta-Tomcat 1.2.10 problem
The connector is not loading my servlets?
I am writing down my httpd.conf and workers.properties
Httpd.conf
LoadModule jk_module modules/mod_jk.so
<ifModule mod_jk.c>
JkWorkersFile /usr/local/jakarta-tomcat-5.5.4/conf/workers.properties
JkLogFile /etc/httpd/logs/mod_jk.log
JkLogLevel info
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
JkLogStampFormat "[%a %b %d
2012 May 10
2
Postfix Query
Hello,
Another question!!
Was just trying to sort out mail delivery to subdomains. I set up my
system so that I have a mail address of tim at subdomain.example.com. I've
sorted out Postfix to correctly identify this and pass on to Dovecot for
delivery but Dovecot doesn't seem to deliver where I want it to. Ideally
I would like to have a structure so that mail is delivered to
2015 Dec 28
5
Phabricator/Arcanist feedback
Hi,
I recently tried reviewing/committing some of my code on
Phabricator/Arcanist for the first time and I noticed that the docs
[1] ask for feedback, so here it is!
Phabricator functions reasonably well and it is a lot easier to write
comments and respond to comments on particular parts of code as
opposed to the old way of copy and pasting patches into e-mails sent
to llvm-commits. Two minors
2011 Oct 27
1
creating subdomains
HI All,
I surfed a lot , googled a lot , read/watched railscasts but could not get
the solution.
Below is my problem.
1) I wanted a parent domain www.xyz.com. This parent domain will have two
subdomains abc.xyz.com and def.xyz.com.
The parent domain will have a admin user who has capability to create/manage
subdomains.
The subdomains should an a siteadmin user who can edit the site