Hi Jess,
Thank you for reply. I run in another httpd error:
Starting httpd: httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf:
221 Include conf.d/*.conf
Syntax error on line 7 of /etc/httpd/conf.d/zzzkaltura.directory
line7 Include “@APP_DIR@/configurations/apache/conf.d/enabled.*.conf”
‘/etc/httpd/@APP_DIR@/configurations/apache/conf.d’ not found
[FAILED]
<VirtualHost *:@KALTURA_VIRTUAL_HOST_PORT@>
lrwxrwxrwx. 1 root root 51 Mar 27 10:56 zzzkaltura.conf -> /opt/kaltura/app/configurations/apache/kaltura.conf
lrwxrwxrwx. 1 root root 55 Mar 27 10:55 zzzkaltura.ssl.conf -> /opt/kaltura/app/configurations/apache/kaltura.ssl.conf
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:
rm /opt/kaltura/app/base-config.lock
/opt/kaltura/bin/kaltura-base-config.sh
Reloading httpd: not reloading due to configuration syntax error
[FAILED]
kaltura-batch-config.sh FAILED with: 6 on line 103
Archving logs to /opt/kaltura/log/log_27_03_18_10_39.tar.gz…
ERROR: /opt/kaltura/bin/kaltura-batch-config.sh failed
101 chkconfig httpd on
102 if service httpd status >/dev/null 2>&1;then
103 service httpd reload
104 else
105 service httpd start
106 fi
and then
Starting httpd: httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf: Syntax error on line 7 of /etc/httpd/conf.d/zzzkaltura.conf: Include directory ‘/etc/httpd/@APP_DIR@/configurations/apache/conf.d’ not found
[FAILED]
221 Include conf.d/*.conf
kaltura-batch-config.sh FAILED with: 1 on line 105
105 service httpd start
/opt/kaltura/bin/kaltura-base-config.sh
Reloading httpd: not reloading due to configuration syntax error
[FAILED]
kaltura-batch-config.sh FAILED with: 6 on line 103