Changes

Jump to: navigation, search

SRA840 Lab6

1,034 bytes added, 17:09, 5 April 2009
Varinder Singh
'''Alternative'''
Then I have installed PHP5 with Pkg_add method
#pkg_add -r php5 '''PHP configuration''' A) Edit Apache configuration file for PHP Configuration. Step1: Edit the httpd.conf file make Apache aware that PHP is installed.  vi usr/local/etc/apache22/httpd.conf Step2: Put the following code in httpd.conf, near the DirectoryIndex  <IfModule dir_module> DirectoryIndex index.php index.html </IfModule>  Step 3: Insert the the following lines towards the end of the file  AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Step 4: Copy php.ini-recommended to php.ini  cp /usr/local/etc/php.ini-recommended /usr/local/etc/php.ini '''B) Configure php.ini to save its sessions''' Step1: Edit php.ini so PHP knows where to put its session files  vi usr/local/etc/php.ini Step2: Uncomment the following line  session.save_path = "/tmp"  '''C)Testing PHP Configuration'''  Step1: It is Just displaying the file contents.I think its not running it. Means the command   elinks http://127.0.0.1/phpinfo.php  Just show me the following output <?php phpinfo(); ?>
1
edit

Navigation menu