Search found 9 matches
- Thu Apr 02, 2020 1:31 pm
- Forum: Mail Server
- Topic: SMTP | Warning: require_once(): open_basedir restriction in effect. File(/usr/share/pear/System.php) is not within ...
- Replies: 1
- Views: 678
Re: SMTP | Warning: require_once(): open_basedir restriction in effect. File(/usr/share/pear/System.php) is not within .
I updated the php.ini file setting open_basedir as follows and restarting Apache: open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/ Warning: require_once(): open_basedir restriction in effect. File(/usr/share/pear/System.php) is not within the allowed path(s): (/home/testin...
- Tue Mar 24, 2020 1:30 am
- Forum: Mail Server
- Topic: SMTP | Warning: require_once(): open_basedir restriction in effect. File(/usr/share/pear/System.php) is not within ...
- Replies: 1
- Views: 678
SMTP | Warning: require_once(): open_basedir restriction in effect. File(/usr/share/pear/System.php) is not within ...
I am a novice with SMTP, found some instructions to both install SMTP and PEAR. The install looks good. When I get around to testing to see if they work I have a short test script with these includes: require_once 'System.php'; var_dump(class_exists('System', false)); require_once "Mail.php"; System...
- Sun Sep 29, 2019 10:24 pm
- Forum: General Discussion
- Topic: Add/remove IP address to firewall
- Replies: 2
- Views: 1628
Add/remove IP address to firewall
Either through the control panel or command line (cli?) or both, what are the procedures to add or remove an IP address in the firewall. Also to review what's currently there (as root) The default behavior seems to be to block an IP after several attempts then you have to wait an hour or so for it t...
- Wed Jun 12, 2019 10:15 pm
- Forum: DNS Server
- Topic: DNS and restarting named
- Replies: 1
- Views: 1381
DNS and restarting named
There was a problem with my initial hostname and account resulting in having to rename the host and not being able to get DNS to work after. To rename the host I did this through VestaCP then as I was still seeing problems did the cli command and since still not working edited /etc/hosts and /etc/ho...
- Wed Feb 13, 2019 4:45 pm
- Forum: Web Interface
- Topic: Block ip and country in vestacp firewall
- Replies: 3
- Views: 5472
Re: Block ip and country in vestacp firewall
I found the ban list by visiting: https://$ipaddress:8083/list/firewall/banlist/ It gives severall pulldown ban options - WEB for sure, but I'd rather ban it for all. How would you do that? The spammer IP address is: 93.179.68.108. What is the syntax for banning the subnet, not just the individual I...
- Wed Dec 26, 2018 5:43 pm
- Forum: General Discussion
- Topic: Cannot SSH to account after 3 failed attempts
- Replies: 1
- Views: 400
Cannot SSH to account after 3 failed attempts
This happens occasionally due to sticky fingers or perhaps rushing when attempting to SSH. After I enter the password incorrectly several times (3?) it locks me out with an error like cannot connect (didn't write down the error). It appears to be specific to the IP address I am signing in from. To f...
- Mon May 28, 2018 11:06 pm
- Forum: Web Server
- Topic: installed ckfinder, but get an error: Warning: is_writable(): open_basedir restriction in effect.
- Replies: 5
- Views: 1907
Re: installed ckfinder, but get an error: Warning: is_writable(): open_basedir restriction in effect.
Ah - okay I found the file. The line is set to:
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
What does it need to be changed to, perhaps?
php_admin_value open_basedir %home%/%user%/tmp
Will this affect the operation of Vesta CP, for instance if it got messed up?
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
What does it need to be changed to, perhaps?
php_admin_value open_basedir %home%/%user%/tmp
Will this affect the operation of Vesta CP, for instance if it got messed up?
- Mon May 28, 2018 9:56 pm
- Forum: Web Server
- Topic: installed ckfinder, but get an error: Warning: is_writable(): open_basedir restriction in effect.
- Replies: 5
- Views: 1907
Re: installed ckfinder, but get an error: Warning: is_writable(): open_basedir restriction in effect.
Please walk me through this. I opened VestaCP as root, signed into the account in question, $my_account, then as that user click on the WEB tab. There I select to edit '$my-domain.com'. Web template is set to default. There is a basedir option from the dropdown. If I switch to basedir and save I see...
- Mon May 28, 2018 5:31 pm
- Forum: Web Server
- Topic: installed ckfinder, but get an error: Warning: is_writable(): open_basedir restriction in effect.
- Replies: 5
- Views: 1907
installed ckfinder, but get an error: Warning: is_writable(): open_basedir restriction in effect.
Installing ckfinder is easy. All you do is set a path for the install. However it is failing to start and the full error is like the following: Warning: is_writable(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/my_account/web/my-domain.com/public_html:/h...