j'ai monté une sme7.5 pour mettre en test un site joomla .
ce serveur est derriere une live box avec IP fixe .
je me connecte depuis l'exterieur en putty en root et admin
je me connecte depuis l'exterieur en https au server-manager et en myadmin sans probleme .
mais impossible de me connecter a mon site "sitemonte " et "sitemonte2"
mes répertoires joomla sont bien en "/home/e-smith/files/ibays/sitemonte/html/ ils sont en 777 www connectionweb
j'ai bien supprimé le fichier html
je joins mon httpd.conf . car je pense que mon erreur est là .
mais je ne vois pas clair
Pouvez vous me donner des pistes de réflexion
merci de votre aide
# Information bay directories
#------------------------------------------------------------
#------------------------------------------------------------
# Primary ibay directories (Primary i-bay)
#------------------------------------------------------------
<Directory /home/e-smith/files/ibays/Primary/html>
Options None
Options +Indexes
Options +Includes
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/Primary/cgi-bin>
Options ExecCGI
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/Primary/files>
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
#------------------------------------------------------------
# sitemonte ibay directories (site commune)
#------------------------------------------------------------
<Directory /home/e-smith/files/ibays/sitemonte/html>
Options None
Options +Indexes
Options +Includes
AllowOverride All
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/sitemonte/cgi-bin>
Options ExecCGI
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/sitemonte/files>
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
#------------------------------------------------------------
# sitemonte2 ibay directories (deuxieme)
#------------------------------------------------------------
<Directory /home/e-smith/files/ibays/sitemonte2/html>
Options None
Options +Indexes
Options +Includes
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/sitemonte2/cgi-bin>
Options ExecCGI
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/sitemonte2/files>
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/Primary/html>
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir /home/e-smith/files/ibays/Primary/
</Directory>
<Directory /home/e-smith/files/ibays/sitemonte/html>
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir /home/e-smith/files/ibays/sitemonte/
</Directory>
<Directory /home/e-smith/files/ibays/sitemonte2/html>
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir /home/e-smith/files/ibays/sitemonte2/
</Directory>
Alias /wpad.dat /etc/httpd/conf/proxy/proxy.pac
<Location /wpad.dat>
order deny,allow
deny from all
allow from 127.0.0.1 192.168.10.0/255.255.255.0
</Location>
Alias /proxy.pac /etc/httpd/conf/proxy/proxy.pac
<Location /proxy.pac>
order deny,allow
deny from all
allow from 127.0.0.1 192.168.10.0/255.255.255.0
</Location>
<Location /server-manager/cgi-bin/backup>
SetEnv force-proxy-request-1.0 1
</Location>