Posts Tagged ‘installation’
how do i install php on apache?
i got apache to run andevery thing but i cant install php because I dont know how to do it, i tried to read the installation manual but it dosnt say where to put all the files i need help with this lok what the manual says
Installing as a CGI binary
You need to insert these three lines to your Apache httpd.conf
configuration file to set up the CGI binary:
Example 2-5. PHP and Apache 2.0 as CGI
ScriptAlias /php/ “c:/php/”
AddType application/x-httpd-php .php
# For PHP 4
Action application/x-httpd-php “/php/php.exe”
# For PHP 5
Action application/x-httpd-php “/php/php-cgi.exe”
Warning
By using the CGI setup, your server is open to several possible
attacks. Please read our CGI security section to learn how to defend
yourself from those attacks.
PHP Basics: Install a Webserver with PHP and MySQL (Windows)
Get started with PHP by installing a webserver with PHP and MySQL support. For ease of use and convenience, i’ll be showing you how to install XAMPP available from www.apachefriends.org
XAMPP – Make your Computer a Webserver: Apache, PHP, MySQL
XAMPP is a free installer that has Apache / PHP / MYsql / perl and more integrated so you won’t have to configure anything yourself. HTML / CSS Tutorial youtube.com Basic PHP Tutorial youtube.com Free Webhosts blog.jimmyr.com Update DynDNS is supposed to help if you have a dynamic IP, hadn’t tried it though. sides xampp there’s also wamp and this one vertrigo.sourceforge.net %%programming

