странно права апачу есть на папку а он ругается
The requested URL / was not found on this server.
почему он не может найти
## ## httpd.conf -- Apache HTTP server configuration file ##
ServerType standalone
ServerRoot "/usr/local/apache"
# Port 80
User nobody Group nobody
ServerName 127.0.0.1
DocumentRoot "/home/www/user/html"
<Directory /> Options FollowSymLinks AllowOverride None </Directory>
<Directory "/home/www/user/html"> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory>
<IfModule mod_userdir.c> UserDir html </IfModule>
<Directory /home/www/*/html> AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Deny from all </LimitExcept> </Directory>
<IfModule mod_dir.c> DirectoryIndex index.html index.htm </IfModule>
AccessFileName .htaccess
UseCanonicalName On
ScriptAlias /cgi-bin/ "/home/www/user/cgi-bin/" ScriptAlias /cgi/ "home/www/user/cgi-bin/"
ScriptAlias /cgi-bin/ "/home/www/*/cgi-bin/" ScriptAlias /cgi/ "home/www/*/cgi-bin/"
<Directory "/home/www/user/cgi-bin"> AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory>
<Directory "/home/www/*/cgi-bin"> AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory> </IfModule> AddType application/x-compress .Z AddType application/x-gzip .gz .tfz AddType application/x-tar .tgz
AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps
AddHandler cgi-script .cgi .pl
AddType text/html .shtml AddHandler server-parsed .shtml </IfModule>
я привел часть конфига может поможет чем
права на папку /home -R 755