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

Remove ServerTokens from apache configurations #3253

Closed
MrGeneration opened this issue Oct 20, 2020 · 0 comments
Closed

Remove ServerTokens from apache configurations #3253

MrGeneration opened this issue Oct 20, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@MrGeneration
Copy link
Member

Infos:

  • Used Zammad version: Zammad 3.5 and earlier
  • Installation method (source, package, ..): any but hosted
  • Operating system: any
  • Database + version: any
  • Elasticsearch version: any
  • Browser + version: any

Expected behavior:

Apache2 starts without issues using the default http configuration files.

Actual behavior:

Apache2 can't start, because ServerTokens is no valid setting within the VirtualHost section.

Oct 20 17:58:31 lehost systemd[1]: Starting The Apache HTTP Server...
Oct 20 17:58:31 lehost  apachectl[19737]: AH00526: Syntax error on line 10 of /etc/apache2/sites-enabled/zammad.conf:
Oct 20 17:58:31 lehost  apachectl[19737]: ServerTokens cannot occur within <VirtualHost> section
Oct 20 17:58:31 lehost  apachectl[19737]: Action 'start' failed.
Oct 20 17:58:31 lehost  apachectl[19737]: The Apache error log may have more information.
Oct 20 17:58:31 lehost  systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Oct 20 17:58:31 lehost  systemd[1]: apache2.service: Failed with result 'exit-code'.

Steps to reproduce the behavior:

  • copy cat our original sample configuration without changes

Yes I'm sure this is a bug and no feature request or a general question.

@MrGeneration MrGeneration self-assigned this Oct 20, 2020
@MrGeneration MrGeneration added this to In progress in OLD Workflow Oct 20, 2020
@martini martini added this to the 3.6.1 milestone Dec 30, 2020
@thorsteneckel thorsteneckel moved this from In progress to Done in OLD Workflow Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
OLD Workflow
  
Done
Development

No branches or pull requests

2 participants