Re: [PHP-WIN] Apache or IIS???

2013-09-18 Thread Jorge Hernandez
After careful examination of my configuration files (httpd.conf and php.ini) I could get it to run as Apache Module with these results: PHP version : 5.5.3 Platform : WINNT -- test_math : 1.059 sec. test_stringmanipulation : 2.210 sec. test_loo

Re: [PHP-WIN] Apache or IIS???

2013-09-10 Thread br...@chalopin.fr
Le 10 sept. 2013 à 19:15, Jorge Hernandez a écrit : > Hey guys, > > Has anybody run this test, I'm in the middle of it and have found that > PHP runs faster as CGI-nts (IIS) than Module-ts (Apache), as per > Windows Server 2008 R2 running PHP 5.5.3 x64 with Apache 2.4 x64 I was > getting benchma

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Todd Keup
Thanks again, Pierre. If we could get the PHP Windows web site updated with this information that would be great! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Pierre Joye
On Tue, Jan 18, 2011 at 4:24 PM, Todd Keup wrote: >>> Does the official version of Apache support FastCGI? If so, can you >>> use official Apache (VC6) with VC9 PHP? > >>> Along the lines of IIS->FastCGI->PHP(nts) > > No, do not use the ASF builds with VC9, the ASF builds are VC6.  That is > what

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Todd Keup
One last note/request, Pierre :) Would it be possible to update the http://windows.php.net/download/ site pages to show where to get apache VC9 binaries (Apache Lounge)? I think this would be of great benefit to the PHP community. -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Todd Keup
Does the official version of Apache support FastCGI? If so, can you use official Apache (VC6) with VC9 PHP? Along the lines of IIS->FastCGI->PHP(nts) No, do not use the ASF builds with VC9, the ASF builds are VC6. That is what the notes on the PHP Windows download page are quite specific ab

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Richard Quadling
On 18 January 2011 14:25, Pierre Joye wrote: > On Tue, Jan 18, 2011 at 2:50 PM, Todd Keup wrote: > >> I'm just a little confused.  Are you saying that the VC9 version can indeed >> be used, but to do so we need to use apache binaries downloaded from the >> apachelounge web site instead? > > Yes

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Pierre Joye
On Tue, Jan 18, 2011 at 2:50 PM, Todd Keup wrote: > I'm just a little confused.  Are you saying that the VC9 version can indeed > be used, but to do so we need to use apache binaries downloaded from the > apachelounge web site instead? Yes -- Pierre @pierrejoye | http://blog.thepimp.net | ht

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Todd Keup
The PHP Windows site has the following disclaimers: Which version do I choose? If you are using PHP with Apache 1 or Apache2 from apache.org you need to use the VC6 versions of PHP ... Do *NOT* use VC9 version with apache.org binaries I'm just a little confused. Are you saying that the VC9 ve

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-18 Thread Pierre Joye
On Mon, Jan 17, 2011 at 10:20 PM, Todd Keup wrote: > But the .dll is named in the faulting module path ... >   C:\php\aspell-15.dll > ... which happens to be the bundled .dll in the binary distribution from PHP > Windows downloads.  That's the part that has me confused. > > I do indeed have a 5.3.

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-17 Thread Todd Keup
But the .dll is named in the faulting module path ... C:\php\aspell-15.dll ... which happens to be the bundled .dll in the binary distribution from PHP Windows downloads. That's the part that has me confused. I do indeed have a 5.3.5 install up and running but the enchant library and API i

Re: [PHP-WIN] Apache error caused by PHP aspell

2011-01-17 Thread Pierre Joye
hi, It could be some bad DLLs in your PATHs. But aspell is not supported anymore on Windows, I would suggest to move to Enchant instead (and 5.3 while being). Cheers, On Fri, Jan 14, 2011 at 8:06 PM, Todd Keup wrote: > I'm running Apache 2.2.17.0 on Windows 7 Ultimate 64-bit with 8 GB RAM. > Bo

Re: [PHP-WIN] Apache copnfig

2007-07-06 Thread Stut
Jacob Bergman wrote: Hello all, I am new to this list as well as new to PHP, I want to start by saying thank you in advanced to everyone that will provide help for me in the future :-) I am learning how to use PHP with MySQL and Apache, running on a windows box. I am under the impression tha

Re: [PHP-WIN] Apache + Windows + PHP

