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

apache fails to start in docker container after stop #92

Closed
RuralYak opened this issue Dec 10, 2019 · 1 comment
Closed

apache fails to start in docker container after stop #92

RuralYak opened this issue Dec 10, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@RuralYak
Copy link
Contributor

RuralYak commented Dec 10, 2019

Steps:

  1. Start Hauk docker container
    docker run hauk

  2. Stop Hauk docker container
    docker stop hauk

  3. Start stopped container
    docker start hauk

ER: Http server shall start normally

Stopping apache
Stopping memcached
Signal handled: Terminated.
Done
Started
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[Tue Dec 10 23:13:22.972758 2019] [mpm_prefork:notice] [pid 16] AH00163: Apache/2.4.38 (Debian) PHP/7.4.0 configured -- resuming normal operations
[Tue Dec 10 23:13:22.972836 2019] [core:notice] [pid 16] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND'

AR: Apache fails to start because of stale pid file:

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.24.0.2. Set the 'ServerName' directive globally to suppress this message
httpd (pid 18) already running
@bilde2910
Copy link
Owner

Resolved by #93

@bilde2910 bilde2910 added the bug Something isn't working label Dec 11, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants