Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - buelldm

Pages: [1]
1
Addons / Wordpress Create Bug
« on: September 08, 2020, 07:08:38 PM »
I just created a WordPress installation using the built in addon tool.

One bug.

When creating the database and user, the script seems to ignore the entered database name, and uses username for both database and username.

Example
I entered the below:
db = abc
user = xyz

Generated username and db name:
db = xyz
user = abc

Just thought you should no.

Otherwise you will get DB Connection error from wordpress unless you change the wp-config.php to match what you actually created. Or name the two the same to begin with.

2
CentOS 6 Problems / Re: HTTPD Issues - Will not start
« on: July 04, 2019, 03:08:26 AM »
This fixed it for me:

Modsecurity config file had some bad code. I set that back to default and everything starts.

As admin, go to Security>Mod Security

Click "Edit Rules" next to each one, and hit the "Edit File" link at the bottom.

Shows you the contents of:
"/usr/local/apache/conf/userdata/USERNAME/example.com/modsec.conf"

Mine was basically corrupted. I set back to:

<IfModule mod_security2.c>
SecRuleEngine On
</IfModule>

If your file is fine, try checking the other related security files. If you ever tried to manually edit any of those, it is a good chance thats the problem. Could just be a missing > or duplicate code.

Hope it helps someone else!

3
Backup / Re: rsync backup to adrive not woring
« on: August 05, 2015, 02:48:34 PM »
I was able to push a backup to adrive.com manually using the command below on my server - first I zipped the daily backup folder:

rsync -avz /backup/daily.zip hostvant@gmail.com@rsync.adrive.com:     

4
Information / Re: *Encryption error please contact support*
« on: August 05, 2015, 12:23:49 AM »
Did you try to change the user passwords as a root user. I didnt see your other post, so what was the additional info.

5
Information / Re: CWP File Manager Zip extract and compress
« on: August 05, 2015, 12:21:30 AM »
Hello.
I am pleased to use CWP.
But in File Manager have not "Zip extract & compress" options.  :(

Yes please CWP - there must be an open source free file manager that you can load in. I noticed client side has a different filemanger to though from root.

6
You could create the account as a sub domain of your main account (if you have a domain for it). Then add the domain to the account later.

7
Backup / rsync backup to adrive not woring
« on: August 05, 2015, 12:18:13 AM »
I am trying to have my backups go to my adrive.com account. It gives me the instructions below:

Hostname:    rsync.adrive.com
Username:    MyUserName101
Password:   Your SSH key OR your ADrive password
Port:    22
Note: ADrive's implementation of Rsync is only available over the secure SSH channel on port 22. It is not available over rsync's normal port 873.

So In my root CWP account I put:
Server IP: rsync.adrive.com
Username: MyUserName101
SSH-Port: 22
Access Key: blablabla - I copied and paseted this on adrive.com under their "manage keys" section. It saved, and provided a fingerprint.

I saved, test and it says:
Connection_Failed
Don't forget to add pub key from file /root/.ssh/backup/id_rsa.pub on the remote server to the file "~/.ssh/authorized_keys"

Anyone have any ideas? Anyone have rsync working with a service like adrive.com - or google drive, or something like that.

Pages: [1]