2007-05-30 Thread Bob Stout
Sounds like you're using Vista (XP has an "End process" button rather than "Finish process"). If so, you have my sympathies. In any case, try right-clicking on the process and using the context menu. In XP, at least, one of the options is "End process tree". Clicking that will kill anything. The jo

Re: [PHP-WIN] Apache + Windows + PHP

2007-05-30 Thread Marcos R. Cardoso
I'm kinda bringing this issue to life again, because something interesting has been happening lately. When I use the task manager to monitore the processes running on the web server, I usually find some "php.exe" processes on the memory but they're not working anymore. But I can't finish them u

Re: [PHP-WIN] Apache + Windows + PHP

2007-05-02 Thread bedul
i don't see any reason about the answer to be other that what u said earlier. some of programer like to use LoadModule but when change to another, they can't and must replace whole script.. if you already found the perfect way.. why don't u use it.. i think that is better too - Original Messag

Re: [PHP-WIN] Apache + Windows + PHP

2007-05-02 Thread Hartleigh Burton
I don't think it matters where you load it in the conf file. I generally just have it at the very bottom of the httpd.conf file or in another httpd-php.conf file in the extra directory. On 02/05/2007, at 10:03 PM, Marcos R. Cardoso wrote: I've been using the following configuration on a w

Re: [PHP-WIN] Apache won't start?

2006-12-01 Thread Niel Archer
Hi This is not really the correct list for this problem. It's for using PHP on a Windows platform. This is an installation problem and should be directed to that list. However, check that you are using version 1.x of Apache, not a 2.0 or 2.2 version, because I think that's the module you're poi

Re: [PHP-WIN] Apache to IIS

