Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Squirrelmail
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
linuxsystem.info
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2004
Posts: 104
Location: Bergamo - Italy

PostPosted: Tue May 18, 2004 8:05 pm    Post subject: Squirrelmail Reply with quote

Nel tentativo di eseguire squirrelmail, mi ritrovo....
Code:


<?php

/**
 * index.php -- Displays the main frameset
 *
 * Copyright (c) 1999-2003 The SquirrelMail Project Team
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 * Redirects to the login page.
 *
 * $Id: index.php,v 1.14.2.1 2003/07/27 19:38:44 kink Exp $
 */

header('Location: src/login.php');

?>
<html></html>


sbagliato qualcosa??? :?
_________________
AMD...ASUS...NVIDIA... The right choice...!!!

Asus A8N-SLI Premium, Amd64 3500+, 1Gb ram Dual Channel 2.5, Asus Nforce GT6800 256 PCI-E
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Tue May 18, 2004 9:49 pm    Post subject: Reply with quote

Nel sistema in questione, mod_php è installato e apache configurato per utilizzarlo?
_________________
"Larry the Cow was a bit frustrated at the current state of Linux Distributions..."
Back to top
View user's profile Send private message
linuxsystem.info
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2004
Posts: 104
Location: Bergamo - Italy

PostPosted: Tue May 18, 2004 10:04 pm    Post subject: Reply with quote

si..... o almeno credo..... ho specificato in apache2.conf nelle opts -d php4 -d ssl ma non funzia cmq....
_________________
AMD...ASUS...NVIDIA... The right choice...!!!

Asus A8N-SLI Premium, Amd64 3500+, 1Gb ram Dual Channel 2.5, Asus Nforce GT6800 256 PCI-E
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Wed May 19, 2004 5:46 am    Post subject: Reply with quote

Se dai /etc/init.d/apache2 restart ti da qualche errore?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linuxsystem.info
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2004
Posts: 104
Location: Bergamo - Italy

PostPosted: Wed May 19, 2004 7:06 pm    Post subject: Reply with quote

no, non da errori.....
_________________
AMD...ASUS...NVIDIA... The right choice...!!!

Asus A8N-SLI Premium, Amd64 3500+, 1Gb ram Dual Channel 2.5, Asus Nforce GT6800 256 PCI-E
Back to top
View user's profile Send private message
HexDEF6
Guru
Guru


Joined: 26 May 2003
Posts: 451
Location: Trento

PostPosted: Thu May 20, 2004 7:56 am    Post subject: Reply with quote

linuxsystem.info wrote:
si..... o almeno credo..... ho specificato in apache2.conf nelle opts -d php4 -d ssl ma non funzia cmq....


prova a spostare questi settaggi in /etc/conf.d/apache2
a me funziona...


Ciao!
_________________
Fa quel che te faresi!
Back to top
View user's profile Send private message
linuxsystem.info
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2004
Posts: 104
Location: Bergamo - Italy

PostPosted: Thu May 20, 2004 12:10 pm    Post subject: Reply with quote

Ok, come al solito la stanchezza aveva giocato brutti scherzi...... mi ero dimenticato di scommentare la riga nell'apache2.conf con i parametri inseriti....... :lol:

Ora funziona tutto, l'unica cosa che mi rimane è che quando faccio il logout da Squirrelmail mi da:

Code:


Not Found

The requested URL /squirrelmail/config/c was not found on this server.


_________________
AMD...ASUS...NVIDIA... The right choice...!!!

Asus A8N-SLI Premium, Amd64 3500+, 1Gb ram Dual Channel 2.5, Asus Nforce GT6800 256 PCI-E
Back to top
View user's profile Send private message
elbambolo
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2003
Posts: 98

PostPosted: Thu May 20, 2004 1:21 pm    Post subject: Reply with quote

nel conf di squirrelmail hai settato la pagina di default del logout?
_________________
da oggi mi metto a studiare il c++ !!!
:D
Back to top
View user's profile Send private message
linuxsystem.info
Tux's lil' helper
Tux's lil' helper


Joined: 01 May 2004
Posts: 104
Location: Bergamo - Italy

PostPosted: Sun May 23, 2004 10:59 am    Post subject: Reply with quote

Ho provato ad impostare come pagina di signout quella di login, ma non so se cosi viene sloggato correttamente l'utente......
_________________
AMD...ASUS...NVIDIA... The right choice...!!!

Asus A8N-SLI Premium, Amd64 3500+, 1Gb ram Dual Channel 2.5, Asus Nforce GT6800 256 PCI-E
Back to top
View user's profile Send private message
shanghai
Guru
Guru


Joined: 08 Feb 2004
Posts: 493
Location: Roma, Italia, GeekLand

PostPosted: Sun May 23, 2004 11:52 am    Post subject: Reply with quote

Io sto provando a installare squirrelmail, dapprima avevo fatto lo stesso errore di linuxsystem.info, non avevo decommentato la riga, ma poi... :(
Code:
root@tux dev # /etc/init.d/apache2 start
 * Apache2 has detected a syntax error in your configuration files:
Syntax error on line 22 of /etc/apache2/conf/apache2.conf:
Cannot load /etc/apache2/modules/mod_access.so into server: /etc/apache2/modules/mod_access.so: cannot open shared object file: No such file or directory


La suddetta riga 22 carica il primo modulo di una lunga lista.
Che faccio? :(
---EDIT---
La mia cartella /etc/apache2/modules NON C'E'!
Code:
root@tux apache2 # ls -la
totale 10
drwxr-xr-x   3 root root  112 14 mag 19:37 .
drwxr-xr-x  72 root root 4864 23 mag 13:43 ..
-rw-r--r--   1 root root 2211 14 mag 19:37 apache2-builtin-mods
drwxr-xr-x   5 root root  280 14 mag 20:50 conf

_________________
Il sonno della ragione genera mostri.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum