Hallo Jörg,
> Ich habe jetzt das Schulportfolio deinstalliert, gepurgert und alle
> zugehörigen Ordner in /home /etc und /usr/share manuel gelöscht,
> dann neu insstalliert (fishlegs):
> Beim Aufruf der Login-Seite erscheint:
> Creating directory /home/linuxmuster-portfolio/data/cache/7 failed
> Creating directory /home/linuxmuster-portfolio/data/cache/7 failed
> Creating directory /home/linuxmuster-portfolio/data/cache/7 failed
> Writing
> /home/linuxmuster-portfolio/data/cache/7/78f1481d736503af194569f252432de5.i
> failed
> Unable to save cache file. Hint: disk full; file permissions; safe_mode
> setting.
> Creating directory /home/linuxmuster-portfolio/data/cache/7 failed
> Writing
> /home/linuxmuster-portfolio/data/cache/7/78f1481d736503af194569f252432de5.xhtml
> failed
>
> und ein Login ist nicht möglich, es erscheint einfach die Login-Seite
> (wie bei horde3...).
ich denke noch immer, dass es ein Rechteproblem ist: anscheinend hat
Apache nicht ausreichend Rechte in den Verzeichnissen.
Schau mal in der apache.conf ob der "Nutzer" in dessen Kontext apache
läuft auch www-data ist.
Bei mir:
------------------
ps aux | grep apache
root 3971 0.0 0.1 340116 16528 ? Ss Feb27 6:33
/usr/sbin/apache2 -k start
www-data 6215 0.0 0.0 340224 10128 ? S 14:01 0:00
/usr/sbin/apache2 -k start
www-data 7517 0.0 0.0 340148 8700 ? S 14:36 0:00
/usr/sbin/apache2 -k start
root 7891 0.0 0.0 11368 920 pts/3 S+ 14:42 0:00 grep apache
www-data 21028 0.0 0.0 340628 10644 ? S 06:48 0:00
/usr/sbin/apache2 -k start
www-data 21030 0.0 0.1 348532 14172 ? S 06:48 0:00
/usr/sbin/apache2 -k start
www-data 21031 0.0 0.1 349156 15676 ? S 06:48 0:00
/usr/sbin/apache2 -k start
www-data 27970 0.0 0.1 349060 14820 ? S 09:20 0:00
/usr/sbin/apache2 -k start
www-data 28706 0.0 0.1 349208 15996 ? S 09:40 0:00
/usr/sbin/apache2 -k start
-------------------
Und dann nochmal die Rechte "von unten nach Oben":
drwxr-xr-x 13 root root 4096 Sep 13 2015 home
drwxr-xr-x 4 root root 4096 Dez 28 2011
linuxmuster-portfolio
Kontrollier auch die Dateien /etc/apache2/conf.d/
bei mir:
ls -al /etc/apache2/conf.d/
insgesamt 24
drwxr-xr-x 2 root root 4096 Aug 24 2015 .
drwxr-xr-x 7 root root 4096 Mai 29 14:42 ..
-rw-r--r-- 1 root root 269 Feb 7 2012 charset
lrwxrwxrwx 1 root root 22 Okt 30 2013 horde -> /etc/horde/apache.conf
lrwxrwxrwx 1 root root 45 Okt 30 2013 javascript-common.conf ->
/etc/javascript-common/javascript-common.conf
lrwxrwxrwx 1 root root 40 Okt 30 2013 linuxmuster-portfolio.conf ->
../../linuxmuster-portfolio/apache2.conf
-rw-r--r-- 1 root root 3296 Feb 7 2012 localized-error-pages
lrwxrwxrwx 1 root root 26 Okt 30 2013 mrbs -> /etc/mrbs/mrbs_apache.conf
lrwxrwxrwx 1 root root 25 Okt 30 2013 nagios3.conf ->
/etc/nagios3/apache2.conf
-rw-r--r-- 1 root root 143 Feb 7 2012 other-vhosts-access-log
-rw-r--r-- 1 root root 1424 Feb 7 2012 security
Vielleicht fehlen da bei dir die symlinks..
Kontrollier auch den Inhalt der Dateien:
14:44/0 server (LMG) ~ # cat /etc/apache2/conf.d/linuxmuster-portfolio.conf
Alias /portfolio "/usr/share/linuxmuster-portfolio"
<Directory /usr/share/linuxmuster-portfolio>
AllowOverride all
DirectoryIndex index.php
</Directory>
-.----------------------
14:45/0 server (LMG) ~ # cat /etc/apache2/conf.d/horde
Alias /horde3 /usr/share/horde3/
<DirectoryMatch /usr/share/horde3/>
Options +FollowSymLinks
AllowOverride AuthConfig
# order deny,allow
order allow,deny
# deny from all
# allow from 127.0.0.0/255.0.0.0
allow from all
<IfModule mod_php5.c>
php_flag magic_quotes_gpc On
php_flag magic_quotes_runtime Off
php_flag file_uploads On
php_flag short_open_tag On
php_flag session.auto_start Off
php_flag session.bug_compat_warn Off
php_value upload_max_filesize 16M
php_value post_max_size 16M
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</DirectoryMatch>
Viele Grüße
Holger
_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user