2006-06-19 Thread JC Botha
7;] 2)$_SERVER['DOCUMENT_ROOT'] Hope this helps. Cheers, Dale -Original Message- From: JC Botha [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 1:59 PM To: Alf Stockton Cc: Mikael Grön; php-windows@lists.php.net Subject: Re: [PHP-WIN] Apache to IIS Lol, like that! J

RE: [PHP-WIN] Apache to IIS

2006-06-19 Thread Dale D. Attree
ale -Original Message- From: JC Botha [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 1:59 PM To: Alf Stockton Cc: Mikael Grön; php-windows@lists.php.net Subject: Re: [PHP-WIN] Apache to IIS Lol, like that! Jip I think that many find our selves in that spot. If I had done an

Re: [PHP-WIN] Apache to IIS

2006-06-19 Thread JC Botha
Lol, like that! Jip I think that many find our selves in that spot. If I had done an instllation like that before I would have given you some help. unfortunately I have only Linux servers. All the best. It would be nice if you could post an answer of how you did it. Will make life a bit easier f

Re: [PHP-WIN] Apache to IIS

2006-06-19 Thread JC Botha
Personaly I see this as a back step to go from Apache to IIS! If you don't have a solid reason then I would discourage it. Should be a simple task too my mind. On 6/19/06, Alf Stockton <[EMAIL PROTECTED]> wrote: Mikael Grön wrote > I have. > No major implications. As long as PHP is correctly

Re: [PHP-WIN] Apache to IIS

2006-06-19 Thread Alf Stockton
JC Botha wrote: > Personaly I see this as a back step to go from Apache to IIS! If you > don't have a solid reason then I would discourage it. Should be a > simple task too my mind. > > Oh I cannot argue with your "back step to go from Apache to IIS" but do remember that the man who holds the gold

Re: [PHP-WIN] Apache to IIS

2006-06-19 Thread Alf Stockton
Mikael Grön wrote: > I have. > No major implications. As long as PHP is correctly configured, along > with MySQL and other, everything should be fine. > > Mike > > Dale D. Attree skrev: > >> Hi all, >> >> >> >> I need to move from Apache to IIS. >> >> >> >> Has anyone done this conversion on w

Re: [PHP-WIN] Apache to IIS

2006-06-19 Thread Mikael Grön
I have. No major implications. As long as PHP is correctly configured, along with MySQL and other, everything should be fine. Mike Dale D. Attree skrev: Hi all, I need to move from Apache to IIS. Has anyone done this conversion on what was the impact on your code? Kind Regards,

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-06-08 Thread Leo G. Divinagracia III
you can try XAMPP from http://www.apachefriends.org/en/xampp-windows.html i like them since their version of apache comes with SSL already in it... latest version is apache 2.2 and php 5.1.4 and i have one working on an XP box... i just cant get their mysql working though... so i just ins

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-24 Thread giorger
Just confirming that with php-5.2 everything works fine. Download php-5.2 from http://snaps.php.net/ It is still developing.. Thanx Aaroon for sharing his experience. Chandar i avoid using such packets because i want to gain experience but in any case thanx for the info! -- PHP Windows Mailin

RE: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Chandar V R
, May 24, 2006 12:29 AM To: giwrgos Cc: php windows Subject: Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4 The indication that I get from the documentation is that PHP 5 isn't compatible with Apache versions higher than 2.0.58, at least in Windows. Eventually I am sure that the PHP people will get

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Frank M. Kromann
Apache 2.2 support is included with the Windows builds from version 5.2.0 of PHP. - Frank > Thanx for the info. It seems as if u have worked with both IIS and > apache. What are the advantages and the disadvantages and in general > what would u recommend. > > Aaron Kenney wrote: > > The indica

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Aaron Kenney
In my opinion, IIS/Windows takes less time to configure PHP with than both Apache/Windows and Apache/Linux. Apache/Windows takes more time to configure because you're pretty much adapting Windows to a Linux-based technology and it's not just as simple as whipping through a bunch of tabs and clic

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread giorger
Thanx for the info. It seems as if u have worked with both IIS and apache. What are the advantages and the disadvantages and in general what would u recommend. Aaron Kenney wrote: The indication that I get from the documentation is that PHP 5 isn't compatible with Apache versions higher than 2

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Aaron Kenney
The indication that I get from the documentation is that PHP 5 isn't compatible with Apache versions higher than 2.0.58, at least in Windows. Eventually I am sure that the PHP people will get this working. It just takes some time to do a release. I have PHP 5 running on IIS on a Windows 2003 serv

Re: [PHP-WIN] Apache on Win2k errors

2005-11-17 Thread Bob Stout
Alf Stockton wrote: > When I look in the Apache log file I find the following occurring over > and over. > > [Wed Nov 16 21:40:51 2005] [notice] Parent: child process exited with > status 1 -- Restarting. > [Wed Nov 16 21:40:51 2005] [notice] Apache/2.0.53 (Win32) PHP/5.0.3 > configured -- resumin

Re: [PHP-WIN] Apache

2004-11-11 Thread phpWalter
> Dear All, > > When I add 'LoadModule php4_module C:/PHP/sapi/php4apache2.dll' to my > Apache httpd.conf it does not want to start-up in XP. When I run it > without it it starts up. Do I need this to execute php? > > Apache 2.0.5 > PHP4 My httpd.conf says... (actually, it's in my php.conf file,

RE: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-07 Thread Svensson, B.A.T. (HKG)
Message- From: Jeroen To: [EMAIL PROTECTED] Sent: 5-11-2004 22:48 Subject: Re: [PHP-WIN] Apache, PHP4, MySQL installation Hello Walter, No errors, just not the results I want. I run the following script: I only see the string DB connection testing. Regards, Jeroen "Phpwalter&quo

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Jeroen
Hello everybody, my problem resided in an incompatible password issue due to an upgrade of MySQL. It thought I could solve it bij upgrading to PHP5 but it didn't. So I fixed the problem using the OLD_PASSWORD() thing on the following link: http://dev.mysql.com/doc/mysql/en/Old_client.html Strang

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Jeroen
ael Soares - AgênciaM Fone: +55 11 4616-1394 -Mensagem original- De: Jeroen [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 5 de novembro de 2004 18:51 Para: [EMAIL PROTECTED] Assunto: Re: [PHP-WIN] Apache, PHP4, MySQL installation Hello Alex, No errors, just not the results I

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Jeroen
Hello Alex and Janet, I tried your things and this is the result after putting mysql_error() as an argument for exit(). DB connection testing!Client does not support authentication protocol requested by server; consider upgrading MySQL client. Should I upgrade my PHP installation? Regards, J

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Jeroen
Hello Alex, No errors, just not the results I want. I run the following script: I only see the string DB connection testing. Regards, Jeroen ""Alejandro césar garrammone"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I don't know what problem could you have...please put some c

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Jeroen
Hello Walter, No errors, just not the results I want. I run the following script: I only see the string DB connection testing. Regards, Jeroen "Phpwalter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> Hello, >> >> I installed Apache 2.0.52 en PHP4.3.9 on a Windows XP SP2 ma

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Janet Valade
Jeroen wrote: Hello, I installed Apache 2.0.52 en PHP4.3.9 on a Windows XP SP2 machine. Everything runs fine. I also installed MySQL 4.1 and it also runs fine. However when I try to connect to a exisiting database from within a PHP script it fails. I followed several installation tutorials on the

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Alejandro César Garrammone
I don't know what problem could you have...please put some code, or error. You can access to the database using the console of mysql? Best Regards, Alex - Original Message - From: "Jeroen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 05, 2004 2:52 PM Subject: [PHP-W

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread phpWalter
> Hello, > > I installed Apache 2.0.52 en PHP4.3.9 on a Windows XP SP2 machine. > Everything runs fine. > I also installed MySQL 4.1 and it also runs fine. > > However when I try to connect to a exisiting database from within a PHP > script it fails. > > I followed several installation tutorials on

Re: [PHP-WIN] apache config question

2004-11-03 Thread Luis Moreira
phpWalter wrote: How do I set up permission to access folders and not only specific files in these folders with apache...? I can't find the correct line in httpd.conf Folder and file access is controled at the OS level. Walter No it isn't. Or better, it is, but that is not relevant here. Yo

Re: [PHP-WIN] apache config question

2004-11-03 Thread phpWalter
> How do I set up permission to access folders and not only specific files > in these folders with apache...? I can't find the correct line in > httpd.conf Folder and file access is controled at the OS level. Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP-WIN] Apache as a service

2004-10-04 Thread phpWalter
> Hi, > > Can anyone help me with regards to running Apache 1.3.27 on Windows 2000 > Professional Service Pack 4. Sure, read the files at the URL in my sig. If you have any more questions, drop me a note. Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP-WIN] Apache running...now what?

2004-03-29 Thread Leo g. Divinagracia III
jota wrote: I believe I have already done everything to install PHP, and Apache starts up fine for me (Apache 1.3.29). But, it seems that Apache still doesn't know what to do with the PHP files. have you tried to d/l packages like SWAMP, FOX-SERV, which are just a couple of the numerous stuff

RE: [PHP-WIN] Apache 1.3.29 crashes with PHP-extensions added

2004-02-15 Thread Svensson, B.A.T. (HKG)
>> This sounds like a problem with apache it self(?). [...] > I moved it to the Apache-Dir and everything works fine. So it was an apache related problem(?). -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Apache 1.3.29 crashes with PHP-extensions added

2004-02-15 Thread Torsten Schabdach
This sounds like a problem with apache it self(?). I thought this first too. The problem was solved by getting a new snap (and the great help of Cyruss). *AND*: I always put the php4ts.dll near the sapi/php4apache.dll as stated as a possibility in the install.txt. But this doesn't seem to work a

RE: [PHP-WIN] Apache 1.3.29 crashes with PHP-extensions added

2004-02-15 Thread Svensson, B.A.T. (HKG)
> It doesnt seem to matter, which extension I uncomment. This sounds like a problem with apache it self(?). -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Apache web server problem

2003-08-14 Thread Mikey
Have you added: AddType application/x-httpd-php .php to your httpd.conf? You will need to restart Apache after doing this for it to take effect. HTH, Mikey >= Original Message From "Ashish Borkar" <[EMAIL PROTECTED]> = >Hello , > I have installed Apache web server and PHP on a A

Re: [PHP-WIN] Apache...

2002-08-21 Thread Brian McGarvie
when's php4.3 likley to appear? "Seairth Jacobs" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I agree. I have seen several mentions that PHP 4.3 should have greatly > improved support for Apache2. However, I would stick with 1.3.x until it > has been relea

Re: [PHP-WIN] Apache...

2002-08-21 Thread Seairth Jacobs
Oh. And use the SAPI (Apache module) version if you can. This provides better performance over the CGI version and allows you to do some things that the CGI version cannot (such as adding relative paths after the script itself). --- Seairth Jacobs [EMAIL PROTECTED] "Seairth Jacobs" <[EMAIL PR

Re: [PHP-WIN] Apache...

2002-08-21 Thread Seairth Jacobs
I agree. I have seen several mentions that PHP 4.3 should have greatly improved support for Apache2. However, I would stick with 1.3.x until it has been released and shown to be stable. :) --- Seairth Jacobs [EMAIL PROTECTED] "Rich Gray" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]

RE: [PHP-WIN] Apache...

2002-08-21 Thread Rich Gray
Brian FWIW I had major problems getting PHP to run with Apache 2.x on NT4.0 - I had to revert back to v1.3.x ... Rich -Original Message- From: Brian McGarvie [mailto:[EMAIL PROTECTED]] Sent: 21 August 2002 13:25 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Apache... What version of Apache

RE: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-09 Thread dash php
ECTED]] Sent: Friday, August 09, 2002 8:22 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Apache+ PHP + Netscape 7.0 This may still be a netscape-ism... try using your DNS name instead of localhost... also, try this with JSP or Perl pages to see if its an Apache2-Netscape thing, or an Apa

