[opencms-dev] Put OpenCms behind apache, source-code editor disappears :-(
Achim Westermann
a.westermann at alkacon.com
Wed Jul 1 15:40:55 CEST 2009
Hi Yves,
you should consider using mod_jk instead. It is faster and does not
consume so many OS handles (sockets):
http://www.opencms-wiki.org/MultiSite_configuration_instructions_(apache_%2B_mod_jk)
Kind Regards,
Achim.
-------------------
Achim Westermann
Alkacon Software GmbH - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org
Yves Glodt schrieb:
> Hello,
>
> I have an instance of OpenCms 7.0.5-jpa which worked well, until I needed to
> put it behind an apache, using mod_proxy_ajp (with no static file serving for
> apache)
>
> In short, everything works fine, except the source-code editor does not work
> anymore, the tab in firefox stays gray and has the following source loaded:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
> <html>
> <head>
> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
> <title>(yglodt) - Editing /index.html</title>
> <script type="text/javascript">
> <!--
> // change window name when opening editor in direct edit mode
> // to avoid loss of content when previewing another resource in Explorer view
> if (window.name == "preview") {
> window.name = "editor_directedit";
> }
> //-->
> </script>
> </head>
>
> <frameset rows="*,24,0" border="0" frameborder="0" framespacing="0">
> <frame name="edit"
> src="/system/workplace/editors/editor_main.jsp?resourcelist=&resource=%2Findex.html"
> noresize scrolling="no">
> <frame name="foot" src="/system/workplace/views/top_foot.jsp" noresize
> scrolling="no">
> </frameset>
> </html>
>
>
> Any idea what could be wrong? Attached is also the virtual host setup.
>
> Best regards,
> Yves
>
>
> ------------------------------------------------------------------------
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list