I have an audio streaming project, and I'd like to have my playlist automation and playback software update a text file named 'nowplaying.txt' via the HTTP POST command so that a basic web page I created can parse that file (I haven't figured out how yet) and display it on the web page so the user can see what title is currently being played.
Anyway, it seems like everything's in place that should be in place, and it superficially *appears* to be working, yet, no matter how many times the software sends POSTs, nothing happens to the text file on the server. It's as if the data goes into some sort of black hole instead of to its intended destination.
Anyone have any ideas on what's going on and how I might fix it?
The server is Apache2 running on Debian 13 (I think).
c
Anyway, it seems like everything's in place that should be in place, and it superficially *appears* to be working, yet, no matter how many times the software sends POSTs, nothing happens to the text file on the server. It's as if the data goes into some sort of black hole instead of to its intended destination.
Anyone have any ideas on what's going on and how I might fix it?
The server is Apache2 running on Debian 13 (I think).
c