Suppongo di averlo installato (bell'inizio, vero?), non da me, ma scegliendolo tra i componenti da installare con Mandrake 9.0.
Altra cosa che mi fa pensare a ciò è che trovo i file di configurazione e di lancio:
/usr/sbin/apachectl
/etc/httpd/conf/httpd.conf
e la cartella:
/var/www/html/
Prima cosa: in quasi tutti i tutorial che ho trovato in giro si parla di cartelle diverse, tipo /usr/local/apache/
E' solo dovuto al fatto che non l'ho installato io?
Seconda cosa: facendo finta che tutto sia installato correttamente, il problema potrebbe essere nei file di configurazione:
- Codice: Seleziona tutto
...
ServerType standalone
ServerRoot /etc/httpd
ServerName localhost
#LockFile /etc/httpd/httpd.lock
PidFile /var/run/httpd.pid
ScoreBoardFile /etc/httpd/httpd.scoreboard
ErrorLog logs/error_log
LogLevel warn
ResourceConfig /dev/null
AccessConfig /dev/null
DocumentRoot /var/www/html
DirectoryIndex index.htm index.html index.shtm index.shtml
...
<IfDefine APACHEPROXIED>
Port 8080
Listen 8080
</IfDefine>
<IfDefine !APACHEPROXIED>
Port 80
Listen 80
</IfDefine>
...
KeepAlive On
...
...oppure nel file incluso commonhttpd.conf:
- Codice: Seleziona tutto
...
<Directory />
Options -All -Multiviews
AllowOverride None
Order deny,allow
Deny from all
</Directory>
...
Ecco cosa faccio come utente root:
- Codice: Seleziona tutto
# /usr/sbin/apachectl start
# /usr/sbin/apachectl status
> Apache NON è in esecuzione.
> Usa /usr/sbin/apachectl extendedstatus per ulteriori info.
# /usr/sbin/apachectl extendedstatus
> Ricerca di localhost
> localhost
> Collegamento HTTP a localhost
> Attenzione! Impossibile stabilire il collegamento con l'host remoto.
> lynx: impossibile accedere al file di avvio http://localhost/server-status
> ##############################################################################
Aggiungo il fatto che non ho trovato nulla che si chiamasse "server-status"...
Qualche idea?
Grazie,
Rw