Skip to main content

All Questions

Tagged with
13 questions with no upvoted or accepted answers
3 votes
0 answers
3k views

OCI8 extension not loading in PHP 5.4, CentOS 7

I have a CentOS environment running as a VM guest. It runs and Oracle 12.1 Database, along with PHP 5.4.16, on Apache 2.0. I've gone through the installation steps to ensure that the correct OCI ...
cartbeforehorse's user avatar
2 votes
0 answers
109 views

Wordpress Home page only works. The rest of the pages and post returns Nginx 404. CentOS Linux 7.6.1810

I had successfully installed a wordpress site using the webmin but the problem is after i changed the permalinks settings of wordpress to '%postname%' the rest of the pages except the home page ...
Allyn Cuizon Cubero's user avatar
2 votes
0 answers
1k views

CentOS 5.10 Yum Packages won't update/upgrade

I've just used yum to install PhpMyAdmin and it installed version 2.11.11.3-2.el5 which is completely out of date since version 4 is out. I've tried running yum update phpmyadmin but I receive No ...
Karl's user avatar
  • 121
1 vote
0 answers
682 views

Couldn't add PHP 7.4 to Webmin/Virtualmin

I followed this tutorial which actually referred to this but after I did the installation for my CentOS 7 and went to System Settings -> Re-Check Config at VirtualMin, I see the same PHP versions I ...
henix81359's user avatar
1 vote
1 answer
2k views

Too many redirects on Magento Installation - Nginx/centos

I have a Magento Installation version 1.9.3.1. Until yesterday It was working fine, but now the frontpage is not working with the error - Too many redirects. On further checking in the console(...
Joshi's user avatar
  • 133
1 vote
0 answers
2k views

How to upgrade Nginx and install php-fpm on CentOS

I want to upgrade Nginx via Yum, and also install PHP-FPM as usual. Most blog and online resources use the EPEL and REMI repos, but they're not working on my server. My OS info: Linux SUBDOMAIN....
PKHunter's user avatar
  • 225
1 vote
0 answers
613 views

Trouble installing php-devel on CentOS

Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing. We are having trouble getting phpize installed. phpize is not on the ...
swhitlow's user avatar
  • 111
0 votes
1 answer
1k views

curl is executed twice from crontab

I have installed centos 7 and PHP 5.6.29 on my server, and I set up crontab to run this command every 15 minutes: */15 * * * * curl http://example.com/check.php but the command is run twice. Is ...
rrapal's user avatar
  • 1
0 votes
1 answer
2k views

Allow PHP to execute in a specific subdirectory, when parent directory is denied?

I operate a small shared server and would like to give some of my users the ability to execute PHP code from the browser (but not all of them) but have been unable to do so. In the top level directory ...
Dangus's user avatar
  • 1
0 votes
0 answers
686 views

How to uninstall a manual configuration of PHP 5.2.17 on CentOS 6.7 (Final)

Centos 6.7 (Final) comes with PHP 5.3.3, but the site running on the server needed PHP 5.2.17. Because it is not supported much anymore I manually configured PHP 5.2.17 using this guide: PHP ...
Schwifty's user avatar
0 votes
1 answer
1k views

install php-fpm on centos after remoe it

i install php-fpm and php-mysql and nginx then i remove it and update servers kernel. now, when i want to install php-fpm ,.. dont install $>uname -a 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 ...
a tired's user avatar
0 votes
2 answers
3k views

nginx php can't write files on CentOS machine

I have this PHP code: <?php $myfile = fopen("testfile.txt", "w") ?> And the following permissions in my /usr/share/nginx/html directory drwxrwxrwx. 3 root root 4096 Nov 20 08:51 . drwxr-xr-x....
ctrlz's user avatar
  • 141
0 votes
0 answers
117 views

Install PHP 5.3 for one directory only

I am on a CentOS 6 VPS, with Apache & PHP 5.4. I need to have PHP 5.3 on only one folder, but no where else. How do I install PHP 5.3 without conflicting with my current PHP installation and ...
aborted's user avatar
  • 91