11
2011
Fix Timeout Issues in CURL, PHP, and Apache
Hitting strange errors when trying to execute long-running PHP processes, like large file reads, generating static HTML pages, file uploads, or CURL calls? It might not be just bugs in your code. Are you getting pages that seem to load, but then nothing shows up in the browser? When you go to a page, does your browser sometimes ask, “You have chosen to open something.php which is a : PHP file. What should Firefox do [...]
5
2011
Installing Memcached for PHP on 8.04 and newer
Just as a note and to update everyone who still links to this article through Google. It is now much easier to install Memcached and getting it ready for action. It involves a few very simple steps. To install in terminal type: Code: sudo apt-get install memcached sudo apt-get install php5-memcache sudo /etc/init.d/apache2 restart Now memcached is installed, the next step is to run an instance of it and test it. Lets create an instance [...]
1
2011
Quy tắc viết htaccess trong PHP
Hướng dẫn – .htaccess rewrite tips using RewriteRule and RewriteCond for .htaccess mod_rewrite Be aware that mod_rewrite (RewriteRule, RewriteBase, and RewriteCond) code is executed for each and every HTTP request that accesses a file in or below the directory where the code resides, so it’s always good to limit the code to certain circumstances if readily identifiable. For example, to limit the next 5 RewriteRules to only be applied to .html and .php files, you [...]
Sponsors
Recent Posts
- Best Practices for Speeding Up Your Web Site
- Get List Site of Search Results Google with PHP
- How to get URI of feedburner
- LINUX CENTOS USEFUL COMMANDS FOR DUMMIES
- How to run php scripts using cronjob in linux – centos
- Fix Timeout Issues in CURL, PHP, and Apache
- Installing Memcached for PHP on 8.04 and newer
- Quy tắc viết htaccess trong PHP
Tag Cloud
Recent Comments
- the pilatesbiz on The Web Developer’s SEO Cheat Sheet
- Albert on Sử dụng các thuộc tính CSS3 cho IE với PIE
- Christian Louboutin Men Shoes on position: fixed in IE
- Boby Banh on 11 bài học để kiếm đựoc $100 đầu tiên từ việc viết Blog
- xu ly anh on 11 bài học để kiếm đựoc $100 đầu tiên từ việc viết Blog
- day photoshop tai nha * on 11 bài học để kiếm đựoc $100 đầu tiên từ việc viết Blog
- Electrical on Cấu hình domain ảo ở localhost
- jordan retro 11 on Cấu hình domain ảo ở localhost
An article by admin