mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.19k stars 22.48k forks source link

AMPPS no longer supports Linux #32347

Closed yecril23pl closed 1 week ago

yecril23pl commented 8 months ago

MDN URL

https://developer.mozilla.org/en-US/docs/Learn/Forms/Sending_and_retrieving_form_data

What specific section or headline is this issue about?

on_the_server_side_retrieving_the_data

What information was incorrect, unhelpful, or incomplete?

Good options for local PHP testing are MAMP (Mac and Windows) and AMPPS (Mac, Windows, Linux).

What did you expect to see?

A valid way to run a PHP server on Linux

Do you have any supporting links, references, or citations?

Errors (963)

Do you have anything more you want to share?

The Firefox console advertises using the development server { python -m http.server; } and the guide should show how to use forms with that (via CGI). Flask is much harder to use because it is an integrated application with virtual paths (at least per the example given).

Also, server options mention PERL and .NET but there are no corresponding examples in the list.

MDN metadata

Page report details * Folder: `en-us/learn/forms/sending_and_retrieving_form_data` * MDN URL: https://developer.mozilla.org/en-US/docs/Learn/Forms/Sending_and_retrieving_form_data * GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/learn/forms/sending_and_retrieving_form_data/index.md * Last commit: https://github.com/mdn/content/commit/447d4dee97df6e45dfcdd789bda2101b0626a661 * Document last modified: 2024-02-16T01:36:47.000Z
Josh-Cena commented 4 months ago

Also, server options mention PERL and .NET but there are no corresponding examples in the list.

This list is not meant as a substitution for the reader's own research. If you really want to work in one of those languages, you need to do your own research. The list is neither comprehensive nor trying to be so—not even with the languages that are included.

I'm not sure what you are referring to with the error. The AMPPS website opens for me. Nevertheless AMPPS v4 no longer supports Linux, so we should either update the text or find an alternative. I really don't know why someone would use one of these instead of just downloading Apache itself, especially on Linux.

Piyush-r-bhaskar commented 1 week ago

Hi @Josh-Cena

I really don't know why someone would use one of these instead of just downloading Apache itself, especially on Linux. - I agree 👍🏻

What do you think of XAMPP / PHP Server with Docker ?

Josh-Cena commented 1 week ago

What do you think of XAMPP / PHP Server with Docker?

Sure