Raphael Ritz | 1 May 10:44
Picon
Favicon

Re: Some Plone products not available anymore?

Denis Bitouzé wrote:
> Hello,
> 
> I have a Plone 2.0.5 site that is hosted by 
> http://www.objectis.org/index_html?set_language=en&cl=en Objectis . At home,
> I'm trying to upgrade it to Plone 3.1, which is the usual version provided
> by Objectis nowadays. So I installed the required versions of python and
> Zope to be able to use Plone 2.0.5, and also some of the additional products
> provided by Objectis.
> 
> Unfortunately, after importing the .zexp (Data.fs isn't available!) file, my
> site doesn't run as expected, mostly because (I guess) some of the
> additional products are missing.
> 
> Indeed, among others, I can't find:
> 
> 1. PloneExtendedNavigation (any version)
> 2. CSSManager (old version: installed 2004-12-19 by objectis)
> 3. NavTreePortlet (any version)
> 
> Thanks for any pointers! 

I doubt that you will find updated versions of 1 and 3
as these have been essentially integrated into Plone 3
- or rather became obsolete by the new portlet machinery
and the highly configurable navigation portlet that
ships with Plone now.

Do you have the old site up and running somewhere still?
If so, you could try to uninstall those products and
(Continue reading)

dthomas218 | 2 May 01:25
Favicon

Re: advise needed- existing plone3 site to use ldap


Stuart,

Your best best is to reproduce the same users in your LDAP container. Plone
won't care where they came from, and it doesn't have a SID or underlying
unique code for the user. Stuart in plone = Stuart in LDAP. (Case sensitive,
though!).

By adding an LDAP container, your current Plone permissions won't go away
(just don't delete the user folder in acl_users!) So it should be easy to
test: add a new user in Plone, have them create some-content, now delete
them in Plone and add them in LDAP, see if they can still manage
some-content.

Dan

Quoted from: 
http://n2.nabble.com/advise-needed--existing-plone3-site-to-use-ldap-tp2600330p2600330.html

Stuart L. Marshall wrote:
> 
> Hi,
> 
> I've got a "mature" plone site.  Users, groups, content going
> back a few years.  Currently at 3.1.  Actually a few plone sites.
> 
> I plan to move from the built-in plone user/group authentication
> and information to LDAP.
> 
> I expect to use plone.app.ldap to manage the LDAP.
(Continue reading)

danielcodrea | 6 May 09:12
Picon
Favicon

Virtual hosting setup


Hi,

I have a virtual hosting problem, or, at least I think it is a virtual
hosting problem. 
So, I have a website with the domain www.xxx.com hosted on a Ubuntu Hardy
server. I have a Plone website hosted on a DIFFERENT Ubuntu Hardy server. 
What I want to do is to redirect a subdomain of my first web site
(www.xxx.com) to the Plone website: something like this: mysubdomain.xxx.com
= http://server:8080/plonesite. 
All I need to to is to mask the url of the plonesite, so that visitors will
see only a subdomain of my xxx.com website.
Can someone help me in setting this up?
--

-- 
View this message in context: http://n2.nabble.com/Virtual-hosting-setup-tp2808957p2808957.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Holden Hao | 7 May 01:48
Picon

Re: Virtual hosting setup

> I have a virtual hosting problem, or, at least I think it is a virtual
> hosting problem.
> So, I have a website with the domain www.xxx.com hosted on a Ubuntu Hardy
> server. I have a Plone website hosted on a DIFFERENT Ubuntu Hardy server.
> What I want to do is to redirect a subdomain of my first web site
> (www.xxx.com) to the Plone website: something like this: mysubdomain.xxx.com
> = http://server:8080/plonesite.
> All I need to to is to mask the url of the plonesite, so that visitors will
> see only a subdomain of my xxx.com website.
> Can someone help me in setting this up?

You need to configure your nameserver to point your sub domain to your Ubuntu server which serves Plone.  Then in your Plone server you can configure Zope to listen to port 80 (edit zope.conf) for a direct connection.

You might also want to refer to

http://plone.org/documentation/how-to/plone-with-apache/

for more details.


Good luck.


Holden

danielcodrea | 7 May 08:52
Picon
Favicon

Re: Virtual hosting setup


Holden Hao wrote:
> 
>> I have a virtual hosting problem, or, at least I think it is a virtual
>> hosting problem.
>> So, I have a website with the domain www.xxx.com hosted on a Ubuntu Hardy
>> server. I have a Plone website hosted on a DIFFERENT Ubuntu Hardy server.
>> What I want to do is to redirect a subdomain of my first web site
>> (www.xxx.com) to the Plone website: something like this:
> mysubdomain.xxx.com
>> = http://server:8080/plonesite.
>> All I need to to is to mask the url of the plonesite, so that visitors
> will
>> see only a subdomain of my xxx.com website.
>> Can someone help me in setting this up?
> 
> You need to configure your nameserver to point your sub domain to your
> Ubuntu server which serves Plone.  Then in your Plone server you can
> configure Zope to listen to port 80 (edit zope.conf) for a direct
> connection.
> 
> You might also want to refer to
> 
> http://plone.org/documentation/how-to/plone-with-apache/
> 
> for more details.
> 
> 
> Good luck.
> 
> 
> Holden
> 
> _______________________________________________
> Setup mailing list
> Setup@...
> http://lists.plone.org/mailman/listinfo/setup
> 
> 

Hi, 

Thank you for your prompt reply. 
I managed to configure the nameserver to point to the subdomain i wanted.
Now I have it set like this: http://subdomain.xxx.com:8080/plonesite and i
want iot to look like http://subdomain.xxx.com.
I followed the directions from the article in the link you mentioned, but it
did not do it. :(

Daniel
--

-- 
View this message in context: http://n2.nabble.com/Virtual-hosting-setup-tp2808957p2826432.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Holden Hao | 7 May 09:09
Picon

Re: Virtual hosting setup

Hi,

Thank you for your prompt reply.
I managed to configure the nameserver to point to the subdomain i wanted.
Now I have it set like this: http://subdomain.xxx.com:8080/plonesite and i
want iot to look like http://subdomain.xxx.com.
I followed the directions from the article in the link you mentioned, but it
did not do it. :(

1. You need to enable NameVirtualHost in your httpd.conf

2. Then add a file FileName.conf to /directory etc/httpd/conf.d  Look at each line and change appropriately to your settings.

<VirtualHost *:80>
 ServerName    subdomain.xxx.com
 ServerAlias   www.subdomain.xxx.com
 ServerAdmin   your-BV/SctExNYOTkO8mciVlQg@public.gmane.org
 ServerSignature On
 CustomLog     /var/log/httpd/mysubdomain-access.log combined
 ErrorLog      /var/log/httpd/mysubdomain-error.log
 LogLevel     warn

  <IfModule mod_rewrite.c>
   RewriteEngine On

   # serving icons from apache 2 server
   RewriteRule ^/icons/ - [L]

   RewriteRule ^/(.*) \
      http://localhost:8080/VirtualHostBase/http/%{SERVER_NAME}:80/myPloneSite/VirtualHostRoot/$1 [L,P]
 
</IfModule>

 
</VirtualHost>

Good luck.



Holden


danielcodrea | 7 May 09:31
Picon
Favicon

Re: Virtual hosting setup


Holden Hao wrote:
> 
>>
>> Hi,
>>
>> Thank you for your prompt reply.
>> I managed to configure the nameserver to point to the subdomain i wanted.
>> Now I have it set like this: http://subdomain.xxx.com:8080/plonesite and
>> i
>> want iot to look like http://subdomain.xxx.com.
>> I followed the directions from the article in the link you mentioned, but
>> it
>> did not do it. :(
>>
> 
> 1. You need to enable NameVirtualHost in your httpd.conf
> 
> 2. Then add a file FileName.conf to /directory etc/httpd/conf.d  Look at
> each line and change appropriately to your settings.
> 
> <VirtualHost *:80>
>  ServerName    subdomain.xxx.com
>  ServerAlias   www.subdomain.xxx.com
>  ServerAdmin   your@...
>  ServerSignature On
>  CustomLog     /var/log/httpd/mysubdomain-access.log combined
>  ErrorLog      /var/log/httpd/mysubdomain-error.log
>  LogLevel     warn
> 
>   <IfModule mod_rewrite.c>
>    RewriteEngine On
> 
>    # serving icons from apache 2 server
>    RewriteRule ^/icons/ - [L]
> 
>    RewriteRule ^/(.*) \
> 
> http://localhost:8080/VirtualHostBase/http/%{SERVER_NAME}:80/myPloneSite/VirtualHostRoot/$1[L,P]
> 
> </IfModule>
> 
> 
> </VirtualHost>
> 
> Good luck.
> 
> 
> 
> Holden
> 
> _______________________________________________
> Setup mailing list
> Setup@...
> http://lists.plone.org/mailman/listinfo/setup
> 
> 

Hi,

Thanks again for the answer. 
I did all that you mentioned like this:

1) In httpd.conf I entered:  NameVirtualHost *:80

2) I created a httpd folder in /etc/, inside the httpd folder, I created
another conf.d folder, containing the file support.conf.
In support.conf I entered:

<VirtualHost *:80>
 ServerName    support.coena.com
 ServerAlias   www.support.coena.com
 ServerAdmin   myemailadd
 ServerSignature On
 CustomLog     /var/log/httpd/support.coena.com-access.log combined
 ErrorLog      /var/log/httpd/support.coena.com-error.log
 LogLevel     warn

  <IfModule mod_rewrite.c>
   RewriteEngine On

   # serving icons from apache 2 server
   RewriteRule ^/icons/ - [L]

   RewriteRule ^/(.*) \

http://localhost:8080/VirtualHostBase/http/%{support.coena.com}:80/coenasupport/VirtualHostRoot/$1[L,P]

</IfModule>

</VirtualHost>

but it doesn't work. Could you please have a look at what I did wrong?

Thanks again,
Daniel
--

-- 
View this message in context: http://n2.nabble.com/Virtual-hosting-setup-tp2808957p2826560.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Holden Hao | 7 May 09:48
Picon

Re: Virtual hosting setup

Hi,

Thanks again for the answer.
I did all that you mentioned like this:

1) In httpd.conf I entered:  NameVirtualHost *:80

2) I created a httpd folder in /etc/, inside the httpd folder, I created
another conf.d folder, containing the file support.conf.
In support.conf I entered:

You should not need to create an httpd folder.  It should be there when httpd or Apache was installed.  Perhaps that is the problem.  What distribution are you using?  You can also check where the right folder to put the config file to by looking at httpd.conf and looking for the inlcude directive.  Look for something like:

Include  /etc/httpd/conf.d/

This means that the virtual host config file should be located in /etc/httpd/conf.d/
 
http://localhost:8080/VirtualHostBase/http/%{support.coena.com}:80/coenasupport/VirtualHostRoot/$1[L,P]


The %{SERVER_NAME} is an Apache variable.  No need to edit that. 


HTH,


Holden
danielcodrea | 7 May 10:07
Picon
Favicon

Re: Virtual hosting setup


Holden Hao wrote:
> 
>>
>> Hi,
>>
>> Thanks again for the answer.
>> I did all that you mentioned like this:
>>
>> 1) In httpd.conf I entered:  NameVirtualHost *:80
>>
>> 2) I created a httpd folder in /etc/, inside the httpd folder, I created
>> another conf.d folder, containing the file support.conf.
>> In support.conf I entered:
>>
> 
> You should not need to create an httpd folder.  It should be there when
> httpd or Apache was installed.  Perhaps that is the problem.  What
> distribution are you using?  You can also check where the right folder to
> put the config file to by looking at httpd.conf and looking for the
> inlcude
> directive.  Look for something like:
> 
> Include  /etc/httpd/conf.d/
> 
> This means that the virtual host config file should be located in
> /etc/httpd/conf.d/
> 
> 
>>
>> http://localhost:8080/VirtualHostBase/http/%{support.coena.com}:80/coenasupport/VirtualHostRoot/$1[L,P]<http://localhost:8080/VirtualHostBase/http/%%7Bsupport.coena.com%7D:80/coenasupport/VirtualHostRoot/$1%5BL,P%5D>
>>
>>
> The %{SERVER_NAME} is an Apache variable.  No need to edit that.
> 
> 
> HTH,
> 
> 
> Holden
> 
> _______________________________________________
> Setup mailing list
> Setup@...
> http://lists.plone.org/mailman/listinfo/setup
> 
> 

