El 23 de abril de 2024 21:07:58 CEST, Alexey <slackway...@gmail.com> escribió:
>Hello list,
>tell me please what's the difference between
>
> /usr/pkg/libexec/cgi-bin/php
>and
> /usr/pkg/bin/php
>
>I mean that this works:
> /usr/libexec/httpd -b -U nobody -C .php
>/usr/pkg/libexec/cgi-bin/php /var/www/
>
>and this does not:
> /usr/libexec/httpd -b -U nobody -C .php /usr/pkg/bin/php /var/www/
>
Hello,
I think /usr/pkg/bin/php is the command line interface and
/usr/pkg/libexec/cgi-bin/php the CGI command.
Regards
Ramiro.