2

I'm looking for an easy way to get on Win10 webserver based on apache (or familiar), php, mysql, and ssl (all 3 must have). Everything I found on google has no info how to do it... only how to change something or how to provide new things.

2
  • Windows IoT is supposed to be used a thin client. The PHP, MySQL and SSL should live on a real server. There are ways to do what you want but not using the stuff you want to use. Commented Oct 4, 2017 at 13:01
  • You just need to someone port PHP source code to win 10 iot Commented Dec 21, 2017 at 0:11

1 Answer 1

1

Everything you assume from traditional Windows systems is irrelevant in IoT Core. Wintel binaries like apache.exe , php.exe and mysql.exe are positively unwelcome and simply won't work.

Windows 10 IoT core is best regarded as vehicle to run one (1) full-screen Universal Windows Platform App all the time - there is no Desktop , no explorer.exe and definetely not multiple Windows - by design. Also there is no regard to backwards compability - by design. 90 % of the worlds Windows software (including WAMPP and relatives) doesn't work on it - by design.

Raspbian can transform into a solid LAMP (Linux , Apache , MySQL , PHP) system with one apt-get invocation - by design.

2
  • I can't use Raspbian (don't ask why...). I know Raspbian can become LAMP, because I've done it. But right now I need to have the same on Win10 IoT. Commented Sep 15, 2017 at 11:50
  • 1
    Buy an Intel Compute Stick or a real PC. You will get nowhere with Win10IoTCore + Raspberry Pi if you want (X)AMP. Commented Sep 15, 2017 at 12:08

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.