Re: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-09 Thread Brian Huff
This may still be a netscape-ism... try using your DNS name instead of localhost... also, try this with JSP or Perl pages to see if its an Apache2-Netscape thing, or an Apache2-Netscape-PHP thing -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 > Yes, http://loca

Re: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-09 Thread Rasmus Lerdorf
Sounds like you don't have the PHP module loaded correctly. Telnet to port 80 and see if PHP is in the server header. On Thu, 8 Aug 2002, Andrew V. Romero wrote: > Yes, http://localhost/test/test.php. Netscape keeps thinking that I > want to download the php file. > > Rasmus Lerdorf wrote: > >

Re: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-08 Thread Andrew V. Romero
Yes, http://localhost/test/test.php. Netscape keeps thinking that I want to download the php file. Rasmus Lerdorf wrote: > You are going through http:// not file:// right? > > On Thu, 8 Aug 2002, Andrew V. Romero wrote: > > >>I am currently running Apache 2.0.39 and PHP 4.2.2 (module version

Re: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-08 Thread Rasmus Lerdorf
You are going through http:// not file:// right? On Thu, 8 Aug 2002, Andrew V. Romero wrote: > I am currently running Apache 2.0.39 and PHP 4.2.2 (module version) > under Win XP Home for offline testing of scripts. I have found that if > I try to load any php pages in netscape 7.0 (preview rele

