|
2007-08-06
, 21:08
|
Posts: 101 |
Thanked: 12 times |
Joined on Jun 2007
@ Greensboro, NC
|
#2
|
|
2007-08-06
, 21:20
|
|
Posts: 236 |
Thanked: 149 times |
Joined on Jul 2007
@ Finland
|
#3
|
|
2007-08-06
, 21:45
|
Posts: 12 |
Thanked: 0 times |
Joined on May 2007
|
#4
|
|
2007-08-07
, 05:10
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#5
|
|
2007-10-20
, 20:00
|
Posts: 4 |
Thanked: 0 times |
Joined on Jun 2007
|
#6
|
|
2007-12-18
, 16:50
|
Posts: 11 |
Thanked: 1 time |
Joined on Dec 2007
@ missouri
|
#7
|
|
2007-12-19
, 00:32
|
|
Posts: 698 |
Thanked: 129 times |
Joined on Oct 2007
@ CA
|
#8
|
I have PHP5-fastcgi installed and HTTPD in Os2008. Everything installed fine. I am think HTTPD is running because when I go to http://localhost/ I get a message saying it works. My problem is that when I put a .php file into the htdocs folder at /user/htdocs and go to the file in my web browser (ie http://localhost/helloworld.php) it is not rendering the PHP...it just shows the PHP code (ie <?php echo 'hello world!'; ?> .
I tried to make some changes to the httpd.conf file but how do I edit it? I can see the file in the terminal /etc/conf/http.conf but I don't know how to launch the file in a text editor to edit it. Any ideas?
|
2007-12-19
, 19:03
|
Posts: 11 |
Thanked: 1 time |
Joined on Dec 2007
@ missouri
|
#9
|
|
2007-12-20
, 06:31
|
Posts: 29 |
Thanked: 27 times |
Joined on Jun 2007
@ south germany
|
#10
|
Does anyone know if PHPMyAdmin could be installed on OS2008? It is just a PHP website really so I am guess if you just untar PHPMyAdmin in the /var/www folder in NGINX it should work. This would give a GUI to mySQL which would be amazing! Anyone try this?
How can I run a PHP file on the N800.
I have installed:
http://maemo-hackers.org/php5-fastcgi.install (PHP5)
http://maemo-hackers.org/nginx.install (HTTP Server)
When I attempt to run a file.php with
<?php
print("MyName");
?>
in it, all i get is a listing of the contents, not processed by PHP.
What am I missing??
Many years programming, limited Linux.
Thanks
SW