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

feature request: allow overriding documentroot #15

Open
anon8675309 opened this issue Mar 10, 2023 · 0 comments · May be fixed by #16
Open

feature request: allow overriding documentroot #15

anon8675309 opened this issue Mar 10, 2023 · 0 comments · May be fixed by #16

Comments

@anon8675309
Copy link

Problem: Some web applications are not installed into a directory that ends in htdocs.

Solution: Do not force the DocumentRoot to end in /htdocs. Instead, allow the user to specify the path for DocumentRoot.

Backward compatibility: Unless the apache_sites entry has document_root defined, fall back to generating the DocumentRoot using the existing logic ({{ apache2_sites_basedir }}/{{ item.id }}/htdocs).

anon8675309 pushed a commit to anon8675309/ansible-apache2 that referenced this issue Mar 10, 2023
@anon8675309 anon8675309 linked a pull request Mar 10, 2023 that will close this issue
anon8675309 pushed a commit to anon8675309/ansible-apache2 that referenced this issue Mar 10, 2023
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

Successfully merging a pull request may close this issue.

1 participant