World Server Http
I've been messing around with trying to get the HTTP server functionality working with zero luck.
I have the eqemu_config.xlm set as port defined and opened.
<world>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
I get the standard IE webpage cannot be displayed when I navigate to 127.0.0.1:9080.
So I thought maybe I needed a web server so I installed Apache and still no luck.
Any suggestions?
|