-
-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting default files for CentOS/RedHat and ssl default file #131
Conversation
There is a line "Listen 443 https" in ssl.conf that is necessary. You simply delete it, it needs to be present somewhere... |
sorry I'm not sure I follow you. |
Apache won't listen to port 443 if ssl.conf is removed, because in
http.conf it only has the Listen 80 directive.
So that line needs to be added somewhere. Maybe Oracle Linux has some
difference to CentOS? But i would guess not.
…On Thu, Jul 6, 2017 at 6:37 AM, horacimacias ***@***.***> wrote:
sorry I'm not sure I follow you.
I don't think I modified any ssl.conf file or removed that Listen line
myself on the changes.
Can you please elaborate?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApxY3F8oMrYT9hrgj4k6ZBZmpH8mk9Jks5sLKrwgaJpZM4NWuYO>
.
|
the change I'm suggesting is to allow users to configure whether default files should be removed or not. On your "Apache won't listen to port 443 if ssl.conf is removed, because in |
I would suggest blanking the file out instead of |
7652187
to
77f3911
Compare
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark pull requests as stale. |
This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details. |
This is an attempt to solve issues:
#81 #21
In summary the default vhost file variable now holds an array, and there is a variable for ssl vhosts as well.
Looks like the set of default files varies depending on OS and Apache version; perhaps there is a better way to organise the variables.