Skip to content
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

Manage Vhost? #4

Closed
bstopp opened this issue Feb 3, 2020 · 1 comment
Closed

Manage Vhost? #4

bstopp opened this issue Feb 3, 2020 · 1 comment
Milestone

Comments

@bstopp
Copy link
Contributor

bstopp commented Feb 3, 2020

As discussed here the dispatcher doesn't work when SELinux is enabled & enforcing(?)

It would be nice to be able to have a way to set the docroot's seltype flag to make the dispatcher function correctly in that environment.

It also should be noted that in order for the dispatcher to be enabled on a given vhost, a custom fragment is necessary:

custom_fragment => '

  <IfModule disp_apache2.c>
    SetHandler dispatcher-handler
  </IfModule>
',

To this end, I suggest adding the option to have this module manage the Apache Vhost. There are some considerations on how to accomplish this, but it is likely to be a best, viable solution.

@bstopp
Copy link
Contributor Author

bstopp commented Apr 5, 2020

Closed via #12

@bstopp bstopp closed this as completed Apr 5, 2020
@bstopp bstopp added this to the 0.2.0 milestone Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant