You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Jonathan Linczak <li...@hiram.edu> on 2004/09/16 04:54:14 UTC

New Lenya site live

All,

Just wanted to let you know that our new website powered by Lenya and 
Cocoon is now up and available at http://www.hiram.edu/.  Feel free to 
add it to the list of sites using Lenya.

I also wanted to say thank you to the many developers that fielded my 
questions (often silly and simple) about Lenya and Cocoon.  Without 
your help, we could have not launched this site.  Many thanks, and keep 
up the good work!

Jon


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: New Lenya site live

Posted by Jean Pierre LeJacq <jp...@quoininc.com>.
On Thu, 16 Sep 2004, Johannes Jander wrote:

> At 6:15 Uhr -0400 16.09.2004, Jean Pierre LeJacq wrote:
>
> >We have this working well for the live site as well.  Is there a way
> >to get authoring to work the same?
>
> I set up two virtual servers:
>
> http://www.kinequin.de -> the live area
> http://admin.kinequin.de -> the authoring area

Mind sharing how the second virtual server was constructed?

-- 
JP



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: New Lenya site live

Posted by Johannes Jander <ja...@zedat.fu-berlin.de>.
At 6:15 Uhr -0400 16.09.2004, Jean Pierre LeJacq wrote:

>We have this working well for the live site as well.  Is there a way
>to get authoring to work the same?

I set up two virtual servers:

http://www.kinequin.de -> the live area
http://admin.kinequin.de -> the authoring area


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: New Lenya site live

Posted by Jean Pierre LeJacq <jp...@quoininc.com>.
On Thu, 16 Sep 2004, Michael Wechner wrote:

> Jean Pierre LeJacq wrote:
>
> >On Thu, 16 Sep 2004, Michael Wechner wrote:
> >>
> >
> >We have this working well for the live site as well.  Is there a way
> >to get authoring to work the same?
> >
>
> you mean getting rid of the /lenya/<PUB-ID/ prefix?

Yes.

-- 
JP



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: New Lenya site live

Posted by Michael Wechner <mi...@wyona.com>.
Jean Pierre LeJacq wrote:

>On Thu, 16 Sep 2004, Michael Wechner wrote:
>
>  
>
>>>How did you manage to make the site show up under
>>>http://www.hiram.edu/index.html rather than
>>>http://www.hiram.edu/lenya/hiram/live/index.html? Did you go the mod_proxy
>>>road?
>>>
>>>
>>>      
>>>
>>yes, you could mod_proxy
>>    
>>
>
>We have this working well for the live site as well.  Is there a way
>to get authoring to work the same?
>  
>

you mean getting rid of the /lenya/<PUB-ID/ prefix?

I guess you want to keep the area prefix, e.g. authoring or admin ;-)


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: New Lenya site live

Posted by Jean Pierre LeJacq <jp...@quoininc.com>.
On Thu, 16 Sep 2004, Michael Wechner wrote:

> >How did you manage to make the site show up under
> >http://www.hiram.edu/index.html rather than
> >http://www.hiram.edu/lenya/hiram/live/index.html? Did you go the mod_proxy
> >road?
> >
> >
> yes, you could mod_proxy

We have this working well for the live site as well.  Is there a way
to get authoring to work the same?

-- 
JP



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: New Lenya site live

Posted by Michael Wechner <mi...@wyona.com>.
Torsten Schlabach wrote:

>How did you manage to make the site show up under
>http://www.hiram.edu/index.html rather than
>http://www.hiram.edu/lenya/hiram/live/index.html? Did you go the mod_proxy
>road?
>  
>
yes, you could mod_proxy

    ProxyPass  /cgi-bin/ !

#   Read CSS and Images directly through Apache
#   Create softlinks within Apache htdocs:
#   mkdir -p lenya/<PUB-ID>/live
#   cd lenya/<PUB-ID>/live
#   ln -s <WEBAPP-DIR>/lenya/pubs/<PUB-ID>/resources/shared/css css
#   ln -s <WEBAPP-DIR>/lenya/pubs/<PUB-ID>/resources/shared/images images
    ProxyPass /lenya/<PUB-ID>/live/css/ !
    ProxyPass /lenya/<PUB-ID>/live/images/ !

#   Read CSS and Images through Lenya
#    ProxyPass /lenya/<PUB-ID>/live/css/ 
http://127.0.0.1:8080/lenya/<PUB-ID>/live/css/
#    ProxyPassReverse /lenya/<PUB-ID>/live/css/ 
http://127.0.0.1:8080/lenya/<PUB-ID>/live/css/
#    ProxyPass /lenya/<PUB-ID>/live/images/ 
http://127.0.0.1:8080/lenya/<PUB-ID>/live/images/
#    ProxyPassReverse /lenya/<PUB-ID>/live/images/ 
http://127.0.0.1:8080/lenya/<PUB-ID>/live/images/
    ProxyPass  / http://127.0.0.1:8080/<PUB-ID>/live/
    ProxyPassReverse  / http://127.0.0.1:8080/<PUB-ID>/live/


HTH

Michi


>Torsten
>
>  
>
>>All,
>>
>>Just wanted to let you know that our new website powered by Lenya and 
>>Cocoon is now up and available at http://www.hiram.edu/.  Feel free to 
>>add it to the list of sites using Lenya.
>>
>>I also wanted to say thank you to the many developers that fielded my 
>>questions (often silly and simple) about Lenya and Cocoon.  Without 
>>your help, we could have not launched this site.  Many thanks, and keep 
>>up the good work!
>>
>>Jon
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>
>
>  
>


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: New Lenya site live

Posted by Torsten Schlabach <TS...@gmx.net>.
How did you manage to make the site show up under
http://www.hiram.edu/index.html rather than
http://www.hiram.edu/lenya/hiram/live/index.html? Did you go the mod_proxy
road?

Torsten

> All,
> 
> Just wanted to let you know that our new website powered by Lenya and 
> Cocoon is now up and available at http://www.hiram.edu/.  Feel free to 
> add it to the list of sites using Lenya.
> 
> I also wanted to say thank you to the many developers that fielded my 
> questions (often silly and simple) about Lenya and Cocoon.  Without 
> your help, we could have not launched this site.  Many thanks, and keep 
> up the good work!
> 
> Jon
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: New Lenya site live

Posted by Michael Wechner <mi...@wyona.com>.
Jonathan Linczak wrote:

> All,
>
> Just wanted to let you know that our new website powered by Lenya and 
> Cocoon is now up and available at http://www.hiram.edu/.


very cool. Maybe you want to add

<meta content="Apache Lenya" name="generator"/>

to the HTML head

> Feel free to add it to the list of sites using Lenya.


done :-) (within SVN)

whereas the actual website needs to be updated

Michi

>
> I also wanted to say thank you to the many developers that fielded my 
> questions (often silly and simple) about Lenya and Cocoon.  Without 
> your help, we could have not launched this site.  Many thanks, and 
> keep up the good work!
>
> Jon
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>
>


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org