|
From: Lucia M. <luc...@as...> - 2008-01-29 16:05:25
|
Enrico Ansaloni wrote:
> Si direi che siccome il tutto gira con l'utente del webserver,
> dovresti fare un grep di apache, vedere che utente usa e fare chown su
> quell'utente.
> Da me e' chown apache:apache /var/log/partecipa.log
Ok per il log quella era la strada, avevo visto che i files in
/var/log/httpd/ erano root.root allora non l'avevo modificato.
Ciò non toglie che ancora qualcosa non va. Dà un errore sul db.
L'errore che ritorna l'interfaccia è generico (Internal Server Error)
e l'error.log invece racconta quanto allego.
Grazie mille di ogni suggerimento.
Lucia
[Tue Jan 29 06:19:12 2008] [error] [client 192.168.10.45] [Tue Jan 29
06:19:12 2008] unox1: DBI
connect('dbname=Partecipa.base;host=localhost;port=5432','unox1',...)
failed: FATAL: role "unox1" does not exist
[Tue Jan 29 06:19:12 2008] [error] [client 192.168.10.45] [Tue Jan 29
06:19:12 2008] unox1: at
/usr/local/Partecipa.net/partecipa.base/lib/servers/pub/functions/db-utils.pl
line 77
[Tue Jan 29 06:19:12 2008] [error] [client 192.168.10.45] malformed
header from script. Bad header=<!DOCTYPE html PUBLIC "-//W3C/: unox1
[Tue Jan 29 06:19:12 2008] [error] [client 192.168.10.45] [Tue Jan 29
06:19:12 2008] unox1: Can't call method "prepare" on unblessed reference
at /usr/local/Partecipa.net/modules/perl5/UnoX1/Object.pm line 447.
[Tue Jan 29 06:19:14 2008] [error] [client 192.168.10.45] [Tue Jan 29
06:19:14 2008] unox1: DBI
connect('dbname=Partecipa.base;host=localhost;port=5432','unox1',...)
failed: FATAL: role "unox1" does not exist
[Tue Jan 29 06:19:14 2008] [error] [client 192.168.10.45] [Tue Jan 29
06:19:14 2008] unox1: at
/usr/local/Partecipa.net/partecipa.base/lib/servers/pub/functions/db-utils.pl
line 77
[Tue Jan 29 06:19:14 2008] [error] [client 192.168.10.45] malformed
header from script. Bad header=<!DOCTYPE html PUBLIC "-//W3C/: unox1
[Tue Jan 29 06:19:14 2008] [error] [client 192.168.10.45] [Tue Jan 29
06:19:14 2008] unox1: Can't call method "prepare" on unblessed reference
at /usr/local/Partecipa.net/modules/perl5/UnoX1/Object.pm line 447.
|