I just want to thank you all. I dropped back and loaded XAMPP and things
are working much better. I still have a lot of tinkering and learning
ahead, but that's something I can handle.
I was concerned about compatibility with my live web sites (PHP 4.4), but it
turns out that XAMPP offers both
There are really good ideas here, both to patch the config files, and to
start from scratch with a preconfig such as XAMPP. Thank you.
I'm very much inclined to go the preconfig route at this point, but would
appreciate your thoughts about the PHP version. The web sites I support are
PHP 4.4.1
Hi,
when I started with Apache and later with PHP I went through the same
problemsbut didn't know of NYHP. I use XAMPP from apachefriends.org
for development, testing, and also as production server. I never had a
problem with installation or security. Apachefriend's XAMPP is really a
nice
Bob Paul Bob-at-madison-atlantic.com |nyphp dev/internal group use| wrote:
Hello,
I am totally new to PHP and NYPHP. I've been trying for several days
now to install PHP, Apache and MySQL on my Win/XP system.
The Apache web server is functioning but I'm lost in the PHP
configuration files
I think I'm making progress, but I'm not there yet.
I'm running PHP 4.4.4 and Apache 2.2.3. This to get the best compatibility
with my two live sites at my web hosting service, where they run PHP 4.4.1
(one site) and 4.4.2 (the other site). Apache is listed as 2.0.
I changed the httpd.conf as
just a suggestion, you can go to www.sokkit.net and its Sokkit utility has
Apache, PHP and MySql all configured properly and you can be up and running in
minutes
- Original Message
From: Tim Gales <[EMAIL PROTECTED]>
To: NYPHP Talk
Sent: Saturday, December 9, 2006 1:01:59 PM
Subject:
Bob Paul wrote:
{snip]
I'm lost in the PHP
configuration files and have not a clue how to activate PHP.
in httpd.conf file be sure to include
LoadModule php5_module "C:/your/installation/php5apache2.dll"
and
AddType application/x-httpd-php .php
Then (after restarting) apache, try
http://yo
Hello,
I am totally new to PHP and NYPHP. I've been trying for several days now to
install PHP, Apache and MySQL on my Win/XP system.
The Apache web server is functioning but I'm lost in the PHP configuration
files and have not a clue how to activate PHP. The Apache web server
totally ignores