You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
anon8675309
pushed a commit
to anon8675309/ansible-apache2
that referenced
this issue
Mar 10, 2023
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
).The text was updated successfully, but these errors were encountered: