Skip to content

Pid existing on startup #2

@Watchieee

Description

@Watchieee

It appears to me that on shutdown of the container the PID of the apache process is not always correctly removed. This results in errors on startup for an obvious reason.

The quick fix for me was to:
docker start XXX && docker exec -it XXX rm -rf /var/run/apache2/apache2.pid

Maybe you can adjust the /start.sh to do the same or fix the shutdown to properly remove the .pid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions