|
|
|
|
| Please Help Php Script Not Running. |
|
|
|
[Original]
[Print]
[Top]
|
I install php5 with MySql support. But php script not running. I save php files on directory /var/www/html which is my root directory then I try to run some_file.php but not working I restart server. Try to config apache server and php configuration. I try every possible thing. But fail.
Now please give suggestion for any common Mistake I may make.
Thank U all.
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
I feel that your server is not starting for some reason.
Try:
Goto one of the virtual terminals by pressing ctrl+alt+f2
login with root account
type :
service httpd stop
then type
service httpd start
This is starting stopping the Apache server and starting it again..
hope it works out...
Hussu;)
|
|
|
[Original]
[Print]
[Top]
|
|
|