Hi All,
With httpd as of 5.6 I do not understand how to make cgi script work eg
just bgokg installed by default at address /cgi-bin/bgplg
==httpd.conf==
prefork 2
server "local" {
listen on egress port 80
}
server "local-fastcgi" {
listen on egress port 80
fastcgi
}
==EOF==
/etc/rc.d/httpd start
/etc/rc.d/slowcgi -f start
Resulting in "Not Found /cgi-bin/bgplg"
Whereas the httpd server normally serves other html files of the htdocs
directlry, except /bgplg
Could you help me with the miss here ?
Regards
J.F.