» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

alex (change)
Swik Users (change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase PHP5? The contents of PHP5 page and all pages directly attached to PHP5 will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
PHP5

PHP5

Tags Applied to PHP5

1 person has tagged this page:

PHP5 Wiki Pages

PHP 5 is the newest iteration of the scripting language PHP—it breaks backwards compatability with PHP 4, however it offers far more in the way of object oriented programming and other features such as XML support.

sorted by: recent | see : popular
Content Tagged PHP5

CakePHP RC3 - The RC of Triumph!

It’s finally here: the final release before the final release of CakePHP 1.2 [ED:Tested and works just fine with Firebird 2.1] Some of you may remember the benchmarks posted by Rasmus Lerdorf, in which CakePHP did not perform so well. We can all debate Rasmus’ due diligence (or lack of), but what was clear was that we had [...]

Firebird: Firebird News

PHP, MySQL, Apache2 install HOWTO on Debian

http://www.adamsinfo.com/php-mysql-apache2-install-howto-on-debian/

Setting up a PHP/MySQL/Apache2 environment on Debian is really easy. I’ll walk through a quick setup and optimization process. I’ve optimized it for a 1.5Gb to 2GB RAM machine with reasonable load. apt-get install apache2 php5 mysql-server-5.0 mysql-client-5.0 libapache2-mod-php5 php5-mysql php5-curl php5-cli php5-dev make gcc libc6-dev automake

mysqladmin password ‘NEWPASSWORD’

Now download eaccelerator from http://eaccelerator.net tar -xjf eaccelerator.tar.bz2 phpize ./configure make sudo make install

Edit /etc/php5/apache2/php.ini and add the following at the bottom: extension=”eaccelerator.so” eaccelerator.shm_size=”64″ eaccelerator.cache_dir=”/tmp/eaccellerator” eaccelerator.enable=”1″ eaccelerator.optimizer=”1″ eaccelerator.check_mtime=”1″ eaccelerator.debug=”0″ eaccelerator.filter=”” eaccelerator.shm_max=”0″ eaccelerator.shm_ttl=”0″ eaccelerator.shm_prune_period=”0″ eaccelerator.shm_only=”0″ eaccelerator.compress=”1″ eaccelerator.compress_level=”9″

Edit /etc/mysql/my.cnf #
  1. * Fine Tuning # key_buffer = 64M max_allowed_packet = 16M thread_stack = 128K thread_cache_size = 8 #max_connections = 100 #table_cache = 64 #thread_concurrency = 10 #
  2. * Query Cache Configuration # query_cache_limit = 4M query_cache_size = 64M

Restart services: /etc/init.d/apache2 restart /etc/init.d/mysql restart

How to Install Apache2 webserver with PHP,CGI and Perl Support in Ubuntu Server

The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.Apache v2 is the next generation of the omnipresent Apache web server. This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more.

(...)
Read the rest of How to Install Apache2 webserver with PHP,CGI and Perl Support in Ubuntu Server (504 words)


© admin for Ubuntu Geek, 2008. | Permalink | One comment | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under Server.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Page 1 | Next >>
Username:
Password:
(or Cancel)