Raspissa mulla on apache2, joka on toiminut.
Päivitin wheezy->jessie ja nyt toi ei toimi kunnolla. Roundcube nyt on
ensinnä ja varmaan ainoana mielessä.
elis
http://servu/roundcube
Not Found
The requested URL /roundcube/ was not found on this server.
Tämä on tiedostossa /etc/apache2/conf.d/roundcube.conf
Tässä on alussa kommentointi, jonka on lisännyt ties mikä automaagi.
Mitähän tuo nyt tarkoittaa? Se "jokin" oli kommentoinut pois nuo
Alias-määritykset, mutta yritin ottaa niitä käyttöön kun ei toimi. Ei
vaan toimi.
Mikä nyt?
# Those aliases do not work properly with several hosts on your apache
server
# Uncomment them to use it or adapt them to your configuration
Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
Alias /roundcube/ /var/lib/roundcube/
# Access to tinymce files
<Directory "/usr/share/tinymce/www/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
<IfVersion >= 2.3>
Require all granted
</IfVersion>
<IfVersion < 2.3>
Order allow,deny
Allow from all
</IfVersion>
</Directory>
<Directory /var/lib/roundcube/>
Options +FollowSymLinks
# This is needed to parse /var/lib/roundcube/.htaccess. See its
# content before setting AllowOverride to None.
AllowOverride All
<IfVersion >= 2.3>
Require all granted
</IfVersion>
<IfVersion < 2.3>
Order allow,deny
Allow from all
</IfVersion>
</Directory>