Tiny Core Linux
		Tiny Core Base => Raspberry Pi => Topic started by: Alexey on November 27, 2014, 08:45:36 AM
		
			
			- 
				I'd like to have Apache web server and php interpreter at PiCore.
 
 Apache 2.4 is noticed to be at the repository, but I haven't noticed PHP interpreter at the repo.
 Is it available for PiCore?
- 
				Not yet, but will come soon together with MariaDB (MySQL). Testing it on x86 and when ok, will build them on piCore.
			
- 
				Goot to know it, will wait for php interpreter!
 Would be nice to be able to run an interpreter as FastCGI or as an Apache module, as both possible solutions.
- 
				bmarkus, would the 'mod_fcgid' (this module (http://httpd.apache.org/mod_fcgid/)) be available for the upcoming php interpreter, compiled for PiCore?
			
- 
				bmarkus, would the 'mod_fcgid' (this module (http://httpd.apache.org/mod_fcgid/)) be available for the upcoming php interpreter, compiled for PiCore?
 
 
 mod_fcgid was added to repo last week.
- 
				Sorry, I can't see it in repo (http://tinycorelinux.net/5.x/armv6/tcz/).
 I have also look inside 'apache2.4.tcz' archive, in '\usr\local\apache2\modules' folder - don't see 'mod_fcgid'.
- 
				Sorry, I can't see it in repo (http://tinycorelinux.net/5.x/armv6/tcz/).
 I have also look inside 'apache2.4.tcz' archive, in '\usr\local\apache2\modules' folder - don't see 'mod_fcgid'.
 
 
 It is in the 6.x repo.
- 
				I see it, thank you!
			
- 
				bmarkus, is the php interpreter available?
			
- 
				Why not using wget ??
 
 wget -q -O - 'http://localhost/test.php?param1=12¶m2=user' | head
 
- 
				Why not using wget ??
 
 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?
- 
				php.tcz added to repo. For sure it is too big and must split up to smaller tcz's but good to start. You can advise how to split it.
 
 Please try.
- 
				Just mean that you can use wget to access php for command line.
 If you don't have any php command line program.
 If you only have an php-module in some webserver.
 
 
 Why not using wget ??
 
 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?