View previous topic :: View next topic |
Author |
Message |
BancOMat Tux's lil' helper


Joined: 13 Jul 2004 Posts: 105 Location: Prov.Cosenza
|
Posted: Fri Sep 03, 2004 12:05 am Post subject: Problema apache |
|
|
Raga come mai quando vado ad avviare apche mi dice cosi
Code: |
{root@SkyLinux} [prova] *01:53:50* # apache2 -k start
Syntax error on line 200 of /usr/lib/apache2/conf/commonapache2.conf:
ServerTokens takes one argument, Determine tokens displayed in the Server: header - Min(imal), OS or Full
{root@SkyLinux} [prova] *02:01:46* #
|
|
|
Back to top |
|
 |
Peach Advocate


Joined: 08 Mar 2003 Posts: 3686 Location: London, UK
|
Posted: Fri Sep 03, 2004 12:21 am Post subject: |
|
|
provato con:
Code: | # /etc/init.d/apache2 start |
per info ti consiglio caldamente:
Initscripts _________________ Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom |
|
Back to top |
|
 |
BancOMat Tux's lil' helper


Joined: 13 Jul 2004 Posts: 105 Location: Prov.Cosenza
|
Posted: Fri Sep 03, 2004 12:39 am Post subject: |
|
|
adesso mi da :
Code: |
{root@SkyLinux} [speedshells] *02:36:37* # /etc/init.d/apache2 start
* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 200 of /usr/lib/apache2/conf/commonapache2.conf:
ServerTokens takes one argument, Determine tokens displayed in the Server: header - Min(imal), OS or Full
{root@SkyLinux} [speedshells] *02:36:43* #
|
|
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31527 Location: here
|
Posted: Fri Sep 03, 2004 6:37 am Post subject: |
|
|
Che hai allla linea 200 del file /usr/lib/apache2/conf/commonapache2.conf? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
BancOMat Tux's lil' helper


Joined: 13 Jul 2004 Posts: 105 Location: Prov.Cosenza
|
Posted: Fri Sep 03, 2004 12:38 pm Post subject: |
|
|
c'è questo
Code: |
ServerTokens OS e moduli,Full
|
|
|
Back to top |
|
 |
Peach Advocate


Joined: 08 Mar 2003 Posts: 3686 Location: London, UK
|
Posted: Fri Sep 03, 2004 12:54 pm Post subject: |
|
|
poco sopra c'è scritto:
Quote: | ### ServerTokens
### This directive configures what you return as the Server HTTP response
### Header. The default is 'Full' which sends information about the OS-Type
### and compiled in modules.
### Set to one of: Full | OS | Minor | Minimal | Major | Prod
### where Full conveys the most information, and Prod the least.
### |
personalmente ho
ma apparte questo spero tu abbia configurato apache da /etc/apache2/conf/commonapache2.conf e /etc/apache2/conf/apache2.conf _________________ Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom |
|
Back to top |
|
 |
Bl4CkB1rD n00b


Joined: 31 Aug 2004 Posts: 16
|
Posted: Sat Sep 04, 2004 10:28 pm Post subject: servertokens.. |
|
|
e' sbagliata la riga che usi..
ServerTokens OS e moduli,Full
ServerTokens (come ti dice anche l'errore quando lanci apache) prende SOLO una direttiva, quindi o metti ServerTokens Full (esempio) oppure commenti quella che hai ora.
personalmente sui server in produzione su internet utilizzo ServerTokens Prod |
|
Back to top |
|
 |
paolo l33t


Joined: 23 Jul 2002 Posts: 768 Location: SBT (AP)
|
Posted: Sun Sep 05, 2004 11:56 am Post subject: |
|
|
BancOMat wrote: | c'è questo
Code: |
ServerTokens OS e moduli,Full
|
|
Da quando alle direttive di apache si può descrivere in linguaggio naturale ciò che si vuole?
E da quando questo è possibile farlo in italiano?
P. _________________ Nihil sine magno labore |
|
Back to top |
|
 |
Peach Advocate


Joined: 08 Mar 2003 Posts: 3686 Location: London, UK
|
Posted: Sun Sep 05, 2004 12:00 pm Post subject: |
|
|
paolo wrote: | BancOMat wrote: | c'è questo
Code: |
ServerTokens OS e moduli,Full
|
|
Da quando alle direttive di apache si può descrivere in linguaggio naturale ciò che si vuole?
E da quando questo è possibile farlo in italiano?
P. |
una specie di licenza poetica applicata ai sistemi operativi _________________ Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom |
|
Back to top |
|
 |
oRDeX Veteran


Joined: 19 Oct 2003 Posts: 1325 Location: Italy
|
Posted: Mon Sep 06, 2004 3:59 am Post subject: Lol |
|
|
però..non sarebbe male l'idea di un file di configurazione scritto in italiano al 100%...  |
|
Back to top |
|
 |
|