Archive

Posts Tagged ‘Install and Setup’

Integrate PHP with Apache

Aug 29th, 2007

You need to configure apache a little for telling how to execute php files.For making php work with apache you first dump php suppose c:\php501\. Then add these lines to your apache httpd.conf file. ScriptAlias /php/ “c:/php501/”AddType application/x-httpd-php .phpAction application/x-httpd-php “/php/php-cgi.exe”
First check your apache server is running correctly. If it is serving your html pages [...]

Few important Apache httpd.conf Directive

Aug 29th, 2007

Want to start learning Apache configuration settings. Start with these settings:
Server root. All files conf, htdocs, etc under it.ServerRoot “C:/Program Files/Apache Group/Apache2″
Script timeout:Timeout 300
Keep connection alive time:KeepAlive On
Max. request accepted keep alive request:MaxKeepAliveRequests 100
Keep Alive timeout:KeepAliveTimeout 15
Registered DNS name, or IP address hereServerName localhost:80
DocumentRoot: The directory out of which you will serve your documents.DocumentRoot “C:/Program [...]

PHP Smarty Template

Apr 29th, 2007

Here are the details of Template benefits, list of templates which are currently running, Installation and setup, and finally sample codes. Here I have also provided solutions for some of the common problems faced by a programmer when they start using smarty template or any template. Examples are divided in two section:
One telling about sample [...]

Flock – a social web browser

Mar 1st, 2007

Flock is a web browser with a difference, developed using Mozilla technologies.So, It is as convenient as Firefox. If you are blogging then it is a must to try for you. It works with most blogging services like Blogger, Drupal, LiveJournal, MoveableType, Typepad and WordPress, and more.
Very intresting things is it can submit your current [...]