Search found 225 matches
- Wed Apr 10, 2019 3:37 pm
- Forum: FTP Server
- Topic: How to replace ProFTPD with vsftpd on a Debian or Ubuntu
- Replies: 8
- Views: 38371
Re: How to replace ProFTPD with vsftpd on a Debian or Ubuntu
Yes I changed it : cat /usr/local/vesta/conf/vesta.conf WEB_SYSTEM='apache2' WEB_RGROUPS='www-data' WEB_PORT='8080' WEB_SSL_PORT='8443' WEB_SSL='mod_ssl' PROXY_SYSTEM='nginx' PROXY_PORT='80' PROXY_SSL_PORT='443' STATS_SYSTEM='webalizer,awstats' FTP_SYSTEM='vsftpd' MAIL_SYSTEM='exim4' IMAP_SYSTEM='do...
- Wed Apr 10, 2019 2:28 pm
- Forum: FTP Server
- Topic: How to replace ProFTPD with vsftpd on a Debian or Ubuntu
- Replies: 8
- Views: 38371
Re: How to replace ProFTPD with vsftpd on a Debian or Ubuntu
OK I finally install with succes by cleaning package and reinstall it : cd /var/cache/apt/archives/ rm vsftpd_*.deb apt-get clean apt-get autoremove apt-get update apt-get install vsftpd The service was masked : Failed to start vsftpd.service: Unit vsftpd.service is masked. I unmask it : systemctl u...
- Wed Apr 10, 2019 1:40 pm
- Forum: FTP Server
- Topic: How to replace ProFTPD with vsftpd on a Debian or Ubuntu
- Replies: 8
- Views: 38371
Re: How to replace ProFTPD with vsftpd on a Debian or Ubuntu
Thanks it's look pretty good ! The point is I have a relativly undocumented error on the web during vsftpd insatllation : mkdir: cannot create directory ‘/srv/ftp’: Permission denied And effectively, I can't create this directory even with root user. I'm blocked and this point :( I'm running Ubuntu ...
- Fri Apr 05, 2019 7:03 pm
- Forum: FTP Server
- Topic: How to replace ProFTPD with vsftpd on a Debian or Ubuntu
- Replies: 8
- Views: 38371
How to replace ProFTPD with vsftpd on a Debian or Ubuntu
Hi, I have found this on the official doc : http://vestacp.com/docs/#how-to-replace-vsftpd-with-proftpd-debian-ubuntu But I need to do the opposite : I have installed proftpd on VestaCP install but I can't easily get SSL/ secure connexion for my customer which don't know what is a ssh key for SFTP I...
- Fri Apr 05, 2019 6:56 pm
- Forum: Web Server
- Topic: [Solved] How to use PHP 7.3 in Ubuntu 18.04 ?
- Replies: 6
- Views: 23264
Re: How to use PHP 7.3 in Ubuntu 18.04 ?
OK solved : I had to also disable php7.2 module with :
and restart apache2
Thanks for your help grayfolk :)
Code: Select all
a2dismod php7.2
Thanks for your help grayfolk :)
- Fri Apr 05, 2019 6:49 pm
- Forum: Web Server
- Topic: [Solved] How to use PHP 7.3 in Ubuntu 18.04 ?
- Replies: 6
- Views: 23264
Re: How to use PHP 7.3 in Ubuntu 18.04 ?
Hummm with the phpinfo(), I have this for the loaded modules : Loaded Modules core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_actions mod_alias mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_host mod_authz_user mod_autoin...
- Fri Apr 05, 2019 5:45 pm
- Forum: Web Server
- Topic: [Solved] How to use PHP 7.3 in Ubuntu 18.04 ?
- Replies: 6
- Views: 23264
Re: How to use PHP 7.3 in Ubuntu 18.04 ?
I tried to remove php 7.2 but apache refuse to restart : avril 05 10:21:49 domain apachectl[1445]: AH00526: Syntax error on line 17 of /home/admin/conf/web/domain.net.apache2.conf: avril 05 10:21:49 domain apachectl[1445]: Invalid command 'php_admin_value', perhaps misspelled or defined by a module ...
- Fri Apr 05, 2019 10:05 am
- Forum: Web Server
- Topic: [Solved] How to use PHP 7.3 in Ubuntu 18.04 ?
- Replies: 6
- Views: 23264
Re: How to use PHP 7.3 in Ubuntu 18.04 ?
I did it (obviously)
- Fri Apr 05, 2019 9:36 am
- Forum: FTP Server
- Topic: Howto secure proftpd with SSL/TLS
- Replies: 0
- Views: 17023
Howto secure proftpd with SSL/TLS
HI, I want to secure my proftpd server. I followed several similar tutorial, such as https://websiteforstudents.com/configure-proftpd-use-ssltls-certificates-ubuntu-17-04-17-10/ The point is the TLS connexion doesn't works. During connexion, I still have a warning about the not securised connexion. ...
- Fri Apr 05, 2019 8:36 am
- Forum: Web Server
- Topic: [Solved] How to use PHP 7.3 in Ubuntu 18.04 ?
- Replies: 6
- Views: 23264
[Solved] How to use PHP 7.3 in Ubuntu 18.04 ?
Hi, I have installed php7.3 on my server and by CLI, it is activated : php -v PHP 7.3.3-1+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Mar 7 2019 20:31:49) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.3, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.3-1+ubuntu18.04...