Contact Menu

Search results for "configure-error-cannot-find-php-config-please-use-with-php-configpath"

APC INFO Monitor

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

…RegEx: apc.filters = “-/home/username/public_html/apc\.php$,-/home/username/public_html/wordpress/wp-content/themes/themename/thumb\.php$,-/usr/share/psa-horde/.*,+/home/username/public_html/phpmyadmin/.*” TimThumb is a good example of a common WordPress theme plugin that may not need to be cached. Because the apc.filters RegExp only works with filenames,… (Search hits: 57 in body, 2 in title, 0 in categories, 2 in tags, 0 in other taxonomies, 0 in comments. Score: 2878.78)

Continue Reading 57

Integrating Content from External Sources into OU Campus Using RSS, PHP, and JavaScript

…+0000′, get_post_time(‘Y-m-d H:i:s’, true), false); ?></pubDate> <dc:creator><?php the_author() ?></dc:creator> <?php the_category_rss(‘rss2’) ?> <guid isPermaLink=”false”><?php the_guid(); ?></guid> <?php if (get_option(‘rss_use_excerpt’)) : ?> <description><![CDATA[<?php get_the_excerpt(); ?>]]></description> <?php else : ?> <description><?php echo… (Search hits: 54 in body, 1 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 2579.37)

Continue Reading 0
virtualmin-nginx-wordpress-permalinks-apc

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

…internal; root /home/username/public_html/wordpress/wp-content; } Adding APC Support for a Virtual Domain Because Virtualmin’s implementation of Nginx uses php-fastcgi, each virtual domain will load its own php.ini file, so you can… (Search hits: 36 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 1658.17)

Continue Reading 20

Web Hosting

Decades of experience hosting websites, from small local sites with only a few html pages, to high-traffic sites with thousands of users and pages.  Website hosting, evolved Web hosting has changed dramatically in the last few years. The majority of accounts are now running PHP scripts and MySQL, whereas in the past most accounts were only […]

Continue Reading
Screen Shot 2013-01-16 at 4.19.03 PM

Auto Mailer Form with Validation and reCAPTCHA

…code, so you should be able to easily understand it. <?php // php-form-builder-class PFBC // set up name spaces for form, elements, and validation use PFBC\Form; use PFBC\Element; use PFBC\Validation;… (Search hits: 16 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 736.97)

Continue Reading 2
Screen Shot 2012-09-07 at 11.09.50 AM

Install phpMyAdmin with SSL on CentOS, Amazon Linux, RedHat (Apache or NginX)

…php-php-gettext I have removed RPMforge repo due to some recent problems, but if you still need rpm forge repo: exclude=phpMyAdmin php-php-gettext Install PMA: yum install phpMyAdmin Apache Edit /etc/httpd/conf.d/phpMyAdmin.conf Allow… (Search hits: 15 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 690.91)

Continue Reading 0

WordPress Fail2Ban RegEx for RedHat, CentOS, Amazon Linux

VacantServer WordPress sites are getting hammered with bad logins and probes. We’ve implemented a plugin to log failed login attempts to syslog, and a Fail2Ban filter for the same. If you run these on RedHat, you’ll need some additional configuration info… here it is: WordPress login failure regex (error_log): ^%(__prefix_line)sAuthentication failure for .* from <HOST>$ […]

Continue Reading 0
LAMP-linux-apache-mysql-php

Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment

…1 Historic max_used_connections = 10 The number of used connections is 6% of the configured maximum. You are using less than 10% of your configured max_connections. Lowering max_connections could help… (Search hits: 10 in body, 0 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 495.15)

Continue Reading 9