[Seaside] apache iframe seaside admin question

Sabine Knöfel sabine.knoefel at gmail.com
Fri Oct 11 10:54:49 UTC 2013


Til now, I used a rewrite rule and each request to my amazon instance went to
my app. This worked.

<VirtualHost *:80>
#set server name
ProxyPreserveHost On
ServerName localhost
DocumentRoot "C:/Program Files (x86)/Apache Software
Foundation/Apache2.2/htdocs/"
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
#rewrite incoming requests
RewriteEngine On
	RewriteRule ^/(.*)$ http://localhost:8085/RKA/$1 [proxy,last]
</VirtualHost>

But in future, I will have a Homepage (with some infos for the user bla bla)
with an iframe and in this iframe, my app login will run. Users will open
the index.html with the iFrame in it. From there, they will enter the
seaside app. Locally, this works.

But in production, with apache, I have problems.

I removed the Virtual Host and added the iframe 

<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;
       &quot;http://www.w3.org/TR/html4/loose.dtd&quot;>
<html><head><title>Spesenfuchs</title></head>
<body >
<iframe src="???????"  style="...." ...   ></iframe>
</body>
</html>

Can anyone tell me what to enter at the ??????

I tried different versions but I did not succeed. 
E.g. localhost:8085/RKA
Sorry, this question seems to be stupid but I did not get it.

My app was registered with:
WAAdmin register: RKALayoutView asApplicationAt: 'RKA'

Sabine



--
View this message in context: http://forum.world.st/apache-iframe-seaside-admin-question-tp4713813.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list