PDA

View Full Version : little workaround for the wi-problem


dr|jjb
29-08-2002, 05:48
copy all images to an apache or other webserver, and change the URLs from the html-pages, pointing to the new location.

RichardVictory
29-08-2002, 16:05
Not sure what you mean here. Can you explain a bit more in detail?

Rrroot
29-08-2002, 16:19
That would really be great...!

It would also safe us from the crappy security build in the webinterface :)

Now I can use SSL and .htaccess files zo secure it even more :)

Seven_NL
30-08-2002, 12:55
By the Url he probably mean the url hardcoded in the html pages.

example: if you create a virt. server in apache called ts.mydns.com
make sure to change all url's in the html page to this domain.

Not sure if this will work thou.....
You need to parse stuff to the server.... no clue how that is done.

Missing readme's and/or manual ...... we need them :(

ScratchMonkey
31-08-2002, 22:54
I think the point is to offload much of the load from the admin interface by moving all images and any other incidental files to a separate web server. One then edits all the files in httpdocs that are used by the management interface to use the alternate web server, instead. That way the only files served by the tss2 server will be form pages. That will eliminate the need for the server to serve multiple documents simultaneously, which is believed to be a major factor in the webadmin crashes.