Allow uploading file to web directory : Selinux needs to be configured context cd /var/www/html mkdir upload chown apache:apache upload chcon -t httpd_sys_rw_content_t upload ls…
Just another WordPress site
Allow uploading file to web directory : Selinux needs to be configured context cd /var/www/html mkdir upload chown apache:apache upload chcon -t httpd_sys_rw_content_t upload ls…
# yum install vsftpd
After the installation completes, the service will be disabled at first, so we need to start it manually for the time being and enable it to start automatically from the next system boot as well:
# systemctl start vsftpd # systemctl enable vsftpd
FTP server (VSFTPD stands for “Very Secure FTP Daemon“) in CentOS/RHEL 7 and Fedora distributions. # Installing FTP Server # yum install vsftpd After the installation completes, the service will…