hey,
i succesfully installed lighttpd on my wrt54gl. then i wanted to use php, so I installed additional packages:
lighttpd-mod-cgi
php5
php5-cgi
I used this howto http://forum.openwrt.org/viewtopic.php?id=10330
But when I try to view the phpinfo-page I get "500 - Internal Server Error".
logread says the following:
Apr 25 19:26:48 OpenWrt user.info : 2007-04-25 17:26:48: (mod_cgi.c.961) CGI failed: No such file or directory /usr/bin/php
Apr 25 19:26:48 OpenWrt user.info : mod_cgi.c.964: abortedthis is weird because /usr/bin/php is definately there (symlinked to my mmc):
root@OpenWrt:~# ls -la /usr/bin/php
lrwxrwxrwx 1 root root 16 Apr 25 19:28 /usr/bin/php -> /mmc/usr/bin/phpwhats wrong here?
thanks
(Last edited by openwrt on 25 Apr 2007, 18:43)