Re: [PHP-WIN] Apache WebServer version 2.0.39 on Windows 2000 and PHP 4.2.2

2002-07-31 Thread Scott Carr
Use the php4apache2.dll -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Fernando Rêgo Rodrigues <[EMAIL PROTECTED]>: > Hi, > > I am running Apache WebServer version 2.0.39 on Windows 2000. > > I have install PHP 4.2.2 as a server module for

Re: [PHP-WIN] Apache Virtual Hosts Local Machine Help

2002-07-24 Thread Luis Ferro
Indulging some patience to list subscribers regarding a not 100% in topic message (but nevertheless very usefull to php under windows)... Here is as promissed a overview of my configs with virtual hosting with apache under windows... Install apache then... change the hosts file located in \wi

Re: [PHP-WIN] Apache Virtual Hosts Local Machine Help

2002-07-24 Thread Luis Ferro
I'm with access to the computer where i've apache+php+mysql with virtual directories right now... i will pass over my configs later on to the list... [in 10/12 hours from this post] Cheers... Luis Ferro -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

Re: [PHP-WIN] Apache Virtual Hosts Local Machine Help

2002-07-23 Thread Luis Ferro
In the host just add new entries like this: 127.0.0.1 localhost 127.0.0.1 exampleone.com 127.0.0.1 exampletwo.com Then in the apache config you add: NameVirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot E:/sites/exampleone ServerName exampleone

RE: [PHP-WIN] Apache Virtual Hosts Local Machine Help

