[wp-trac] [WordPress Trac] #47883: Can't install WordPress on port other than 80
WordPress Trac
noreply at wordpress.org
Thu Aug 15 19:14:11 UTC 2019
#47883: Can't install WordPress on port other than 80
----------------------------+------------------------------
Reporter: DanFromGermany | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.2.2
Severity: normal | Resolution: invalid
Keywords: needs-patch | Focuses:
----------------------------+------------------------------
Old description:
> Trying to do local development (using Docker) on port 8080.
>
> Dock images: php-fpm, nginx, mysql.
> Using a fresh install, with a blank database and wp-config.php removed,
> going to http://localhost:8080/ forwards to http://localhost/ which is
> apparently not accessible.
>
> Please remove this and let me install WordPress on any port.
> To verify this is a Wordpress problem and not nginx related, consider the
> following:
>
> http://localhost:8080/license.txt does show up perfectly
>
> http://localhost:8080/test.php
> A testscript containing nothing more than `<?php phpinfo();` also works
> as expected:
>
> http://localhost:8080/ which should forward me to setup routine, does not
> work, instead it does redirect:
>
> Content-Type: text/html; charset=UTF-8
> Date: Thu, 15 Aug 2019 14:10:27 GMT
> Location: http://localhost/
> Server: nginx/1.17.2
> X-Powered-By: PHP/7.3.8
> X-Redirect-By: WordPress
>
> I don't know how other people deal with this major issue, this is a kinda
> wtf moment for me.
New description:
Trying to do local development (using Docker) on port 8080.
Dock images: php-fpm, nginx, mysql.
Using a fresh install, with a blank database and wp-config.php removed,
going to http://localhost:8080/ forwards to http://localhost/ which is
apparently not accessible.
Please remove this and let me install WordPress on any port.
To verify this is a WordPress problem and not nginx related, consider the
following:
http://localhost:8080/license.txt does show up perfectly
http://localhost:8080/test.php
A testscript containing nothing more than `<?php phpinfo();` also works as
expected:
http://localhost:8080/ which should forward me to setup routine, does not
work, instead it does redirect:
Content-Type: text/html; charset=UTF-8
Date: Thu, 15 Aug 2019 14:10:27 GMT
Location: http://localhost/
Server: nginx/1.17.2
X-Powered-By: PHP/7.3.8
X-Redirect-By: WordPress
I don't know how other people deal with this major issue, this is a kinda
wtf moment for me.
--
Comment (by garrett-eclipse):
Hi @DanFromGermany
Your tickets won't show on that report as they're all closed and that
report only lists active tickets. For a full listing of all your tickets
here's a custom query;
https://core.trac.wordpress.org/query?reporter=DanFromGermany
As to ticket deletion that feature isn't available standardly as trac is
an archival record for the open source project. Usually only malicious
tickets (spam, pentesting, exploited) are removed.
* Concerning GDPR the archival record (Trac) is addressed in section f of
article 6 which states "processing is necessary for the purposes of the
legitimate interests pursued by the controller".
Reference - http://www.privacy-regulation.eu/en/article-6-lawfulness-of-
processing-GDPR.htm
** This is also covered in the WP.org Privacy Policy -
https://wordpress.org/about/privacy/
"WordPress.org will not delete personal data from logs or records
necessary to the operation, development, or archives of the WordPress open
source project."
"When deletion is requested or otherwise required, we will anonymise the
data of data subjects and/or remove their information from publicly
accessible sites if the deletion of data would break essential systems or
damage the logs or records necessary to the operation, development, or
archival records of the WordPress open source project."
*** That being said you can contact dpo at wordcamp.org for a more official
statement as I'm just a volunteer, or you can use the Data Erasure Request
form although I don't believe it would delete any tickets as they are seen
as an archival record.
Data Erasure Request form - https://wordpress.org/about/privacy/data-
erasure-request/
I hope that answers your questions
All the best
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47883#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list