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

Fix mod_suexec configuration #2495

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Fix mod_suexec configuration #2495

merged 1 commit into from
Dec 31, 2023

Conversation

smortex
Copy link
Collaborator

@smortex smortex commented Nov 19, 2023

The missing newline break apache configuration:

apache2: Syntax error on line 50 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/sites-enabled/25-example.com-443.conf:6: <VirtualHost> was not closed.

Add the missing new line.

While here, also remove the legacy (now unused) template and fix
indentation of the generated statement.

This regression was introduced in 31a137b which appear in no release so far. So maybe we should label this maintenance rather than bugfix?

The missing newline break apache configuration:

```
apache2: Syntax error on line 50 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/sites-enabled/25-example.com-443.conf:6: <VirtualHost> was not closed.
```

Add the missing new line.

While here, alse remove the legacy (now unused) template and fix
indentation of the generated statement.
@smortex smortex added the bugfix label Nov 19, 2023
@smortex smortex marked this pull request as ready for review November 19, 2023 23:41
@smortex smortex requested review from bastelfreak, ekohl and a team as code owners November 19, 2023 23:41
@smortex smortex changed the title Fix mod_suexec usage Fix mod_suexec configuration Dec 12, 2023
@ekohl ekohl merged commit af57ff1 into main Dec 31, 2023
@ekohl ekohl deleted the fix-mod_suexec branch December 31, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants