Wordpress Not Working - Getting Application Failed to respond even when it is running.
manoramapandagle1979-glitch
PROOP

2 months ago

Check Logs:

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using fd12:6843:4b66:1:1000:69:5233:7d84. Set the 'ServerName' directive globally to suppress this message

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using fd12:6843:4b66:1:1000:69:5233:7d84. Set the 'ServerName' directive globally to suppress this message

[Sun Dec 28 16:46:41.605797 2025] [mpm_prefork:notice] [pid 15:tid 15] AH00163: Apache/2.4.65 (Debian) PHP/8.3.29 configured -- resuming normal operations

[Sun Dec 28 16:46:41.605857 2025] [core:notice] [pid 15:tid 15] AH00094: Command line: 'apache2 -D FOREGROUND'

Solved

1 Replies

sarahkb125
EMPLOYEE

2 months ago

Hi there,

The Apache warning about the server name is harmless and not causing your issue. Your logs show Apache is running normally.

The "Application failed to respond" error typically means Railway can't reach your app on the expected port. WordPress with Apache usually listens on port 80, so make sure you have PORT=80 set as a service variable, or configure Apache to listen on the port Railway provides via the $PORT environment variable.

If you're using a Dockerfile, ensure you're exposing the correct port and that Apache is configured to bind to 0.0.0.0 rather than localhost.

Could you share how you deployed this (template, Dockerfile, etc.) and confirm what port configuration you have set?

Best,

The Railway Team


Status changed to Awaiting User Response Railway 2 months ago


Status changed to Solved sarahkb125 2 months ago


Loading...