Oui pas de PB pour apache j’accede bien a mon serveur “It works!” mais je n’ai toujours pas d’acces a avantfax par le navigateur.
Voila ce que j’ai en faisant cat /etc/apache2/sites-enabled/000-default
[b]<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
Options FollowSymLinks
AllowOverride None
<Directory /var/www/>
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
allow from all
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory “/usr/lib/cgi-bin”>
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
ErrorLog ${APACHE_LOG_DIR}/error.log
Possible values include: debug, info, notice, warm, error, crit,
alert, emerg.
LogLevel warm
CustomLog ${APACHE_LOG_DIR}/access.log combined
<VirtualHost *:80>
DocumentRoot /var/www/avantfax
ServerName avantfax
ErrorLog logs/avantfax-error_log
CustomLog logs/avantfax-access_log common
<VirtualHost *:80>
DocumentRoot /var/www/avantfax
ServerName avantfax
ErrorLog logs/avantfax-error_log
CustomLog logs/avantfax-access_log common
[/b]
Je m’arrache les cheveux avec cette install !!!