#1703
CentOS – install using yum Apache 2.4
cd /etc/yum.repos.d/ wget http://repos.fedorapeople.org/repos/jkaluza/httpd24/epel-httpd24.repo yum install -y httpd24.x86_64 /opt/rh/httpd24/root/usr/sbin/httpd -version chkconfig httpd off chkconfig httpd24-httpd on service httpd stop service httpd24-httpd restart
Configuration files are stored here : /opt/rh/httpd24/root/etc/httpd
How to find a RTSP address for an ONVIF compatible camera/NVR/DVR | Angelcam Help Center Impossible d’installer .Net Framework 3.5 sous Windows 10, aussi…
Enable DumpIO plugin (https://httpd.apache.org/docs/2.4/mod/mod_dumpio.html)
For Httpd 2.2 :
DumpIOLogLevel notice
DumpIOOutput On
DumpIOInput On
Reverse proxy with Client certificate authentication (HTTPS backend) :