Displaying 6 results from an estimated 6 matches for "virtual_host".
Did you mean:
virtual_hosts
2007 Sep 30
9
Problems with testing nested routes using mocking
Hello forum
I have there to files
#----- virtual_host_controller.rb
class VirtualHostsController < ApplicationController
before_filter :capture_domain
# GET /domain/1/virtual_hosts/1
def show
@virtual_host = @domain.virtual_hosts.find(params[:id])
respond_to do |format|
format.html # show.rhtml
end
end
private
def...
2007 Jun 05
3
custom type, recipe, how to solve this ?
Hi,
I have a little trickky thing i wanted to do with puppet, mainly this
is configuring web host on servers. I have a tree like this :
NODE
- WEB
-APACHE
- 1.x
- 2.x
- FTP
- VSFTP
- PROFTPD
- STATS
-AWSTATS
- if FTP then configure awstats for awstats
- URCHIN5
So my issue is that i want to be able to have
2008 Nov 20
9
create a file only if directory exists
...sts. What is the best way to currently
do this?
I''m trying to create a file called site1.conf in /apps/apache/conf.d
only if /var/www/html/site1 directory exists.
file { "/apps/apache/conf.d/site1.conf":
ensure => present,
content => template("apache/virtual_host.erb"),
notify => Service["jboss_apache"],
require => File["/var/www/html/site1"]
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group....
2012 Jun 02
1
postfix+dovecat: virtual domains with imap+lmtp
...ins = mail.going-on.com mail.commundi.de
masquerade_exceptions = root, papinhio
relocated_maps = hash:/etc/postfix/relocated
smtpd_client_restrictions = check_client_access
hash:/etc/postfix/access
virtual_mailbox_domains = mail.going-on.com mail.commundi.de
virtual_mailbox_base = /var/spool/virtual_hosts
virtual_mailbox_maps = hash:/etc/postfix/virtual
virtual_uid_maps = static:0
virtual_gid_maps = static:0
mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a
"$RECIPIENT"
dovecot_destination_recipient_limit = 1
mailbox_transport = lmtp:unix:private/dovecot...
2011 Feb 23
1
web app deployment on a Debian server
...# ... app2, app3, app4 ...
webapp::project{appN:
domain => "appN.com",
package => "appN",
version => ''x.y.z''
}
}
# simplified project definition
define webapp::project($domain, $package, $version ) {
apache::virtual_host { "$domain":}
package { $package:
ensure => $version
}
My biggest problem is how to control version numbers with a web interface. What i mean is instead of "version => ''x.y.z''" to take some how the version number from an exter...
2008 Feb 05
5
App upgrade steps from 1.2.4 to 2.0.2?
Hi all, experienced programmer but complete RoR newbie here, this is
my first rails post/question so bear with me. I have a working RoR
app on 1.2.4 and PostgreSQL, and my first efforts at running it in
2.0.2 show it does not cleanly upgrade without changes. Can anyone
give me some hints/pointers as to what I''ll need to change for 2.0.2
and how do I identify it other than trial and