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
2
votes
1 answer

apxs2 is missing so I can't install Apache mod x-sendfile

I have a CentOS 5.8 server with Apache2.4 and I want to install mod x-sendfile. I've uploaded the c file to the server and according to the instructions I should run: apxs2 -cia mod_xsendfile.c I tried that but it seems that I don't have apxs2. I…
Niros1
  • 35
  • 1
  • 1
  • 3
2
votes
1 answer

Linux service --status-all shows "Firewall is stopped." what service does firewall refer to?

I have a development server with the lamp stack running CentOS: [Prompt]# cat /etc/redhat-release CentOS release 5.8 (Final) [Prompt]# cat /proc/version Linux version 2.6.18-308.16.1.el5xen (mockbuild@builder10.centos.org) (gcc version 4.1.2…
codewaggle
  • 247
  • 1
  • 4
  • 11
2
votes
1 answer

Subversion update

I have a Subversion system running. It always does an post-commit update on /var/www by the following code: /usr/bin/svn update /var/www/. But, this is OK when I am working on an other server. I do a commit, and it updates the /var/www/ directory on…
2
votes
3 answers

Should I continue using CentOS 5.3?

Our small company has rented a remote machine some 3 year ago. The machine is used as a company server, runs our email, web, source code repository, bugtracker, forum, wiki, etc. OS is linux CentOS 5.3, with Plesk 9.5 control pannel. I think both…
Danijel
  • 256
  • 6
  • 19
2
votes
1 answer

Apache default charset doesn't work

I am trying to set default charset to ISO-8859-1, so I added the line below into httpd.conf. AddDefaultCharset ISO-8859-9 and I can see that value when I query it with root@server [/]# curl -A "Mozilla/4.0" http://localhost -I HTTP/1.1 200 OK Date:…
Tim
  • 141
  • 2
  • 6
2
votes
1 answer

How to install Percona XtraDB Cluster on x86 server?

I'm going to migrate from MySQL replication to Percona XtraDB Cluster. The problem I'm facing is one node is running on x86, and I cannot install Percona-XtraDB-Cluster-server from the Percona repo due to the depsolving problems: ... --> Finished…
quanta
  • 51,413
  • 19
  • 159
  • 217
2
votes
2 answers

CentOS 5.8 - Can't login to tty1 as root after updates?

I've ran a yum update on my CentOS 5.8 box and now I am unable to log into the console as root. Basically what happens is I receive the login prompt, enter the correct username and password, and am immediately spit back to the login prompt. If I…
cjones26
  • 276
  • 1
  • 6
  • 18
2
votes
1 answer

Python multithreading not working on VPS server

I am running an python multithreaded application with multiple processes which scrapes data from some websites. While running on my localhost It works great, but on the vps server I am using( Centos 5.8, 2.6 GHZ with 4 cores) performs very slow.…
2
votes
1 answer

PhantomJS on CentOS 5.5 (glibc and libstdc++ versions)

I'm trying to run PhantomJS on CentOS, but I get the following: ./phantomjs: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./phantomjs) ./phantomjs: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required…
vivin
  • 493
  • 1
  • 4
  • 11
2
votes
1 answer

Trying to install phpmyadmin on centos - mysqli missing

Here is the error I get when trying to open my phpmyadmin directory: phpMyAdmin - Error The mysqli extension is missing. Please check your PHP configuration. I have done the steps in the following…
funerr
  • 121
  • 1
  • 1
  • 6
2
votes
1 answer

Centos 5.8 cant get past login screen

I think I've messed up my system. I've been using KDE for a while. Recently, I tried to install a software called gnome-connection manager. I downloaded the deb package, converted it to rpm using alien and installed it. A few seconds later, system…
jobinbasani
  • 121
  • 2
2
votes
3 answers

Centos how to set default permissions for specific folder

I have a centos server that one of my apps creates files in a tmp folder. The files are always created with the permissions r--r--r-- and i need all the new files in this directory to be created with at the least, the permissions rw-rw-rw-. How can…
Catfish
  • 237
  • 2
  • 11
2
votes
1 answer

HTTP 400: No Host matches server name for MS Office files on Apache Server

Background We just migrated our website to a new server. Both the old and the new servers run/ran CentOS 5.5 and Apache 1.3.33. However, after the migration we have not been able to download any files from the Microsoft Office family of products…
Varun Vats
  • 131
  • 4
2
votes
2 answers

similar files has the same permission & owner but some of them give forbidden error

I moved a file from another server to my server. in directory listing Apache doesn't show it and I cant download it from browser (forbidden) but I created a new file and chmod + chown both of them to the same thing and the one I created can be…
Zim3r
  • 1,454
  • 5
  • 24
  • 45
2
votes
2 answers

Installation of GitLab ignores ./config/gitlab.yml

I have been trying to install GitLab on CentOS 5.x, but I am stuck now and google's are confusing. I have been following this install guide (currently stuck here) After running bundle exec rake gitlab:app:status RAILS_ENV=production for the secund…
teresko
  • 164
  • 1
  • 10