On Fri, Dec 07, 2012 at 10:28:08AM +0100, abdelkader belahcene wrote: > *Hi, > I installed the apache2 from the wheezy distro, > apache2, php5 mysql everything ran correctly but cgi failed.
http://www.catb.org/~esr/faqs/smart-questions.html > 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 ???!!! Unless, you (or an appropriate package, e.g. blosxom) put your cgi program in there, yes, it will be 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 ? Of course, e.g: In .html file: [...] <a href="http://localhost/cgi-bin/blosxom" target="_blank">Blog</a> root@tal:~# ls -al /usr/lib/cgi-bin/ drwxr-xr-x 2 root root 4096 Oct 26 09:17 . drwxr-xr-x 79 root root 40960 Dec 2 16:49 .. -rwxr-xr-x 1 root root 28163 Oct 2 2008 blosxom root@tal:~# ls -al /var/www/ total 12 drwxr-xr-x 2 root root 4096 Mar 18 2011 . drwxr-xr-x 12 root root 4096 Jan 17 2012 .. -rw-r--r-- 1 root root 177 Mar 18 2011 index.html root@tal:~# But, I'm guessing as to what you are actually asking, maybe you should read: http://www.perlmonks.org/?node_id=542341 -- "If you're not careful, the newspapers will have you hating the people who are being oppressed, and loving the people who are doing the oppressing." --- Malcolm X -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20121207132917.GA5703@tal

