Questions tagged [uniform-server]

This tag should be used for questions where the user is using Uniform Server and the problem lies in the server configuration rather than just server side code in the public or www directory.

Uniform Server is a portable and modular localhost solution for Windows. It supports different mysql, mariasql, php, and perl versions. As well as support for cron, https, http/2 and more.

2 questions
0
votes
1 answer

How do I setup websockets on apache using this tutorial, with just built in apache modules?

I'm trying to use these instructions to setup a websockets connection on my localhost apache webserver and it's not working. I have the mod_proxy_wstunnel and mod_proxy modules turned on so I should have the capability of running websockets on…
desbest
  • 4,746
  • 11
  • 51
  • 84
0
votes
1 answer

Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() in Uniform Server with PHP 7.2

I'm using Uniform Server with PHP 7.2 and upon running a php page I made I get this error. Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() When I try to enable the mbstring php module (and other modules) through the…
desbest
  • 4,746
  • 11
  • 51
  • 84