softrain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Apache web server configuration file for WordPressForum: Fixing WordPress
In reply to: Non-existent URLs display homepage instead of 404 error@lcf As I have already mentioned in the initial post, I am running a fresh installation of WordPress. Therefore, no plugins are activated, and the theme is the default (“Twenty Twenty-Two”). I have tested WordPress in both Apache and Nginx (using this configuration: https://ww.wp.xz.cn/support/article/nginx/), and I am getting the same results.
Forum: Fixing WordPress
In reply to: Apache web server configuration file for WordPress@sterndata
When I replacedfcgi://127.0.0.1:9000withfcgi://loremipsumorfcgi://dummyvalueand restarted Apache, nothing bad happened; WordPress ran properly.Forum: Fixing WordPress
In reply to: Apache web server configuration file for WordPress@sterndata
Regarding theProxyPassMatch ^/(.*\.php(/.*)?)$ unix://var/run/php-fpm/www.sterndata.com.sock|fcgi://127.0.0.1:9000/var/www/www.sterndata.com/wordpress timeout=300part of your configuration, can the127.0.0.1:9000be replaced by anything (e.g.blablabla)?Forum: Fixing WordPress
In reply to: Apache web server configuration file for WordPress@jdembowski Thank you, but that is for Nginx, not Apache. I have already provided that same link in the original post.