[Seaside] apache iframe seaside admin question

Paul DeBruicker pdebruic at gmail.com
Fri Oct 11 13:23:23 UTC 2013


From the clients point of view going to 'localhost:8085/RKA' means port 8085 on their machine, not your server.  I think you need to use your domain name there and probably also either http or https





On Oct 11, 2013, at 3:54 AM, Sabine Knöfel <sabine.knoefel at gmail.com> wrote:

> 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.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list