[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kolab-users
Subject:    Roundcubemail & subdomain reloaded
From:       "julien.anet () bluewin ! ch" <julien ! anet () bluewin ! ch>
Date:       2016-04-22 13:25:05
Message-ID: 9544367.26236.1461331505146.JavaMail.webmail () bluewin ! ch
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Dear all,
The other post about that subject did not help me any further. 
I am trying to set up a subdomain for roundcubemail (kolab.myserver.com) instead of \
www.myserver.com/roundcubemail That's my VHosts conf:
<VirtualHost *:80>
ServerName kolab.myserver.com
DocumentRoot /usr/share/roundcubemail/public_html/
<Directory "/usr/share/roundcubemail/public_html">
<ifModule mod_rewrite.c>
    RewriteEngine On
    # support for CSFR
    RewriteRule ^/[a-f0-9]{16}/(.*) /$1 [PT,L]
    # Be compatible with older packages and installed plugins.
    RewriteCond %{REQUEST_URI} ^/assets/
    RewriteCond %{REQUEST_URI} !-f
    RewriteCond %{REQUEST_URI} !-d
    RewriteRule .*/assets/(.*)$ /$1 [PT,L]
</ifModule>
    Options +FollowSymLinks
    AllowOverride None
    <ifModule mod_authz_core.c>
        Require all granted
    </ifModule>
</Directory>
</VirtualHost>
roundcubemail.conf is inactive in /etc/httpd/conf.d/
My access_log shows 404 for all files which are located under assets/* 
System is a VServer 2 GB with CentOS 7.2
Thanks in advance
J


[Attachment #5 (text/html)]

Dear all,<br><br>The other post about that subject did not help me any furt=
her. <br>I am trying to set up a subdomain for roundcubemail (kolab.myserve=
r.com) instead of www.myserver.com/roundcubemail<br><br>That's my VHosts co=
nf:<br><br>&lt;VirtualHost *:80&gt;<br>ServerName kolab.myserver.com<br>Doc=
umentRoot /usr/share/roundcubemail/public_html/<br>&lt;Directory "/usr/shar=
e/roundcubemail/public_html"&gt;<br>&lt;ifModule mod_rewrite.c&gt;<br>&nbsp=
;&nbsp;&nbsp; RewriteEngine On<br>&nbsp;&nbsp;&nbsp; # support for CSFR<br>=
&nbsp;&nbsp;&nbsp; RewriteRule ^/[a-f0-9]{16}/(.*) /$1 [PT,L]<br>&nbsp;&nbs=
p;&nbsp; # Be compatible with older packages and installed plugins.<br>&nbs=
p;&nbsp;&nbsp; RewriteCond %{REQUEST_URI} ^/assets/<br>&nbsp;&nbsp;&nbsp; R=
ewriteCond %{REQUEST_URI} !-f<br>&nbsp;&nbsp;&nbsp; RewriteCond %{REQUEST_U=
RI} !-d<br>&nbsp;&nbsp;&nbsp; RewriteRule .*/assets/(.*)$ /$1 [PT,L]<br>&lt=
;/ifModule&gt;<br>&nbsp;&nbsp;&nbsp; Options +FollowSymLinks<br>&nbsp;&nbsp=
;&nbsp; AllowOverride None<br>&nbsp;&nbsp;&nbsp; &lt;ifModule mod_authz_cor=
e.c&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require all granted<b=
r>&nbsp;&nbsp;&nbsp; &lt;/ifModule&gt;<br>&lt;/Directory&gt;<br>&lt;/Virtua=
lHost&gt;<br><br>roundcubemail.conf is inactive in /etc/httpd/conf.d/<br><b=
r>My access_log shows 404 for all files which are located under assets/* <b=
r><br>System is a VServer 2 GB with CentOS 7.2<br><br>Thanks in advance<br>=
<br>J<br>

_______________________________________________
users mailing list
users@lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic