View previous topic :: View next topic |
Author |
Message |
rdivincenzo Tux's lil' helper
Joined: 01 Apr 2006 Posts: 79
|
Posted: Fri Sep 07, 2007 2:21 pm Post subject: Apache [RISOLTO] |
|
|
Ho appana installato Apache facendo:
L'installazione è avvenuta con successo ma ho dei piccoli problemini.
Quando devo avviare il serverweb mi comporto come segue:
Code: | # cd /etc/initd.d
# apache2 start
|
ottengo la seguente
Code: | Usage: apache2 [-D name] [-d directory] [-f file]
[-C "directive"] [-c "directive"]
[-k start|restart|graceful|stop]
[-v] [-V] [-h] [-l] [-L] [-t] [-S]
Options:
-D name : define a name for use in <IfDefine name> directives
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-C "directive" : process directive before reading config files
-c "directive" : process directive after reading config files
-e level : show startup errors of level (see LogLevel)
-E file : log startup errors to file
-v : show version number
-V : show compile settings
-h : list available command line options (this page)
-l : list compiled in modules
-L : list available configuration directives
-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)
-S : a synonym for -t -D DUMP_VHOSTS
-t : run syntax check for config files
|
Ovvero sembrerebbe che il software non sia installato come servizio e questo mi arreca problemi. Qualcuno sa dirmi come farlo partire nel modo indicato sopra?
Grazie anticipatamente!
Last edited by rdivincenzo on Fri Sep 07, 2007 2:31 pm; edited 1 time in total |
|
Back to top |
|
|
micio Tux's lil' helper
Joined: 13 Sep 2006 Posts: 98
|
Posted: Fri Sep 07, 2007 2:25 pm Post subject: |
|
|
a quel punto devi lanciare
altrimenti lui pensa di andare a prendere l'eseguibile che sta in /usr/sbin/ anzichè lo script in init
In alternativa puoi lanciare direttamente il comando
Code: | /etc/init.d/apache2 start |
Micio! _________________ with Linux plug and play
while with Winzozz plug and pray ^.^ |
|
Back to top |
|
|
rdivincenzo Tux's lil' helper
Joined: 01 Apr 2006 Posts: 79
|
Posted: Fri Sep 07, 2007 2:30 pm Post subject: |
|
|
Miticoooooooooooooooo!!!!!!!!!!!!! |
|
Back to top |
|
|
micio Tux's lil' helper
Joined: 13 Sep 2006 Posts: 98
|
Posted: Fri Sep 07, 2007 2:33 pm Post subject: |
|
|
eeeeehhh per così poco _________________ with Linux plug and play
while with Winzozz plug and pray ^.^ |
|
Back to top |
|
|
|