I have apache2.2 installed on a ubuntu hardy 8.4 server.
when i restart the apache server it gives the error :
httpd (no pid file) not running
and the restart fails

i installed appache2 and i donno how to install or set active httpd, thats
why i created the httpd folder, as i had none. I also entered Include
/etc/httpd/conf/d/*.conf in apache2.conf file.

it still doens't work :(

--

-- 
View this message in context: http://n2.nabble.com/Virtual-hosting-setup-tp2808957p2826642.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Holden Hao | 7 May 10:33
Picon

Re: Virtual hosting setup

I have apache2.2 installed on a ubuntu hardy 8.4 server.
when i restart the apache server it gives the error :
httpd (no pid file) not running
and the restart fails

The script will complain that it can not stop the server if it is not running and returns an error.  But this is okey.  The script should  be able to start the server.
 

i installed appache2 and i donno how to install or set active httpd, thats
why i created the httpd folder, as i had none. I also entered Include
/etc/httpd/conf/d/*.conf in apache2.conf file.

In my Debian box, Apache2 (apache2.conf) uses:

Include /etc/apache2/sites-enabled/

So put the config file in that directory (I'm guessing Ubuntu implements Apache2 similar to Debian).  Adding another Include directive may not work because there might be other directives that subvert it.  So best to use the package maintainer's intended way.

Don't forget to reverse your previous configurations.


Holden



Gmane