Please said, a step by step level of how to install and configure these three things, particularly in windows xp.
How to configure and install apache, php and mysql without using any wamp and xamp pachage?
This doesn't have the SQL install instruction's but trust me that is really, REALLY, easy Just install a GUI for SQL like MYSQL admin unless you want to use the command line.
http://wamp.corephp.co.uk/
Reply:Try this website. It's what I used to configure those things also (it is an easy to follow step by step guide:
http://www.expertsrt.com/tutorials/Matt/...
Good luck
Reply:Apache: install to the directory
php: just copy the folder to the desired directory
mysql: after install it should prompt you whether you want to configure it down. You just need to follow the step and finish.
Configuring apache and php
1) In php folder, use php.ini-recommended, copy and rename to php.ini
Add the following line to the end of the file:
doc_root = c:\apache\htdocs
Look for extension_dir, and set to the extension path. Ex: C:\php\ext
3) Under the Apache folder, locate the conf directory and look for httpd.conf
4) Add the following line to the end of the file:
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php"
Note: Remember to substitute your actual path to PHP for the c:/php/
Different apache version uses different ".dll" package.
Read the install.txt in the php folder.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment