-
Published Answer
Here is a simple all in one command solution that will do it for you from terminal.
sed -i 's/8083;/2083;/' /usr/local/vest...
•
By
anthonyrossbach
-
Published Answer
After updating server via SSH how to change VestaCP port and add firewall rules
I run a web host that uses VestaCP as a ba…
•
By
anthonyrossbach
-
Published Question
Basically I want to run a command like COMPOSER as a user that is under a SFTP only RSSH jail, but when running as sudo su - userb -c it still is locked and returns only 'This account is restricted by rssh.'. This is ...
1
•
•
By
anthonyrossbach
Linux Commands
Ubuntu 16.04
-
Published Answer
In most cases they are getting the emails if one is getting them. Like @ryanpq said having more info is critical like domain. My gu…
•
By
anthonyrossbach
-
Published Answer
You can’t really download the entire droplet if you have modified applications, You can always SSH FTP in and download all the file…
•
By
anthonyrossbach
-
Published Answer
It will be fine for text and voice between maybe 2 people, You really need to test and find out. The problem is voice services and …
•
By
anthonyrossbach
-
Published Answer
When you setup CPANEL did you set a default domain or panel address? Try making a sub version of it so just see if entering “test.t…
•
By
anthonyrossbach
-
Published Answer
It depends on the level of spam, unusually it’s PER email address, unless they have no good samples from that domain then they may …
•
By
anthonyrossbach
-
Published Answer
One thing is crontab -e and /etc/crontab are different files, it’s creating a dummy file when you run -e. I would open up the cron …
•
By
anthonyrossbach
-
Published Answer
There are a million ways to make a back end service and API, easiest way is to make it like a website with output being JSON, and a…
•
By
anthonyrossbach
-
Published Answer
Without seeing your code there is not a lot I can do. Changes between PHP versions can break code using older standards and system …
•
By
anthonyrossbach
-
Published Answer
I see you are new at this then. If you want to run and manage the server your self (thats what Digital Ocean is, you must manage th…
•
By
anthonyrossbach
-
Published Answer
Not sure what is causing it as I can’t replicate at all. But you do have 2 different root folders set.
root /var/www/beta;
and …
•
By
anthonyrossbach
-
Published Answer
MySQL creates a temp password on install, you will need to use that when it asks for the password. You can find it in /var/log/mysq…
•
By
anthonyrossbach
-
Published Answer
You can use the following.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
```...
•
By
anthonyrossbach
-
Published Answer
You can’t use block storage on more then one system at a time, but you can however create a file share in many ways to allow the cl…
•
By
anthonyrossbach
-
Published Answer
You can only use PayPal to ADD credit, you can only do this from the panel. DO will charge a credit card IF you do not have a balan…
•
By
anthonyrossbach
-
Published Answer
We need some more information, also Zoho requires the use of SSL when connecting. What kind of application or environment? You migh…
•
By
anthonyrossbach
-
Published Answer
Unfortunately there is nothing we can do on here, this is a outlook problem. You might want to remove the mail account from Outlook…
•
By
anthonyrossbach
-
Published Answer
If you are wanting to install a web server and or even just Mysql a great system to help you with this is VestaCP a free web panel …
•
By
anthonyrossbach