Denis Serenyi:
> We just ran into this problem as well, look for a fix in the next couple of
> days (v259 probably).
OK, cool, so I don't have to worry about cleaning up my fix; I'll just use
it as-is until the official fix is out.
I assume you're doing it the same way as in 2.01 (which I've since read
over), processing the string as soon as you get it and storing the result in
fIPAddress, right?
Is this going to make it into the web admin interface?
By the way, I can't get the web admin interface to work in this
configuration yet. I can make it look for DSS on the IP address it's bound
to, but then it never seems to think DSS is actually running. When I start
it, I see the "starting up" message on the web page, but it never gets the
information.
Plus, it looks in the wrong place for the error log, which is the main thing
I want it for. I hacked around temporarily by hardcoding it to just open my
specific file....
By the way, why isn't it better to write the admin interface be written as a
CGI, or in PHP, so you could just attach it to a running webserver? Is it
just so you don't have to run a webserver on the machine if you weren't
already planning to?