Score:-2

Can't figure out what's wrong

co flag
<VirtualHost 221.0.256.1:8080>
    ServerName site.ru www.site.ru
    ServerAlias info.site.ru
    Listen 8080
    LoadModule status_module "modules/mod_status.so"
 
    ErrorLog "c:/users\public/logs/error.txt"
    CustomLog "c:/users/public/logs/log.log" access
    LogFormat "%h" access
 
    ServerRoot "c:/users/public/htdocs"
    ServerAdmin [email protected]
    AllowOverride All
    Alias /icons/ "c:/users/public/icons/"
 
    DocumentRoot "c:/users/public/site"
    <Directory "c:/users/public/site">
        Option +Indexes
        Redirect 301 "somefile.html"
        Header unset Etag
        ErrorDocument 410 "Извините, такого файла нет"
        Require for all
    </Directory>
 
    <Files "\.(rar|zip)$">
        AuthName "Доступ запрещён!"
        AuthType Basic
        AuthUserFile "c:\folder\.htpasswd"
        Require current-user
    </Files>
</VirtualHost>
anx avatar
fr flag
anx
Please add error messages / goals / some clear problem statement [into your question, both in title and body](https://serverfault.com/posts/1102151/edit).
djdomi avatar
za flag
Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.