yt-dlp+composer+ffmpeg+mod_xsendfile python3.8
3 年 ago jony yt-dlp+composer+ffmpeg+mod_xsendfile python3.8已关闭评论
LAMP环境
#yum upgrade
# yum changelog httpd
# yum install -y epel-release
# yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
# yum -y install yum-utils
# yum-config-manager --disable 'remi-php'
# yum-config-manager --enable remi-php81
# yum repolist
# yum -y install php php{cli,fpm,mysqlnd,zip,devel,gd,mbstring,curl,xml,pear,bcmath,json,opcache,redis,memcache}
# yum install epel-release
# yum -y install yum-utils https://rpms.remirepo.net/enterprise/remi-release-7.rpm
#yum update -y
# yum-config-manager --disable 'remi-php'
# yum-config-manager --enable remi-php81
# yum repolist
# yum install httpd
# yum info httpd
#yum install php
# yum install yum-changelog
# yum -y install php php-{cli,fpm,mysqlnd,zip,devel,gd,mbstring,curl,xml,pear,bcmath,json,opcache,redis,memcache}
# yum install php81
# php --version
# yum update
# yum install httpd -y
#systemctl start httpd.service
# systemctl enable httpd.service
# yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd
# systemctl restart httpd.service
安装:xsendfile mod_xsendfile