hi all!
i've installed php5 and apache2 on a winxp os.
after reading the php install file.
there's paragraph like this:
-
We do not recommend using a threaded MPM in production with Apache2. Use
the prefork MPM instead, or use Apache1. For information on why, read
the related FAQ entry
i got it working now!
thanks dude!
Boyle Owen wrote:
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 11:49 AM
- put in a default document (eg, index.html) or define it
with DirectoryIndex (see docs for details),
^
art of my current httpd.conf file looks like this.
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Satisfy all
allow from all
and part of my httpd-vhosts.conf looks like this
Listen 83
ServerAdmin [EMAIL PROTECTED]
DocumentRoot C:/webs/sandbox/onin/pu