2002-07-23 Thread Peter
the host name you want touse has to be a valid hostname .. so you can't just make on up and go beauty i'll use that one .. it has to be added to ur dns in order for virtual hosts to work > -Original Message- > From: Sean M. Mayhew [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 24 July 2002

Re: [PHP-WIN] Apache/PHP...

2002-07-09 Thread Steve Parrish
At 5:25 PM +0100 7/9/02, Brian McGarvie wrote: >C:\APACHE2\BIN>apache -t >APACHE: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" >is not comp >atible with this version of Apache. >Please contact the vendor for the correct version. > >anyone seen this when trying to run apache? > I

Re: [PHP-WIN] Apache 2.0.35 & IIS 5.1 > PHP 4.20 (Module Problems.)

2002-05-19 Thread Alan Popow
On Sun, 19 May 2002 20:57:11 +0200, you wrote: >LoadModule php4_module "c:/program files/other >applications/internet/php/sapi/php4apache.dll" Don't use sapi/php4apache.dll use experimental/apache2filter.dll instead Alan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visi

RE: [PHP-WIN] Apache 2.0.35 w/ PHP 4.12 -HELP

2002-05-05 Thread Ross Fleming
Someone answered didn't they? Put quotes round the c:\programer.dll and all should be well. Ross -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: 04 May 2002 22:51 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Apache 2.0.35 w/ PHP 4.12 -HELP I used - LoadModule php4_mo

Re: [PHP-WIN] Apache 1.3.20 and PHP 4.1.2 on Win2k Server

2002-04-26 Thread Rasmus Lerdorf
I have never seen such an error, but I have also never run anything serious on a Windows server. Sorry, can't help you. -Rasmus On Fri, 26 Apr 2002, Stuart Dallas wrote: > Hi All, > > I've got a very strange problem. I have a dual processor server with the > above software configuration runnin

Re: [PHP-WIN] Apache 2 and PHP

2002-04-11 Thread Eric
Which version of PHP are you using? Do you mind post the PHP configuration section of your Apache 2's httpd.conf? Thanks a lot! "Helphand" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > At 06:50 PM 4/10/02 -0700, Rasmus Lerdorf wrote: > >There is no Apache2 support for PHP yet. Coming

Re: [PHP-WIN] Apache 2 and PHP

2002-04-10 Thread Rasmus Lerdorf
Well, you are extremely lucky if you have the Apache module version of PHP working with Apache 2. It has been hit and miss version-wise for a while. It will be solidified in a future version. Perhaps 4.2, but probably not stable until 4.3. -Rasmus On Wed, 10 Apr 2002, Helphand wrote: > At 06:

Re: [PHP-WIN] Apache 2 and PHP

2002-04-10 Thread Helphand
At 06:50 PM 4/10/02 -0700, Rasmus Lerdorf wrote: >There is no Apache2 support for PHP yet. Coming in a future version. That can't be right, I'm running Apache2 with PHP right now. Scott -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP-WIN] Apache 2 and PHP

2002-04-10 Thread Helphand
At 09:51 PM 4/10/02 -0500, Gaylen Fraley wrote: >When trying to set up PHP with Apache 2, the following error occurs: > >Syntax error on line 175 of /Apache2/conf/httpd.conf: >Cannot load /php/sapi/php4apache.dll into server: One of the library files >nee >ded to run this application cannot be fo

Re: [PHP-WIN] Apache 2 and PHP

2002-04-10 Thread Rasmus Lerdorf
There is no Apache2 support for PHP yet. Coming in a future version. -Rasmus On Wed, 10 Apr 2002, Gaylen Fraley wrote: > When trying to set up PHP with Apache 2, the following error occurs: > > Syntax error on line 175 of /Apache2/conf/httpd.conf: > Cannot load /php/sapi/php4apache.dll into s

Re: [PHP-WIN] apache/tomcat/php configuration problems...

2002-02-06 Thread Pac mon
I'm not too familiar with Tomcat, but I did some breif research and I was curious if you were using mod_jk or the webapp module? > >This probably isn't a PHP problem but it does effect my php sites, so maybe >someone has some ideas what I'm doing wrong. > >The current configuration Linux (debian

Re: [PHP-WIN] Apache cant find my index.htm

2002-01-05 Thread Pac mon
You must make sure that apache knows to look for index.htm as one of the valid default home pages. I forget the exact line, but if you search for index.html or whatever you should find it. I have mine set up to basically include such things as index.html index.htm index.php home.html home.htm

Re: [PHP-WIN] Apache+PHP4 in Win95 OS, config. problem

2001-12-10 Thread leo g. divinagracia iii
have you tried the two AMP (APACHE, MYSQL and PHP trio) packages available from http://www.sourceforge.net? they have an installer for all three... no mess no fuss... http://sourceforge.net/projects/foxserv/ and http://sourceforge.net/projects/phptriad/ both for win32... i've tried both. b

RE: [PHP-WIN] Apache will not parse HELP PLEASE

