Top "Centos" questions

CentOS (Community Enterprise Operating System) is based on the Red Hat Enterprise Linux operating system.

httpd Server not started: (13)Permission denied: make_sock: could not bind to address [::]:88

I am trying to start httpd server on centos 6. It throws following error : [root@machine ~]# service httpd start Starting httpd: (13)…

apache centos
Get all files modified in last 30 days in a directory

CentOS. Need to find files modified in last 30 days to see if any of them have been infected with malware. …

find centos
apache not accepting incoming connections from outside of localhost

I've booted up a CentOS server on rackspace and executed yum install httpd'd. Then services httpd start. So, just the …

linux apache webserver centos
How to run a command as a specific user in an init script?

I'm writing an init script which is supposed to execute a single command as a user different than root. This …

linux bash centos init rhel
Where can I find error log files for PHP?

Where can I find error log files? I need to check them for solving an internal server error shown after …

php logging centos suphp
How to uninstall an older PHP version from centOS7

My project is on Laravel 5.2. and as per guide it required php >= 5.5.6 but there was php 5.4 intalled and I …

php linux centos laravel-5.2 centos7
Centos/Linux setting logrotate to maximum file size for all logs

we use logrotate and it runs daily ... now we have had some situations where logs have grown significantly (read: gigbaytes) …

linux centos logrotate
ssh : Permission denied (publickey,gssapi-with-mic)

i'm use centos 5.9. after installing gitlab by this link ssh not working. before install gitlab ssh correctly working. i'm using …

ssh centos gitlab
How to install crontab on Centos

I am familiar to setup the cron scheduler using crontab -e command on my centos. But today I found one …

linux cron centos crontab
Run bash script as daemon

I have a script, which runs my PHP script each X times: #!/bin/bash while true; do /usr/bin/php …

linux centos centos6 daemons