Hi Everyone,
Please forgive me.. I know this isn't an Apache mailing list, but I'm
hoping someone can point me in the right direction. I need direction on
setting up Virtual Hosting on a Win2K box with Apache 2.0. I have a
single IP and I need to serve mulitple sites on the same computer. I'm
new
Thanks Anthony for your help.
I already checked the php.ini and I have the in the
Fopen wrappers section and all the permitions to the upload folder but still
get the error:
Unable to create 'http://www.site.com/upload/image.jpg': Invalid argument in
...
This PHP script works well if I change th
Hi, for PHP 4.3.x info with FastCGI, have a look at
http://php.weblogs.com/fastcgi_with_php_and_iis
PS: Shane's instructions work with 4.3.x also, if you read carefully.
"Richard Stupek" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Unfortunately that only applies for PHP 4.2 an
I already found the answer; just had to read a bit ;-)
In the
httpd.conf file I had to add the following lines:
# To allow PHP to run under Apache2
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Thanks
Col
"Petcol" <[EMAIL PROT
Hi,
I have PHP working fine on my localmachine under IIS.
I've just installed Apache2, on port 8080, it's publishing HTML fine at
http://localhost:8080 but if I create a PHP file and try and output
something like:
I get a blank page, I've only installed the .msi version of Apache, and I
had al
php-windows Digest 26 Jan 2004 11:25:51 - Issue 2096
Topics (messages 22654 through 22656):
Re: Joining Form Fields To Insert into Database
22654 by: John Ellingsworth
22655 by: kaizer boab
PHP Loading Multiple Instances
22656 by: Mark Gerrard
Administrivia:
To sub
I have created several web applications using PHP from around version 4.0.
However a problem we are having recently, using Apache 1.3.2 and anything
PHP 4.2 (CGI Version) + / Win2kServer, is that every so often the number of
PHP instances in the process viewer starts to grow and they do not get
re