2001-11-10 Thread Ross Fleming
What code are you seeing? The php code or the html code it would produce? If it's the html code it would generate, then you're not sending the write headers for it (ie ContentType: text/html), and if it's the PHP code then you haven't edited the httpd.conf file that apache uses to tell it about

Re: [PHP-WIN] Apache not running correctly

2001-11-01 Thread DL Neil
I have installed apache onto my machine (W2K) but when i type "localhost" in IE5 it says page cannot be found, apache is running as a console window I think this means Apache is not running correctly I have added these lines to my httpd.conf file: LoadModule php4_module /php/sapi/php4apache.dll

RE: [PHP-WIN] Apache not running correctly

2001-11-01 Thread Svensson, B.A.T.
On second thought: which pages do you excatly try to access? The defualt? Is there any defualt pages set, and does the page exist? -Original Message- From: Laura Varney To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2001-11-01 11:24 Subject: [PHP-WIN] Apache not running correctly I have

RE: [PHP-WIN] Apache not running correctly

2001-11-01 Thread Svensson, B.A.T.
Does 'ping localhost' work? -Original Message- From: Laura Varney To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2001-11-01 11:24 Subject: [PHP-WIN] Apache not running correctly I have installed apache onto my machine (W2K) but when i type "localhost" in IE5 it says page cannot be found

Re: [PHP-WIN] Apache not running correctly

2001-11-01 Thread Ross Fleming
What port have you got apache set up to use? What "file not found" page are you getting? Ross Laura Varney wrote: > > I have installed apache onto my machine (W2K) > but when i type "localhost" in IE5 it says page > cannot be found, apache is running as a console window > > I think this means

Re: [PHP-WIN] Apache Crashes when using ImageTTFText()

2001-09-23 Thread Oliver Ruf
Dear Rasmus I mean absolutly no offense to you or any of the PHP-team. Actually you have my absolute respect, though I know how hard it is running such a project. Concerning the bug, or not a bug, in PHP 4.06 Win32 version. The ImageTTFText() function simply doesn't work if you want to use i

Re: [PHP-WIN] Apache Crashes when using ImageTTFText()

2001-09-23 Thread Rasmus Lerdorf
What bugs in 4.0.6? It simply looks for the ttf fonts in a different directory. -Rasmus On 23 Sep 2001, Oliver Ruf wrote: > Hello > > I set up Apache 1.3.20 with PHP 4.05 due to the bugs in PHP 4.06 with the > ImageTTFText() function. > > Now my problem is, Apache is running fine, also PHP run

Re: [PHP-WIN] APACHE+php3 or 4

2001-09-08 Thread Alain Samoun
It's httpd.conf Add: Action application/x-httpd-php4 "/php/php.exe" AddType application/x-httpd-php4 .php Where "/php/php.exe" is the path to the php.exe file. Alain On Sat, Sep 08, 2001 at 10:01:56PM -0400, seberrios wrote: > I need to know wich line i have to add to htppd.txt (config file of a

Re: [PHP-WIN] Apache / PHP / IIS & Win2K Installation problem

2001-09-08 Thread Rasmus Lerdorf
Please read the Apache documentation. There is a Port directive you use for this. -Rasmus On Sat, 8 Sep 2001, Richard Powys wrote: > I now have to add to my problems, Apache is now using port 80 and is > conflicting with > my default website. Is there anyway to change this because I cant use t

Re: [PHP-WIN] Apache / PHP / IIS & Win2K Installation problem

2001-09-08 Thread Richard Powys
I now have to add to my problems, Apache is now using port 80 and is conflicting with my default website. Is there anyway to change this because I cant use the default website. Richard. "Richard Powys" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When I lo

Re: [PHP-WIN] Apache / PHP / IIS & Win2K Installation problem

2001-09-08 Thread Richard Powys
When I load phpinfo.php all I get is the source code: How would I test the Apache for HTML files? the 2 tests I have done are to run http://localhost which comes up with a page saying Apache is working correctly. And the second test I did was to run the software that came with Apache which tests

RE: [PHP-WIN] Apache / PHP / IIS & Win2K Installation problem

2001-09-08 Thread tl
Have you set up your Apache config file correctly? When you say you are 'lost', what exactly is happening now? Is Apache serving html files correctly? What error are you getting when you try phpinfo? Tony -Original Message- From: Richard Powys-Lybbe [mailto:[EMAIL PROTECTED]] Sent: 08

