On 2008-01-11 20:03 +0100, jaroslav votruba wrote: > > Jaroslav tam nema ExecCGI v tom directory. > > muzete to malicko rozvest? Tak jak to mam je defaultni config po > instalaci a ja o cgi mam jen minimalni povedomost
http://httpd.apache.org/docs/2.0/howto/cgi.html There are two steps to allowing CGI execution in an arbitrary directory. First, the cgi-script handler must be activated using the AddHandler or SetHandler directive. Second, ExecCGI must be specified in the Options directive. Marian -- FreeBSD mailing list ([email protected]) http://www.freebsd.cz/listserv/listinfo/users-l
