Question
SPWF01S Apache Connection
Posted on December 27, 2015 at 11:57
I have been following the
and I would like to connect to my SPWF01S via apache so that I can update and add the html pages. 1. I have opened a socket at the module - AT+S.SOCKD=32000 2. I have modified the httpd.conf file for my IP address and socket:♯ Change this to Listen on specific IP addresses as shown below to
♯ prevent Apache from glomming onto all bound IP addresses.
♯
Listen 192.168.1.93:32000
Listen 32000
3. When I try and ''start'' apache I get the following error:$ httpd.exe -k start
(OS 10049)The requested address is not valid in its context. : AH00072: make_sock: could not bind to address 192.168.1.93:32000
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs I am wondering what else I need to set up in SPWF01S or my Apache configs. The only reason I want to connect is so that I can modify upload new html files and images to the module for web it acts as a webserver. Many Thanks. Tom #apache #html #spwf01s-wifi