RE: [PHP-WIN] Apache and PHP. Lot's of missing DLL extientions. Why?

2001-08-09 Thread Svensson, B.A.T.
>When I run a database script with MySQL I get the following >missing files: > >c:\php\extensions\php_dbx.dll >c:\php\extensions\php_ifx.dll >c:\php\extensions\php_ingres.dll >c:\php\extensions\php_mcrypt.dll >c:\php\extensions\php_oci8.dll >c:\php\extensions\php_oracle.dll >c:\php\extensions\ph

Re: [PHP-WIN] Apache/PHP filtering?

2001-07-13 Thread Phil Driscoll
On Friday 13 July 2001 15:34, Randall Barber wrote: > IIS supports (for lack of a better term) embedded ASP within HTML pages and > still interprets it. Does such a thing exist for PHP and Apache? > > I've set up the PHP as a module in Apache and would like to do the > following (notice the filen

RE: [PHP-WIN] Apache and PHP

2001-07-12 Thread Fritz Mesedilla
i had that problem too. but there is a small line in the install.txt file that i also overlooked. it says: If you would like to use PHP as a module in Apache, you should move php4ts.dll to the windows/system (for Windows 9x/Me) or winnt/system32 (for Windows NT/2000) directory, overwriting any

Re: [PHP-WIN] apache 404 handler

2001-05-16 Thread JayAchTee
but to test it I was just returning a small string... > Thanks for the help, > Kelvin. > > -Original Message- > From: Ben Cairns [mailto:[EMAIL PROTECTED]] > Sent: 23 April 2001 10:54 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] apache 4

Re: [PHP-WIN] Apache + PHP on Win2K

2001-05-08 Thread Darren
"macky" <[EMAIL PROTECTED]> wrote in message 9d8dn8$mre$[EMAIL PROTECTED]">news:9d8dn8$mre$[EMAIL PROTECTED]... > Im new to APACHE > > I already installed APACHE on Win2K and it works well > > Can anyone tell how to enable.. PHP on Win2K? > meaning able to execute .php pages... > > > <%php >

RE: [PHP-WIN] apache 404 handler

2001-04-23 Thread Kelvin Luck
: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] apache 404 handler There is an option under ADVANCED config section of IE, that says 'Show Friendly Error Messages' you have to disable this. Obviously though, you cannot be sure that other surfers will have done this, so just make sur

RE: [PHP-WIN] apache 404 handler

2001-04-23 Thread Ben Cairns
There is an option under ADVANCED config section of IE, that says 'Show Friendly Error Messages' you have to disable this. Obviously though, you cannot be sure that other surfers will have done this, so just make sure that the 404handler.php file returns HTML code to the browser that is larger

Re: [PHP-WIN] apache/php help!!!!!

2001-04-22 Thread Ermanno Iannacci
I don't think there's a system32 folder in win98. I got these chashes when some extension is misconfigured. - Original Message - From: "Arthur Melkonyan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 9:28 PM Subject: Re: [PHP-W

Re: [PHP-WIN] apache/php help!!!!!

2001-04-21 Thread Arthur Melkonyan
you should copy PHP4TS.DLL file into c:\windows\system32 not system folder try that. good luck -art Neil wrote: > i just installed apache web server and php4.0 on WINDOWS 98 platform > > and moved php4ts.dll into my c:\windows\system folder. > now every time i run a php page, I get a crash sayi

RE: [PHP-WIN] [Apache/1.3.19 (Win32) PHP/4.0.5RC1] gd

2001-04-17 Thread Ignatius Teo
Try specifying the full path to the font file... Ignatius Project Manager, Internet Accounting Snail: Information Technology Directorate Southern Cross University PO Box 157, Lismore NSW 2480 Voice: +61 2 6620-3221 Fax : +61 2 6620-3033 Email:[EMAIL PROTECTED] >

Re: [PHP-WIN] Apache and SSL

2001-04-09 Thread Steve Prentice
"Urmil Parikh" <[EMAIL PROTECTED]> wrote in a message: > > Hi, > > Has anybody got SSL module for apache on windows? > > Regards, | Linux > Urmil Parikh | Is it really safe to turn on your computer? > http://www.modssl.org/contrib/ I'd suggest www.modssl.org/contrib/Apache_1.3.19-Mod_S

  1   2   >