Groups | Search | Server Info | Login | Register
Groups > sfnet.atk.linux.palvelimet > #22
| Newsgroups | sfnet.atk.linux.palvelimet |
|---|---|
| From | Donkey Hottie <plc666@hotmail.com> |
| Subject | Apache2 ongelma |
| Date | 2015-12-10 20:21 +0200 |
| Message-ID | <lesojc-8cj.ln1@gauntlet.fredriksson.dy.fi> (permalink) |
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>
Back to sfnet.atk.linux.palvelimet | Previous | Next — Next in thread | Find similar
Apache2 ongelma Donkey Hottie <plc666@hotmail.com> - 2015-12-10 20:21 +0200 Re: Apache2 ongelma tza@bastu.net - 2015-12-11 06:29 +0000
csiph-web