Displaying 3 results from an estimated 3 matches for "website1".
Did you mean:
website
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
beta-website1
rsync: failed to set times on "/var/www/projects/beta-website1": Operation
not permitted (1)
beta-website1/index.html
rsync: mkstemp "/var/www/projects/beta-website1/.i...
2009 Apr 02
3
apache2 template
anyone have an apache2 virtualhosts template they like and would like
to share?
For example I would like to provision quickly
website1.com
website2.com
website3.com
and have the docroots be in
/home/vhosts/website1.com/htdocs/
/home/vhosts/website2.com/htdocs/
/home/vhosts/website3.com/htdocs/
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups...
2017 Jun 23
1
acl shared maildir with virtual users
...prefix = spam
separator = .
}
}
protocol lda {
mail_plugins = quota quota_clone
postmaster_address = root
quota_full_tempfail = no
}
local_name home.servers.co.uk www.home.servers.co.uk {
ssl_cert = </etc/dovecot/ssl/dovecot.crt
ssl_key = # hidden, use -P to show it
}
local_name website1.com www.website1.com www.website2.com website2.com {
ssl_cert = </var/cpanel/ssl/domain_tls/website1.com/combined
ssl_key = # hidden, use -P to show it
i see this alot
Debug: acl vfile: reading file /home/server/mail/website2.com/sales/.ebay.Sent/dovecot-acl
this is how my path currentl...