Skip to content

amp causes Apache to fail on Ubuntu 26.04 #79

Description

@MegaphoneJon

After upgrading an Ubuntu 24.04 system to 26.04, Apache wouldn't load. I'm creating this issue so others in this situation can find the solution.

The systemd service definition for Apache2 in Ubuntu 26.04 includes the directive: ProtectHome=read-only.

I created an override that fixed this. I ran sudo systemctl edit apache2 and inserted the following:

# /etc/systemd/system/apache2.service.d/override.conf
[Service]
ReadWritePaths=/home/jon/.amp/log

This restored functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions