Thread: Run PHP on N800
View Single Post
Posts: 35 | Thanked: 13 times | Joined on Oct 2008
#17
Old thread but could someone help.....

os2008
Ive installed nginx and php5-fastcgi but like others couldnt get php working.
Server started by default without PHP so edited /etc/nginx/nginx.conf by removing # from the following lines.

PHP Code:
      # Location ~ \.php$ {
      # fastcgi_pass     127.0.0.1:9000;
      # fastcgi_index    index.php;
      # fastcgi_parm    SCRIPT_FILENAME  /scipts$fastcgi_script_name;
      # include            conf/fastcgi_parms;
      # } 

webserver now doesnt seem to start.


Anyone got some n800 noob instruction which will get this working?