Installation failed Kaltura 11.9.0 Non-SSL

Hi,

I try to install Kaltura 11.9.0 Non-SSL on a single server RPM (CentOS7) but failed it !

At the stage :

kaltura-front-11.9.0-1.noarch
Is your Apache working with SSL?[Y/n]
N
It is recommended that you do work using HTTPs. Would you like to continue anyway?[N/y]
Y
Exiting.
ERROR: /opt/kaltura/bin/kaltura-front-config.sh failed:( You can re-run it when the issue is fixed.

Use a lower cased ‘y’. Anything but a lower cased ‘y’ would exit.

Great !

But i have another error :

CREATE USER kaltura;
CREATE USER etl;
CREATE DATABASE kaltura;
CREATE DATABASE kaltura_sphinx_log;
CREATE DATABASE kalturadw;
CREATE DATABASE kalturadw_ds;
CREATE DATABASE kalturadw_bisources;
CREATE DATABASE kalturalog;
Checking connectivity to needed daemons…
Connectivity test passed:)
ERROR: Couldn’t make an API request to http://media.cazap.tv/api_v3/index.php?service=system&action=ping.
Please check your setup and then run /opt/kaltura/bin/kaltura-db-config.sh again.

[admin@kaltura ~]$ apachectl -t -DDUMP_VHOSTS
Passing arguments to httpd using apachectl is no longer supported.
You can only start/stop/restart httpd using this script.
If you want to pass extra arguments to httpd, edit the
/etc/sysconfig/httpd config file.
VirtualHost configuration:
*:443 kaltura.localdomain (/etc/httpd/conf.d/ssl.conf:56)
*:80 media.cazap.tv (/etc/httpd/conf.d/zzzkaltura.conf:1)

Is media.cazap.tv resolvable in the server? it would appear as though it is not…
Does:
# curl -I -v media.cazap.tv
work?