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

no cgi-bin program



Hi,
I installed the apache2 from the wheezy distro,
apache2, php5 mysql  everything ran correctly   but cgi failed.
The  module is loaded  I mean the  cgi.load
I added cgid.load and cgid.conf  to mods-enabled

firstly no file : cgi.conf  ?? in  mods-available

secondly the directory /usr/lib/cgi-bin    is empty ???!!!


  in the apache sites  I have a correct   script:
 ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory "/usr/lib/cgi-bin">
        AllowOverride None
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>

I suppose I need to install  the cgi program??   or what ?
thanks  for help
regards



Reply to: