What is up my friends !!! i’m on an impossible mission to upload a php system with docker using apache2 on windows. the problem is this -> even though everything is apparently correct ( because i can get to index.html and see the standard apache2 screen without problems) i can’t make apache2 run my system ..
Category : apache2
I am running an apache2 server from a windows computer using the Linux subsystem. Now I’m trying to use it as a server and listen to connections. Unfortunately it is failing when trying to bind to the socket. This is the code: $host = ‘0.0.0.0’; $port = 1433; set_time_limit(0); if(!$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) { ..
Recent Comments