Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : PHP 5.5 will not restart



Threaded Mode | Print  

 PHP 5.5 will not restart (5 Replies, Read 10223 times)
II-Neutron
Group: Member
Post Group: Newbie
Posts: 29
Status:
PHP 5.5 will not restart

Not sure why. did a reboot.... nothing
IP: --   

PHP 5.5 will not restart
II-Neutron
Group: Member
Post Group: Newbie
Posts: 29
Status:
I have all the service running now yet I am getting 404 errors on wordpress for posts and pages. I can use the admin panel back end and view the index.php...


Any thoughts?
IP: --   

PHP 5.5 will not restart
II-Neutron
Group: Member
Post Group: Newbie
Posts: 29
Status:
I have found the problem but no fix known to me.


Permalinks turned of work but when I turn them on as they where there is the 404 error page!

Help - Thanks

NGIX and PHP 5.5
IP: --   

PHP 5.5 will not restart
II-Neutron
Group: Member
Post Group: Newbie
Posts: 29
Status:
found the fix and it was this:

adding

" location / {
        try_files $uri $uri/ /index.php?q=$request_uri;
}"

yes!

I hope this helps some one.
IP: --   

PHP 5.5 will not restart
II-Neutron
Group: Member
Post Group: Newbie
Posts: 29
Status:
Ok it did not work.

Anyone have any ideas?
IP: --   

PHP 5.5 will not restart
II-Neutron
Group: Member
Post Group: Newbie
Posts: 29
Status:
Solution found

permalinks NGINX mode.

nano /usr/local/apps/nginx/etc/conf.d/webuzoVH.conf

# DO NOT EDIT. AUTOMATICALLY GENERATED BY WEBUZO.

server {
listen          80;
server_name    tutorialcentos.com www.yourdomain.com;
# The Document Root
root            /home/user/public_html;
error_log      /usr/local/apps/nginx/var/log/yourdomain.com.err;
access_log      /usr/local/apps/nginx/var/log/yourdomain.com.log main;
include        /usr/local/apps/nginx/etc/conf.d/common;
try_files $uri $uri/ /index.php?q=$uri&$args;
}


ADD = try_files $uri $uri/ /index.php?q=$uri&$args;
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 29, 2024, 11:25 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.200