Questions tagged [centos5]

CentOS 5 is an obsolete, free (as in beer and speech) GNU/Linux distribution that is community driven and based on source code released from RHEL.

CentOS 5 is a free (as in beer and speech) GNU/Linux distribution that is community driven and based on source code released from RHEL. It went end-of-life on 2017-03-31, is now unsupported, and shouldn't be used on production systems.

806 questions
0
votes
1 answer

why "php -i|grep php.ini" is not finding the correct path to php.ini?

I know that my php.ini is located at /etc/php.ini but when i run php -i|grep php.ini I get this output Configuration File (php.ini) Path => /usr/local/lib there's nothing in that directory and i know where my php.ini is located, so why am i getting…
user
  • 849
  • 3
  • 13
  • 18
0
votes
2 answers

centos 5.7 domu install problem on centos 5.6 dom0

i'm running centos 5.6 as dom0 and want to install centos 5.7 as domu but every time i start installation the process stucks on "Starting install process.This may take several minutes..." I install using network http method I use xen boot images…
Troydm
  • 364
  • 3
  • 11
0
votes
2 answers

Where are my server settings located (for backup purposes)

I'm backing up files on my server, but I'd like to know the location of the most important server configuration files. I.E. - if I lose everything on my server, but I want to come back with the same configuration settings for PHP, MySQL, CPanel,…
Shackrock
  • 208
  • 6
  • 16
0
votes
1 answer

Extremely slow MySQL performance after changing client server

I have a Magento web server (CentOS) that uses a crossover cable to connect to a MySQL database server. The other day, I upgraded the Magento server. I disconnected the crossover cable from the old Magento server and plugged it into the new one. I…
Luke
  • 203
  • 1
  • 7
0
votes
1 answer

Is it possible to recompile subversion without deleting current repository in CentOS?

i want to recompile to enable http checkout after i install neon yum install neon-devel then i make compile ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-apr=/usr/bin/apr-config make make install when i reinstall it delete all my…
RAGOpoR
  • 153
  • 10
0
votes
1 answer

Setting Up Zend Framework on CentOS - Unsure where to place Zend folder

I have a CentOS server and am attempting to setup Zend Framework on it. The command which php outputs /usr/bin/php and php -i | grep include_path outputs include_path => .:/usr/share/pear:/usr/share/php=> .:/usr/share/pear:/usr/share/php So, I…
SidC
  • 369
  • 3
  • 9
  • 23
0
votes
3 answers

How to instal the PHP MCrypt + library (libmcrypt) on CentOS 5 server

I'm trying to install mCrypt for PHP on my server, and before that I've found that I need to install libmcrypt as well... I cannot find any instructions via google that actually work for this, unfortunately. I originally just tried yum install…
Shackrock
  • 208
  • 6
  • 16
0
votes
1 answer

How can I prevent FTP users breaking chroot rules when using a GUI?

I've set up VSFTP on my Centos5.5 server. I've created a user on the box for ftp access. In the VSFTP config I've set: chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list The conf file contains the username I created, so that the…
hellsgate
  • 189
  • 1
  • 14
0
votes
2 answers

Memory usage by PID?

I was trying to measure how much memory an application is using in the current moment. So here we go, free -k -t: [user@server ~]$ free -k -t total used free shared buffers cached Mem: 1026076 581880 …
Guapo
  • 453
  • 2
  • 5
  • 13
0
votes
4 answers

New administration user's $PATH seriously differs from the root's

I'm administering a rented CentOS 5.6 Dedicated Machine as root like initially setup but I'm aware it's extremely bad practise, so I created an User named administrator, placed into groups administrator wheel sshd and added ## Allows people in…
rautamiekka
  • 113
  • 1
  • 8
0
votes
2 answers

Apache Delay in Requesting Web Pages During High Traffic

I have a server running CentOS 5, MySQL 5.1, and PHP 5.2. I have a problem that I'm not sure where to start in troubleshooting. It seems that during periods of high traffic, Apache will occasionally have a delay (or timeout) in retrieving a…
0
votes
1 answer

Upgrading phpmyadmin 2.11.11.3 to 3.x on CentOS 5.6

With php 5.4 coming out, and the mysql extension being depreciated (and possibly becoming obsolete in php 6) I want to make sure I upgrade phpmyadmin, so my error logs aren't filled with depreciation notices just because it uses the old…
Troy Knapp
  • 103
  • 6
0
votes
2 answers

my.cnf values not applying - Optimizing mysql on centos Lamp

I have checked for other occurences of my.cnf and ive found only one occurence /etc/my.cnf. I then went ahead to fix in my values eg query_cache_size etc. after saving and literally rebooting, the values in my.cnf have not been applied. im using…
Sir Lojik
  • 397
  • 2
  • 8
  • 20
0
votes
2 answers

CentOS LAMP Stack: Permissions and Network Access

So there are really two main issues I'm having. I've created a VM with VirtualBox, using Bridge for the network setup. The OS I chose is CentOS and everything has been smooth thus far. I'm not at the point where I've installed Apache2, MySQL and…
dcolumbus
  • 475
  • 1
  • 5
  • 10
0
votes
1 answer

How to repair files from linux rescue

It seems that a lot of necessary system modules were uninstalled by mistake , so the original linux server doesn't function anymore and cannot be accessed through ssh or ftp. but I can access through rescue linux, is there a command to enter to make…