Displaying 20 results from an estimated 100 matches similar to: "apache2 template"
2017 Jun 23
1
acl shared maildir with virtual users
Can anyone point out where i'm going wrong with my dovecot sharedinbox setup with ACL i'm contemplating giving up with dovecot alltogether i've spent 3 days trying different paths to the virtual users mailboxes
I seem to have two issues
my acls are getting written to my sql db fine
in roundcube i can see the shared folder but cant subscribe to it
in thunderbird if i go to
2011 Feb 09
1
rsync permission denied , without changing apache user and group setting
Hi
i got two server webserver1 and webserver2 i want to rsync some data form
webserver1 to webserver2 using a user called syncuser
( syncuser is added to the group apache : adduser -G apache syncuser )
here is my command :
[root at web1 projects]# rsync -avzh /var/www/projects/beta-website1
syncuser at web2server:/var/www/projects
syncuser at web2server password:
building file list ... done
2011 Apr 09
1
Edit permission request + wiki tagging proposal
Please make me a wiki editor. I want to create my personal home page.
I'd like some feedback on an idea. I apologize for my verbosity.
Cut it to shreds. Thanks in advance!
TL;DR:
Gradually tag the CentOS wiki with <div>'s indicating status
with respect to content migration to website2.
Assumptions:
- Large amounts of existing wiki text will eventually migrate
2008 Jan 21
5
Oops, forgot to release 0.23.3
Hi all,
It was brought to my attention that the front page lists 0.23.3 as the
stable release, but that no such release exists.
I could have sworn I released this a few weeks ago, but now I can find
no evidence of that.
I''m going to publish it from the latest commit in the 0.23.x branch as
soon as possible (probably in about 12 hours), so if anyone wants to
get that last-minute
2010 Oct 04
6
Facter ignores interfaces with non eth names
Does facter support NICs that are not named ethX? I happen to use custom
names on my systems. Just a quick look at the code I don''t see why it
wouldn''t but the behavior I am seeing is very different.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To
2009 Mar 25
5
Subscribe to a recursive file...
Hi All....
I''ve got this configuration to manage bind, I want the exec to be run
whenever anything under /var/named or the file /etc/named.conf gets
updated....
file { "/etc/named.conf":
owner => root,
group => root,
mode => 0644,
require =>
2007 Sep 24
2
ANNOUNCE: Facter 1.3.8
I''ve just committed Facter 1.3.8. All of the work for this release
was done by James Turnbull, so everyone should thank him for getting
it done. Here''s the changelog:
Fixed Rdoc::usage bug on CentOS 5 - closed Puppet #753 and
Facter #40
Added support to return multiple interfaces and their IP
addresses and
MAC addressess as facts. Returns
2007 Feb 28
5
Platforms supported by Puppets?
Hello,
I would like to know on what platforms Puppet runs. I cannot seem to
find the information on Puppet''s web site. Bcfg2 has it on it''s front
page :-)
I know there are .debs and .rpms, but are, for instance, Solaris,
FreeBSD and AIX supported?
Thanks.
--
Guillaume Pratte
Recherche et développement
Révolution Linux
Toutes les opinions et les prises de position
2009 Oct 27
14
ANNOUNCE: Puppet 0.25.1 released!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Puppet 0.25.1 - code name "zoot" - is now available. The 0.25.1 release
is a maintenance release in the 0.25.x branch.
The release is available at:
http://reductivelabs.com/downloads/puppet/puppet-0.25.1.tar.gz
http://reductivelabs.com/downloads/gems/puppet-0.25.1.gem
Please report issues and feedback via the Reductive Labs Redmine site:
2002 Oct 01
2
"error in rsync protocol data stream (code 12) at io.c(150)" revisited
I browsed the web and the archive, and apart from someone asking whether
anyone else had rsync problems after installing OpenSSH 3.4, I came up
empty.
Can anyone point me in the right direction to debug this? I've got over
50 GB to keep in sync, and don't know of another elegant way to do it.
Environment:
source system = bb:
- Linux version 2.4.7-10smp
2005 Sep 08
3
Error when starting apache
Hi,
On my NU-BQ+CentOS (cobalt replacement) server today, I noticed I get an
error when re-starting apache. The box has 2 sites on it, both of them are
vsites on the same IP as is assigned to the server.
The error is (ip masked on purpose):
/etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Thu Sep 08 17:03:48 2005] [warn]
2017 Nov 13
2
Strrange behavior of VirtualHosts in Apache (CentOS6)
Hello,
there is a short explanation about virtual hosts in Apache ...
https://wiki.centos.org/TipsAndTricks/ApacheVhostDefault
the `hostname` gives a different donmain name than what should be hosted ...
e.g. `hostname` is host.example.org and the domain to be hosted is
example.com, so I did this:
<VirtualHost 1.2.3.4:80>
ServerName host.example.org
DocumentRoot /var/www/default
2007 Nov 23
3
webserver setup
Hi,
I have setup a webserver on CentOS 4.5 with NameVirtualHost.
Two VirtualHost should be reachable by port 80 from outside, while the
third (default) should be only reachable by https from outside but by
http from inside.
Since all share the same IP firewalling seems to be out of question. So
is there a way to restrict that in Apache config?
regards, Andreas
2006 Jan 11
10
Recommend server for developing RoR on win
Hi all,
can you recommend me which web server config to use for developing rails
on windows machine. I tried webrick, which is good but it''s annoying
because console window is in taskbar for every site running and it have
to be started manually. Apache with CGI is to slow and using FastCGI on
the other side brings me lot of problems, like randomly not working RoR
sites.
Any help is
2008 Sep 27
1
sysctl maxfiles
By default FreeBSD 7.0 shipped with the sysctls set to:
kern.maxfiles: 12328
kern.maxfilesperproc: 11095
We recently bumped up against these limits in an unfortunate way and
we are going to raise them. I have some questions:
* why are the numbers set the way they are? They aren't round numbers,
they aren't powers of 2. But they were arrived at somehow with
planning and thought
2009 Mar 04
17
Community: How to deal with attempts at sabotage
Hi all,
The underlying assumption of membership in any community is that your
participation is at worst neutral, and if possible positive.
Communities, online or off, generally do what they can to protect
themselves from detrimental influences, which is where policies,
politeness, moderators, and all that come into play.
Puppet''s community has been both fortunate and awesome,
2006 May 03
1
RoR go Live?
I am having a problem trying to use RoR live.
I have a Win XP SP1 OS,
Apache 2.0.55,
MySQL 5.0.15-nt
ruby 1.8.2,
rails 1.0.0,
gem 0.8.10,
WEBrick 1.3.1
Is it possible to run RoR using these components, live? Using an actual
domain name like www.joe.com/rails/app? Instead of using localhost:3000?
I would like to go live using either just Apache or Apache and WEBrick
for RoR.
I have an actual
2008 Aug 30
1
Typo
Hi,
Noticed a real little typo here:
http://wiki.centos.org/HowTos/Https
"433" should be "443".
Thanks!?
-will
3. Setting up the virtual hosts
Just as you set ? VirtualHosts ? for http on port 80 so you do for https on port 433 . A typical ? VirtualHost ? for a site on port 80 looks like this
-------------- next part --------------
An HTML attachment was
2012 Aug 16
2
Hostname Based forwarding
Trying to figure out hostname based IMAP proxy forwarding.
I have two mail servers:
mail.example.com
mail.fakedomain.ca
proxy server running dovecat/IMAPS, facing the Internet.
*Both* names are DNS resolve(able), but.., both are the *same IP address.*
For example: Joe configures his email client
username: joe at example.com
IMAP Addr: mail.example.com
For example: Jane
2007 Jan 02
2
problem with mongrel/apache2.2.3 and subdomain setup
Hi all
I got a vps setup amazingly fast using the deprec recipes on Ubuntu
edgy, but now I''m having a minor issue where my site loads for the
main domain when I only want it accessible from the subdomain. This
is a pretty typical setup, apache 2.2.3 -> mongrel_proxy_balancer ->
mongrel cluster. I''m sure I''m missing something obvious in the
config...
I have the