[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian sarge 3.1\apache2 not surpport cgi





On 6/16/06, Mankuthimma <mankuthimma@gmail.com> wrote:
Hi,

Add the following here and try:
$ cat /etc/apache2/mods-available/userdir.conf
<IfModule mod_userdir.c>
        UserDir public_html
        UserDir disabled root

        <Directory /home/*/public_html>
                AllowOverride FileInfo AuthConfig Limit
                Options MultiViews Indexes SymLinksIfOwnerMatch
IncludesNoExec
                AddHandler cgi-script .cgi
        </Directory>
</IfModule>


M
Hey,

Thank you very much for you hint!

When I try to do your proposal and restart apache, I got the following error:

########
Forcing reload of apache 2.0 web server...Syntax error on line 19 of /etc/apache2/mods-enabled/userdir.conf:
Invalid command 'IncludesNoExec', perhaps mis-spelled or defined by a module not included in the server configuration
Syntax error on line 19 of /etc/apache2/mods-enabled/userdir.conf:
Invalid command 'IncludesNoExec', perhaps mis-spelled or defined by a module not included in the server configuration
 failed!
##########
Any body can help me please?

Thanks a lot!
Rocky
Reply to: