View Single Post
Posts: 5 | Thanked: 2 times | Joined on Apr 2013
#11
Originally Posted by nieldk View Post
please test

no SSL:
https://www.dropbox.com/s/jjhvekzmb7...es-n900.tar.gz

with SSL:
https://www.dropbox.com/s/08vzk7hfic...emo5-armel.deb

install:
untar, and install the three deb files inside
dpkg -i apr_1.5.0_maemo5-armel.deb
dpkg -i apr-util_1.5.3_maemo5-armel.deb
dpkg -i apache_2.4.7_maemo5-armel.deb

all files will be installed in /usr/local/....

edit:

# nano /usr/local/apache2/conf/httpd.conf

start:

# /usr/local/apache2/bin/apachectl start

Enjoy!
Hi, thanks for the setup method of apache2, why i cant run php files on my n900? only html docs, when i try to run a php script into my localhost apache display the code and dont run the script, if i edit the httpd.conf with nano, apache server download the index.php, dont display it. Can u help to me? Thank you!