Moin,
hat jemand eine Idee, wie man per Server Side Includes eine ASP-Seite eines entfernten Servers aufrufen kann?
nicht rekonfigurierbaren Apache-Servers
puh, ohne CGI und ohne die Moeglichkeit mod_proxy einzusetzen wuerde ich mal sagen - no chance.
... und zwar deshalb, weil SSI die einzubindende Datei zwingend auf dem selben Server erwartet. Siehe auch http://httpd.apache.org/docs/howto/ssi.html#includingastandardfooter. Dort steht:
"The include element can determine what file to include with either the file attribute, or the virtual attribute. The file attribute is a file path, relative to the current directory. That means that it cannot be an absolute file path (starting with /), nor can it contain ../ as part of that path. The virtual attribute is probably more useful, and should specify a URL relative to the document being served. It can start with a /, but must be on the same server as the file being served."
Viele Gruesse
Kess