Search found 6 matches

by keith
Fri May 07, 2010 4:53 pm
Forum: Atomic Repository Announcements
Topic: Cant get repo working
Replies: 0
Views: 4369

Cant get repo working

Hello, Trying to get the atomic.repo installed, but it just doesnt seem to work. I run: # wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh Atomic Archive installer, version 1.1 Configuring the [atomic] yum archive for this system Installing the Atomic GPG key: OK Downloading atomic-re...
by keith
Thu Dec 03, 2009 12:37 pm
Forum: General Help and Development Discussion
Topic: Newer OpenSSH / MySQL in repo
Replies: 2
Views: 2970

Newer OpenSSH / MySQL in repo

Hi Guys,

Do you have a newer version of MySQL; ie: 5.0.88 or later available? Seems the most recent is 5.0.87 in the repo (PCI needs .88). Also is there a newer OpenSSH RPM - Seems CentOS 5.4 gives sshd 3.9x which is somewhat old when the latest is 5.3.

Thanks !

Keith
by keith
Wed Jul 08, 2009 5:51 pm
Forum: General Help and Development Discussion
Topic: httpd update
Replies: 3
Views: 3625

Re: httpd update

Thanks Scott, we are running McAfee PCI checks and they indicated it was running an old version and not close to the latest 2.3.11 available release.

Keith
by keith
Wed Jul 08, 2009 5:32 pm
Forum: General Help and Development Discussion
Topic: httpd update
Replies: 3
Views: 3625

httpd update

Hello,

Is there a newer version of httpd 2.2.3-22.el5 release for CentOS available? We are using [atomic] channel but this seems to be the latest version (not 2.2.8) - unless we are are using the centos channel by priority.

Thanks in advance.

Keith
by keith
Sat Jan 24, 2009 7:43 am
Forum: PHP Help and Discussion
Topic: PHP/Apache blocked any file called COMMON.PHP [SOLVED]
Replies: 2
Views: 4299

Found the problem to this, very obvious when I figured it out.

There was a file /var/www/vhosts/.htaccess that was blocking it with the deny all statement.

Keith
by keith
Sat Jan 24, 2009 3:43 am
Forum: PHP Help and Discussion
Topic: PHP/Apache blocked any file called COMMON.PHP [SOLVED]
Replies: 2
Views: 4299

PHP/Apache blocked any file called COMMON.PHP [SOLVED]

Hello, Got a strange problem it seems, been a nightmare to track down. Running PHP5.2.8 If I create a file called: common.php and enter: <? phpinfo() ?> Then run it, I get in the error_log "client denied by server configuration" But if I rename it to say common2.php, it works exactly. It s...