Fedora 29 Apache HTTPD Keeps Adding ssl.conf
-
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Since you are using Nginx for SSL, uninstall
mod_ssl
?sudo a2dismod ssl
Isn't that a debian/ubuntu command?
-
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Since you are using Nginx for SSL, uninstall
mod_ssl
?sudo a2dismod ssl
Isn't that a debian/ubuntu command?
Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/
-
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Since you are using Nginx for SSL, uninstall
mod_ssl
?sudo a2dismod ssl
Isn't that a debian/ubuntu command?
Yeah... it is.
in other words.. Totally useless..
-
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Since you are using Nginx for SSL, uninstall
mod_ssl
?sudo a2dismod ssl
Isn't that a debian/ubuntu command?
Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/
If I don’t want to remove mod_ssl, I would just rename ssl.conf to ssl.conf.disabled or something like that.
-
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Since you are using Nginx for SSL, uninstall
mod_ssl
?sudo a2dismod ssl
Isn't that a debian/ubuntu command?
Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/
If I don’t want to remove mod_ssl, I would just rename ssl.conf to ssl.conf.disabled or something like that.
But how would that help?
-
@scottalanmiller said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Since you are using Nginx for SSL, uninstall
mod_ssl
?sudo a2dismod ssl
Isn't that a debian/ubuntu command?
Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/
If I don’t want to remove mod_ssl, I would just rename ssl.conf to ssl.conf.disabled or something like that.
But how would that help?
It won't help your situation, just pointing out that the IncludeOptional setting in the httpd.conf is set to read any .conf files in conf.d, so renaming the file will do the same as moving the file out.
-
@JaredBusch said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Since you are using Nginx for SSL, uninstall
mod_ssl
?sudo a2dismod ssl
Isn't that a debian/ubuntu command?
Yeah... it is.
in other words.. Totally useless..
Can't help when I have used Debian and Ubuntu since version 3 and 4 respectively... so my apologies again.
-
Have you tried creating a blank ssl.conf file and then
chmod +i ssl.conf
? -
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@scottalanmiller said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
@black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Since you are using Nginx for SSL, uninstall
mod_ssl
?sudo a2dismod ssl
Isn't that a debian/ubuntu command?
Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/
If I don’t want to remove mod_ssl, I would just rename ssl.conf to ssl.conf.disabled or something like that.
But how would that help?
It won't help your situation, just pointing out that the IncludeOptional setting in the httpd.conf is set to read any .conf files in conf.d, so renaming the file will do the same as moving the file out.
OIC
-
@dafyre said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:
Have you tried creating a blank ssl.conf file and then
chmod +i ssl.conf
?I've not, but that's such a hockie way of doing it, I was hoping not to.