apache2 configtest failed.
  • i need to configure my apache web server so, I edited /etc/apache2/mods-enabled/userdir.conf:

    <IfModule mod_userdir.c>

          UserDir public_html



          UserDir
    disabled root

          <Directory

    /home/*/public_html
    >

                  AllowOverride
    FileInfo AuthConfig Limit
    Indexes

                  Options
    MultiViews
    Indexes

    SymLinksIfOwnerMatch
    IncludesNoExec

                  <Limit GET
    POST
    OPTIONS>

                          Order
    allow,deny
    Allow from all

                  </Limit>

                  <LimitExcept GET
    POST
    OPTIONS>

                          Order
    deny,allow
    Deny from all


                  </LimitExcept>


           </Directory>

    </IfModule>


    <Directory

    /home/*/public_html/cgi-bin
    >


           Options
    +ExecCGI

    AddHandler
    cgi-script
    .cgi

    </Directory>
    but it shows an error while we restart the apache2
      please help  me....
    Post edited by Anu KK at 2015-07-10 01:17:26
  • 1 Comment sorted by
  • Vote Up0Vote Down Paweł MikołajczukPaweł Mikołajczuk
    Posts: 72Member, Sourcefabric Team
    Hey, 

    please try to use latest newscoop release https://github.com/sourcefabric/Newscoop/releases&nbsp;