[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RAQ4 users web page not served



>
> Thanks Mike,
>
> Is there a fix to automate this or has cobalt mentioned they are working
on
> a fix  ?

I have not heard anything from cobalt. To automate the addition on all new
sites open
up /usr/lib/perl5/site_perl/5.005/Cobalt/Vsite.pm and drop in

AliasMatch ^/users/([^/]+)(/(.*))? $Htgroup_dir/$group/users/\$1/web/\$3



Where is says "----PASTE HERE------"


<VirtualHost $addr>
ServerName $name
ServerAdmin $serveradmin
DocumentRoot $Htgroup_dir/$group/$Webdir
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^$addr(:80)?$my
RewriteCond %{HTTP_HOST}                !^$name(:80)?$my
RewriteRule ^/(.*)                      http://$name/\$1 [L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))? $Htgroup_dir/$group/users/\$1/web/\$3
----PASTE HERE------
php_admin_value open_basedir /home/sites
</VirtualHost>


Mike



>
> Bassi
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users