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

Set DirectoryIndex in the zabbix module #853

Closed
teluq-pbrideau opened this issue Nov 29, 2022 · 0 comments · Fixed by #854
Closed

Set DirectoryIndex in the zabbix module #853

teluq-pbrideau opened this issue Nov 29, 2022 · 0 comments · Fixed by #854

Comments

@teluq-pbrideau
Copy link
Contributor

teluq-pbrideau commented Nov 29, 2022

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 7.20
  • Ruby: 2.7.6p219
  • Distribution: RockyLinux
  • Module version: Master

How to reproduce (e.g Puppet code you use)

  class { 'apache':
    default_mods  => false,
  }

  class { 'zabbix' :
    [...]
  }

What are you seeing

curl --head https://zabbix.example.com/
HTTP/1.1 404 Not Found
[...]
curl https://zabbix.example.com/index.php --head
HTTP/1.1 200 OK
[...]

What behaviour did you expect instead

I expect the zabbix web page to be available by default once configured.

Output log

Any additional information you'd like to impart

Disabling the defaults_mods in apache render the zabbix web page not fully functionnal.

I included the apache::mod::dir in my zabbix profile, but it could probably be included by defaut in the zabbix module. Am I wrong to think this?

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