Thanks for your answer and sorry for the delay.
Yes, mod_ssl was installed. Anyway https is working, if I don't add the security and protocol directives to tactic.conf httpd works, i can access using https the site and chrome shows a valid certificate. As soon as I add:
<security>
<protocol>https</protocol>
</security>
in /etc/httpd/conf.d/tactic.conf when I try to restart httpd (service httpd restart) I get an error.
If I suppress those lines, everything works again.
@remkonoteboom, thanks for the reply.
I'm up to date but it seems to me https is not the default. At least if I navigate to the Tactic URL it doesn't redirect me to the SSL site, it navigates on the std port 80.
Regarding the error in the apache log: there's no new entry in the error_log, but when looking at the service status what I see is:
Aug 16 17:52:08 g450.nonstop.tv systemd[1]: Starting The Apache HTTP Server...
Aug 16 17:52:08 g450.nonstop.tv httpd[15336]: httpd: Syntax error on line 356 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 >
Aug 16 17:52:08 g450.nonstop.tv systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Aug 16 17:52:08 g450.nonstop.tv systemd[1]: httpd.service: Failed with result 'exit-code'.
And of course the line 21 is the line with: </security>
Questions: in the manual it mentions tactic_<OS>.conf, using the Fedora VM I found a tactic_win32.conf and a tactic.conf (no OS) I modified that one (in /etc/httpd/conf.d/) Also there're tactic.conf files in
/opt/tactic/tactic_data/config/tactic.conf
/opt/tactic/TACTIC/src/install/apache/tactic.conf
And where should I put those protocol and security directives? I've tried in many places in the file (at the same level of <Directory> inside <Directory>, etc. But none worked.
Thanks again for the help.
BTW, it may be a module missing, but I can't find which one would it be. mod_ssl is installed and working, but I get:
Aug 16 18:06:05 g450.nonstop.tv httpd[15934]: Invalid command '<security', perhaps misspelled or defined by a module not included in the server configuration
Also @remkonoteboom, I've realized after getting the last version from git I must copy the conf file to my /etc/httpd/conf.d/ and yes sceurity->protocol->https was indeed in the tactic.conf in the last version, but I cen't get apache to start with it.
Thanks
Yes, mod_ssl was installed. Anyway https is working, if I don't add the security and protocol directives to tactic.conf httpd works, i can access using https the site and chrome shows a valid certificate. As soon as I add:
<security>
<protocol>https</protocol>
</security>
in /etc/httpd/conf.d/tactic.conf when I try to restart httpd (service httpd restart) I get an error.
If I suppress those lines, everything works again.
@remkonoteboom, thanks for the reply.
I'm up to date but it seems to me https is not the default. At least if I navigate to the Tactic URL it doesn't redirect me to the SSL site, it navigates on the std port 80.
Regarding the error in the apache log: there's no new entry in the error_log, but when looking at the service status what I see is:
Aug 16 17:52:08 g450.nonstop.tv systemd[1]: Starting The Apache HTTP Server...
Aug 16 17:52:08 g450.nonstop.tv httpd[15336]: httpd: Syntax error on line 356 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 >
Aug 16 17:52:08 g450.nonstop.tv systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Aug 16 17:52:08 g450.nonstop.tv systemd[1]: httpd.service: Failed with result 'exit-code'.
And of course the line 21 is the line with: </security>
Questions: in the manual it mentions tactic_<OS>.conf, using the Fedora VM I found a tactic_win32.conf and a tactic.conf (no OS) I modified that one (in /etc/httpd/conf.d/) Also there're tactic.conf files in
/opt/tactic/tactic_data/config/tactic.conf
/opt/tactic/TACTIC/src/install/apache/tactic.conf
And where should I put those protocol and security directives? I've tried in many places in the file (at the same level of <Directory> inside <Directory>, etc. But none worked.
Thanks again for the help.
BTW, it may be a module missing, but I can't find which one would it be. mod_ssl is installed and working, but I get:
Aug 16 18:06:05 g450.nonstop.tv httpd[15934]: Invalid command '<security', perhaps misspelled or defined by a module not included in the server configuration
Also @remkonoteboom, I've realized after getting the last version from git I must copy the conf file to my /etc/httpd/conf.d/ and yes sceurity->protocol->https was indeed in the tactic.conf in the last version, but I cen't get apache to start with it.
Thanks
Nachogor