My team used this setup last year to stream vision data to the driver station, and our solution was to just run mjpg-streamer on port 80. You can change the port by running the command like this:
Code:
./mjpg_streamer -o "output_http.so -w ./www -p 80"
Note that you will now have to run mjpg_streamer with sudo or root.