Language translations now possible!
bmarkus, would the 'mod_fcgid' (this module) be available for the upcoming php interpreter, compiled for PiCore?
Sorry, I can't see it in repo.I have also look inside 'apache2.4.tcz' archive, in '\usr\local\apache2\modules' folder - don't see 'mod_fcgid'.
wget -q -O - 'http://localhost/test.php?param1=12¶m2=user' | head
Why not using wget ??Code: (bash) [Select]wget -q -O - 'http://localhost/test.php?param1=12¶m2=user' | head
Quote from: patrikg on December 16, 2014, 03:51:15 AMWhy not using wget ??Code: (bash) [Select]wget -q -O - 'http://localhost/test.php?param1=12¶m2=user' | head...how can wget be used to execute php scripts on a web server? or what do you mean?