Hi,
jbombs16!
Quote:
Originally Posted by jbombs16
Cherokee would be nice because I need PHP and database (MySQL) support.
I have installed apahce but have no idea how to configure it. Plus I dont know how to get PHP and MySQL installed. Can anyone help me out?
|
First of all, lighttpd and PHP (include MYSQL) works fine on Entware. A common mistake for new Entware users is they "think" Optware way with it's huge packages. The Entware is OpenWRT based, so all packages is size optimized. Take a look at lighttpd at Optware, there is only one package with all it's modules:
Quote:
# grep "^Package: lighttpd" ./Packages_optware | wc -l
1
|
But OpenWRT (and Entware) includes 29 lighttpd packages!
Quote:
# grep "^Package: lighttpd" ./Packages_entware | wc -l
29
|
Every lighttpd module is in separate package. The same thing with PHP and some other software.
Here is my example how to use lighttpd with php-cgi and php-scgi.
When you install any software from Entware, please refer to OpenWRT docs first. It's available far more widely then Optware ones.