[maemo-developers] Apache + PHP5 + MySQL/SQLite

From: Santtu Lakkala inz at inz.fi
Date: Wed Dec 19 11:24:05 EET 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

maemo at bitblit.net wrote:
> On Tue, 18 Dec 2007, Santtu Lakkala wrote:
>> You can also try these install files: php5-fastcgi[1], nginx[2]. The php
>> includes sqlite support, so the sqlite functions work "out of the box".
>> There's also a "working" wordpress package that uses nginx and
>> php5-fastcgi/sqlite.
> 
> Anyone have PHP5 working with Apache? If so, does it use modphp or CGI 
> modules?
> 
> I need Apache because I need mod_rewrite. I also need to get PEAR running 
> too.
> 
> How hard would it be to get all these working?

Nginx actually includes a rewrite module, you could do something like this:

location / {
	root /path/to/your/web/app
	index index.php
	if (!-e $request_filename) {
		rewrite ^(.*)$ /index.php?q=$1
		break;
	}
}

PS. Please use the "reply all" button in your mail agent, otherwise your
mails aren't sent to the list.

- --
Santtu Lakkala
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQFHaOM0X9Rc0+po4p0RAvGWAJ9OuGtQhiPhHd/YYln/0aK9o9BLcACYqlSo
U7dHRSUjzVE6zDU2vYu4mA==
=4/y5
-----END PGP SIGNATURE-----


More information about the maemo-developers mailing list