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

Add mod_dir when admin ui installed by flex-linux-setup #291

Closed
devrimyatar opened this issue Jul 8, 2022 · 0 comments
Closed

Add mod_dir when admin ui installed by flex-linux-setup #291

devrimyatar opened this issue Jul 8, 2022 · 0 comments
Assignees
Labels
bug Something isn't working comp-flex-linux-setup Component affected by issue or PR

Comments

@devrimyatar
Copy link
Contributor

Describe the bug
As described in #281 (comment) we added

<Directory "/var/www/html/admin">
    Options FollowSymLinks Indexes
        DirectoryIndex index.html
        AllowOverride All
        Order allow,deny
        Allow from all
        Options -MultiViews
        RewriteEngine On
        RewriteBase /admin
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^ index.html [QSA,L]
</Directory>

to apache config for admin ui. By default jans-linux-setup disables mod_dir, thus apache can't start due to missing module.
mod_dir should be enabled in case admin-ui is installed.

@devrimyatar devrimyatar added bug Something isn't working comp-flex-linux-setup Component affected by issue or PR labels Jul 8, 2022
@devrimyatar devrimyatar self-assigned this Jul 8, 2022
duttarnab added a commit that referenced this issue Jul 11, 2022
…od-dir

fix: flex-linux-setup enable apache module mod_dir (ref: #291)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp-flex-linux-setup Component affected by issue or PR
Projects
None yet
Development

No branches or pull requests

1 participant