Rodolfo Pilas wrote:

> File cherokee.conf at the 0.4.23b03 said:
> 
>       DocumentRoot /usr/var/www
> 
> When previous versions said:
> 
>       DocumentRoot /var/www
> 
> Be carefull about this.

  Yeah, that is a side effect we have to accept.

  If you want to install Cherokee, for example in /opt/cherokee, it
should install everything inside that path. From my point for view, it
doesn't make sense if it install everything inside /opt/cherokee but the
/var/www directory, just because maybe you don't have permissions to do
that:

  ./configure --prefix=/opt/cherokee

  If you wanna install Cherokee in /usr/local, it is enough to call
configure without parameters.  The paths will become:

  bin -> /usr/local/bin
  www -> /usr/local/var/www
  lib -> /usr/local/lib
  etc -> /usr/local/etc

  But, if you want to install Cherokee system wide, the right way is:

  ./configure --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to