Search found 156 matches

by webfeatus
Sat Jan 26, 2013 7:37 am
Forum: General Help and Development Discussion
Topic: Problem with upgrade, conflict between php and zend optimize
Replies: 6
Views: 8968

Re: Problem with upgrade, conflict between php and zend opti

This is what I'm stuck with at the moment. php -v PHP 5.2.17 (cli) (built: Jan 7 2011 08:49:48) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies with the ionCube PHP Loader v3.3.20, Copyright (c) 2002-2010, by ionCube Ltd., and with Zend Optimizer v...
by webfeatus
Fri Jan 25, 2013 10:31 pm
Forum: General Help and Development Discussion
Topic: Problem with upgrade, conflict between php and zend optimize
Replies: 6
Views: 8968

Re: Problem with upgrade, conflict between php and zend opti

I have clients on my server who use applications that can only run under php zend optimizer.
What is the most recent version of php that I can install?
by webfeatus
Fri Jan 25, 2013 10:04 pm
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 18980

Re: How do I upgrade php version?

The installer finally worked, thank you.

Now looking into his issue: https://www.atomicorp.com/forum/viewtop ... +optimizer
by webfeatus
Fri Jan 25, 2013 11:23 am
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 18980

Re: How do I upgrade php version?

I still seem to have the same problem, as mentioned above, when attempting to install the atomic repo. Here is my current daily output ---------------------- Start Rootkit Hunter Scan ---------------------- Warning: No output found from the lsmod command or the /proc/modules file: /proc/modules outp...
by webfeatus
Thu Dec 20, 2012 9:09 pm
Forum: General Help and Development Discussion
Topic: Blocked Ip's
Replies: 3
Views: 5330

Re: Blocked Ip's

As far as I can tell... ASL experienced a broken, incomplete update. So I updated manually. But the IP's were still blocked after this. So I waited and then rebooted the server. Still waiting on full confirmation but I think the reboot finally released the problem. - locked in memory or a temp file?
by webfeatus
Thu Dec 20, 2012 5:59 am
Forum: General Help and Development Discussion
Topic: Blocked Ip's
Replies: 3
Views: 5330

Blocked Ip's

I have IP's blocked on the server.
I cannot see them listed in my my etc/hosts.deny file.
Where else should I look?
by webfeatus
Wed Jun 13, 2012 5:01 am
Forum: General Help and Development Discussion
Topic: When an upgrade outputs the following warnings...
Replies: 1
Views: 3942

When an upgrade outputs the following warnings...

warning: /etc/rkhunter.conf created as /etc/rkhunter.conf.rpmnew
warning: /var/ossec/etc/shared/agent.conf created as /var/ossec/etc/shared/agent.conf.rpmnew

What does this indicate that I should do?
by webfeatus
Tue May 29, 2012 7:31 pm
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 18980

Re: How do I upgrade php version?

Unfortunately, I cannot complete the process above. I operate two servers but I simply do not have the time to do things the way you indicate. Plus, this opens doors to a world of stuff that I do not have time to learn. I have attempted to install the atomic repo: Do you agree to these terms? (yes/n...
by webfeatus
Mon May 28, 2012 8:45 am
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 18980

How do I upgrade php version?

Using php 5.2.17-1.el5.art
What is the safest way for me to upgrade?
Without upgrading anything else?
CentOS release 5.8 (Final) - i686 - 2.6.18-128.2.1.el5.028stab064.8PAE
by webfeatus
Wed May 09, 2012 9:01 pm
Forum: General Help and Development Discussion
Topic: A small "thank you"
Replies: 2
Views: 4459

A small "thank you"

Although it has probably been a blessing to all, that I have not stuck my nose in here for quite some time, I just wanted to say thank you to those on this forum who have attempted to help me over the years. I seem to be managing the *basics* of ASL with more confidence so thank you to those who hav...
by webfeatus
Wed Jan 25, 2012 11:01 pm
Forum: General Help and Development Discussion
Topic: Please help me with disk usage problem.
Replies: 1
Views: 4208

Please help me with disk usage problem.

Disk space total = 220 GB Plesk reads 45 GB free. # du -sh = 165 GB So all the above is basically correct; give or take. Domains disk usage is being read correctly by Plesk; approx = 40 GB Somewhere there is over 100 GB being used that I cannot account for. How do I find what is using all this disk ...
by webfeatus
Fri Jan 06, 2012 10:16 am
Forum: General Help and Development Discussion
Topic: Disable Dr. Web on chkconfig
Replies: 2
Views: 4423

Re: Disable Dr. Web on chkconfig

Task completed.
Thank you.
by webfeatus
Fri Jan 06, 2012 12:26 am
Forum: General Help and Development Discussion
Topic: Disable Dr. Web on chkconfig
Replies: 2
Views: 4423

Disable Dr. Web on chkconfig

I would like to make sure that drweb will not run when I restart the server by disabling it on chkconfig CURRENTLY: # chkconfig --list | grep drwebd drwebd 0:off 1:off 2:on 3:on 4:on 5:on 6:off I WANT: # chkconfig --list | grep drwebd drwebd 0:off 1:off 2:off 3:off 4:off 5:off 6:off Can anyone help ...
by webfeatus
Fri Dec 02, 2011 6:53 am
Forum: PHP Help and Discussion
Topic: ioncube loading twice
Replies: 6
Views: 9457

Re: ioncube loading twice

grep ^zend_extension /etc/php.ini /etc/php.d/*.ini
/etc/php.d/ioncube.ini:zend_extension=/usr/lib/php/ioncube/ioncube_loader_lin_5.2.so
/etc/php.d/zend.ini:zend_extension=/usr/lib/php/zend/ZendOptimizer-5.2.so
by webfeatus
Fri Dec 02, 2011 6:36 am
Forum: PHP Help and Discussion
Topic: ioncube loading twice
Replies: 6
Views: 9457

Re: ioncube loading twice

cat 'ioncube.ini' | less zend_extension=/usr/lib/php/ioncube/ioncube_loader_lin_5.2.so (END) [root@webfeat php.d]# grep ^extension= /etc/php.ini /etc/php.d/*.ini /etc/php.d/curl.ini:extension=curl.so /etc/php.d/dbase.ini:extension=dbase.so /etc/php.d/dom.ini:extension=dom.so /etc/php.d/gd.ini:exten...