I am trying to setup rsync connection between servers by using this
Code: rsync -avWe ssh * user@destination-ip:/path/to-folder --password-file=/root/rsync_pass but it keeps asking for the password. In the /root/rsync_pass, I just put the password of user in destination server. Why cant rsync read the password file? Is there any specific syntax for it?
I am having a problem with blocking bots using .htaccess. I think I tried all possible syntax variants, yet all the bots that I am blocking get HTTP 200 response instead of 403 (I can verify it using access log).
I am using Apache 2.4 running on Ubuntu 14.04.2 with Plesk 12.0.18.
My AllowOverride is set to allow the use of .htaccess files, so .htaccess file gets loaded: when I make an error in .htaccess sysntax I can see the error in the error log and the webpages don't load. Besides, I have some "Deny from [IP address]" directives in the .htaccess and I see that these IPs get HTTP 403 response when access my site.
I spent hours trying different variants of .htaccess syntax (see below) and neither seems to work...
variant 0:
SetEnvIfNoCase User-Agent LivelapBot bad_bot SetEnvIfNoCase User-Agent TurnitinBot bad_bot Order allow,deny Allow from all Deny from env=bad_bot
We're trying to migrate a Webspace from a 11.5 to a 12.0.18 Plesk host using the Migration Manager. The Webspace contains 4 domains. The main domain of the webspace gets migrated fine, however, all of the "child" domains fail with the following error:
Stderr is Wrong syntax for command's '-webspace-name' parameter. 'webspace-domain.ch' does not match the pattern '/^[[:alnum:]]([[:alnum:]-]{0,61}[[:alnum:]]){0,1}(.[[:alnum:]]([[:alnum:]-]{0,61}[[:alnum:]]){0,1})+$/iu'.
I've been with my Strato VServer and it installed Plesk on Linux a big problem.
I coming no longer in the Plesk Dashboard and the following code appears:
Syntax error or access violation: 1286 Unknown table engine 'InnoDB'
Here are the contents of my my.cnf
# # The MySQL database server configuration file. # # You can copy this to one of: # - "/etc/mysql/my.cnf" to set global options, # - "~/.my.cnf" to set user-specific options. # # One can use all long options that the program supports.
I am using Parallels Plesk Panel v. 11.0.9 on a V-Server provided by Strato (Germany), the OS is Ubuntu 10.04 LTS. Established and running under Plesk is a MySQL-Database, administered via Plesk by PHPMyAdmin 3.5.8.1. PHPMyAdmin offers the following information:
Datenbank-Server
Server: Localhost via UNIX socket Software: MySQL Software-Version: 5.1.41-3ubuntu12.10 - (Ubuntu) Protokoll-Version: 10 Benutzer: admin@localhost Server Zeichensatz: UTF-8 Unicode (utf8) Webserver
sw-cp-server Datenbank-Client Version: libmysql - mysqlnd 5.0.8-dev - 20102224 - $Id: 731e5b87ba42146a687c29995d2dfd8b4e40b325 $ PHP-Erweiterung: mysql Click to expand...
Unable to parse zone: Error while parsing zonedata for xyz.com: syntax error, line 25 ...propagated at /usr/local/cpanel/Cpanel/CPAN/Net/DNS/ZoneFile/Fast.pm line 142.
i have a simple reseller account to give my clients some hosting space. one specific client keeps the domain registered with his current domain registrar. to point the domain name at his new hosting account (provided by me) he's saying that he just needs the "a-record", not the nameservers that i gave him originally. i can not seem to find an a-record for my hosting accounts anywhere ...
my hosting support is saying the client will just need the IP address. but afaik ip address is not == a-record
can anyone clarify what an a-record is exactly and whether or not it can be interchanged with an ip address?
this is for a .co.uk domain name and my reseller account is with hostgator
Common scenario; email sent from our server to Yahoo does not arrive. It is so bad that we have a 23% order completion rate for Yahoo users. To compare, Gmail is 83%.
We send emails to confirm registration, and also to remind users to complete their invoices.
Our setup is like so:
User registers at registration.domain.com, a different server to domain.com.
Upon registering an email is sent to the user using the registration.domain.com web server but with a from address of info@domain.com
Our info@domain.com email address is hooked up to Google Apps as this is who we use to manage our inbox.
how to construct our SPF records? I am slightly confused as we have a mail server, a different reply to domain and MX records with Google..
I would like to setup SPF record for my domain. I am using Google Apps for the domain.
But I will also be sending mail from my vps server. Hence what should I use?
Quote:
v=spf1 a include:aspmx.googlemail.com ~all
or
Quote:
v=spf1 a mx ~all
If both works, which one is better? I will be sending emails from subdomains of my main site too, so do I need to anything special for that?
I am using ~all instead of -all, because I sometimes send emails from my development server(which is having dynamic ip). Hence I don't want those emails to rejected, even if they are marked as spam.[url]
I need to update the TTL for the domain as i will need to migrate it to another IP. In my DNS record, there is a domain level TTL and also a record level (MX, A, CNAME) TTL. Which one should i change?
If my SPF record would be the following: domain.com. 14400 IN TXT "v=spf1 ip4:78.129.143.155 a mx a:.mail.saunalahti.fi -all"
Would mail sent from whatever@domain.com get sent through gw01.mail.saunalahti.fi (Would the SPF record allow it?) or would I have to specify a:gw01.mail.saunalahti.fi in the SPF record?
Here is my SPF record, but sending email I get this in the header
@ 86400 IN txt v=spf1 a mx ptr ~all
Received-SPF: neutral (google.com: 75.126.62.147 is neither permitted nor denied by domain of gr******ardt@gmail.com) client-ip=75.126.62.147; Authentication-Results: mx.google.com; spf=neutral (google.com: 75.126.62.147 is neither permitted nor denied by domain of gr******ardt@gmail.com) smtp.mail=gr******ardt@gmail.com
Is there such thing as a "SSH recorder?".. someone I paid $200 for there SSH recorder ended up being a load of BULL.. it didn't do anything.. the guy scammed me..
how to add an SPF record to my web hosting company's domain? The thing I'm scared of is blocking or messing up what works fine now.
My server (say myhostingcompany.com) is a mix of all kinds of services, some customers send mail through my server, some through they're ISP (so they're domain's DNS is with me) and all kinds of strange things.
Which file do I need to open on a Unix server to add a PTR record? Sorry, I'm clueless about DNS but I think if I could find the file, I can add the PTR record by piecing together what I've found through searching the Internet.
so the serverB A record is on serverA which is fine (i am aware it's a risk if serverA goes down).
If I'm setting a sub domain of serverB such as site1.serverB.maindomain.com I have to setup an A record on serverA for the subdomain and I don't want to have to do this every time.
Is there anyway I can setup a wildcard A record for subdomains such as: *.serverB.maindomain.com
I cannot use DN's so Ive had to use dot in place of periods below)
I have a domain name registered with Netfirms - lets call it mydomain dot com. I didnt want to use their hosting services, just reg'd the DN with them. I host the mydomain dot com website on my home PC. In order to get both mydomain dot com and www dot mydomain dot com to resolve to my Home IP address I had to create an A record for each on the Netfirms Domain manager GUI.
I have since purchased Hosting services from Webhostingpad dot com and now wish to move/point my mydomain dot com and www dot mydomain dot com to my webhostingpad dot com hosted account.
When I spoke with Webhostingpad about pointing mydomain dot com to them they said all I had to do was use their Name Servers on the Netfirms side and I should be set. When I asked 'what about the A records? Do I need to create A records on their side for mydomain dot com and www dot mydomain dot com' they said 'Nope' - once its pointed to their NS I should be all set
My questions are:
- Why did I need to create A records on the Netfirms side to point to my Home IP?
- Will what Webhostingpad is saying work (once I point my DN to their NS, and remove the existing A records on the Netfirms side, I should be good to go)
- Will both mydomain dot com and www dot mydomain dot com resolve properly to my webhostingpad server?
I just want to make sure this works before I do it and potentially down my website.
I have built a new website (ASP) for a friend. Their current domain "hissite.co.uk" is on another server - they want their email to stay with that hosting company.
I have created their new site on another server using a similar domain name "hissite2.co.uk". The server is a shared hosting account so the IP isn't dedicated.
Question
Making a change to the A Record asks for an IP address but doesn't work when pointing to a shared hosting server which holds lots of domains. I don't want to change the CName or set up a 301 Redirect.
I was told that if I add an alias of the main domain (hissite.co.uk) on the new server the change to the A record on the current server, although the IP address is pointing to a shared hosting server will work.