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
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
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 benchmarks of over 15 secs, I just ran the same benchmark on
Windows Serv
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
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
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
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
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
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
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
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.
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
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
I'm running Apache 2.2.17.0 on Windows 7 Ultimate 64-bit with 8 GB RAM.
Both PHP 5.2.16 and 5.2.17 are causing this error when invoking pspell.
I have aspell loaded on the computer and added to the PATH during boot.
Renaming/removing the aspell binary in the C:\php directory resolves the
issue.
Hi there, I want to know if there a tool or a software to check security hole
and test the security for apache and IIS.
Thank
Guillaume Lemay-Hains
Représentant/Technicien département des services techniques
Tél. : (450) 348- ext.229
Fax : (450)348-5565
NOS SERVI
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
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 that a LoadModule line f
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
riginal Message -
From: "Marcos R. Cardoso" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
Sent: Wednesday, May 02, 2007 7:03 PM
Subject: [PHP-WIN] Apache + Windows + PHP
I've been using the following configuration on a web server here at work:
Win2003 Server
Apac
- Original Message -
From: "Marcos R. Cardoso" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
Sent: Wednesday, May 02, 2007 7:03 PM
Subject: [PHP-WIN] Apache + Windows + PHP
> I've been using the following configuration on a web server here at work:
> Win2003 S
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
I've been using the following configuration on a web server here at work:
Win2003 Server
Apache 2.0.58
PHP 4.4.2
Until last week, I was doing the link between Apache and PHP through the
DLL php4apache2.dll at the "LoadModule" section on httpd.conf. Now this
link is being done through the "Actio
Date: Dec 1, 2006 8:26 PM
Subject: [PHP-WIN] Apache won't start?
To: php-windows@lists.php.net
Apache 1.3 won't load upon adding the following lines to the httpd.conf
file:
# Add to the end of the LoadModule section
LoadModule php5_module "C:/php/php5apache.dll"
# Add to the
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
Apache 1.3 won't load upon adding the following lines to the httpd.conf
file:
# Add to the end of the LoadModule section
LoadModule php5_module "C:/php/php5apache.dll"
# Add to the end of the AddModule section
AddModule mod_php5.c
Please note that the php5apache.dll file is correctly located i
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
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
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
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
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
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
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,
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,
Dale
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
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
, 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
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
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
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
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
Hi!
I tried to install Apache 2.2 and PHP-5.1.4 as a module but i failed.
The reason is that apache cannot load the php5apache2.dll. The file
exists. So, i was wondering if PHP isn't supporting apache2.2. If there
is any help, that would be great!
Btw,i am using WinXP Pro.
--
PHP Windows Mailing
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
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 -- resuming normal operations
[Wed Nov 16 2
Hi.
I am conducting a survey about what users want out of a webserver
and how the Apache webserver ranks as far as fulfilling those needs.
In order to get a better understanding of it, I thought I would ask
you guys what was important to you.
The survey should take about 10-15 minutes to comple
hello everyone!
I have a problem, and it goes like this:
I installed Apache 2 on my Windows dev box (because A1 sucks on Windows)
and PHP 4.3.9 (because that's what I have on my hosting box) and mySQL
4.1.7 cause it's the latest
everything went well, I even ran a phpinfo() to see if everythin
> 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,
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
R's
Will
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
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
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
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
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 want.
I run the following script:
I only see the string DB connection testing.
Regards,
Jeroen
""Alejandro césar
ould 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
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
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
I had a trouble involving MySQL 4.1.7 and PHP few days ago and received an
observation that may interest to you.
Marc Lewis [mailto:[EMAIL PROTECTED] wrote:
> You need PHP5 to be able to access MySQL 4.1 - and you must use the
> "mysqli" extension, not the "mysql" extension.
>
> Marc
Note: I s
2004 2:52 PM
Subject: [PHP-WIN] Apache, PHP4, MySQL installation
> 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 dat
> 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
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 net but nu
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
> 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:/
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
_bobo
> 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
Hi,
Can anyone help me with regards to running Apache 1.3.27 on Windows 2000
Professional Service Pack 4.
Thanks,
Dale
I'm on Windows XP SP1, Apache 1.3.31, and PHP 5.0.2.
PHP5's ISAPI module crashes often with the error message (via error.log):
[warn] Loaded DSO c:/php/php5apache.dll uses plain Apache 1.3 API, this
module might crash under EAPI! (please recompile it with -DEAPI)
The website where I received the
Apache 2.0.49 and PHP5.0.0.0RC3, on attempting to restart Apache, Windows is coming up
with the following error...
Faulting application Apache.exe, version 2.0.49.0, faulting module ntdll.dll, version
5.1.2600.1217, fault address 0x00033aed.
Any ideas?
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
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.
I added the following lines to my httpd.conf file:
LoadModule php4_module c:/php/php4apache.dll
AddType applicat
>> 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
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
> 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
Hello!
I'm using W2K and Apache 1.3.29. When I try to uncomment some extensions
in the php.ini and try to reload Apache, then Apache crashes. I've set
the right path to the extension_dir = "D:\php\php-5.0.0b4-Win32\ext".
I am trying to do this with an snap of PHP5 and now with Beta4.
It doesnt s
Hello !
When I start Apache, it said : [Wed Feb 04 10:38:19 2004] [warn] (2)No such file or
directory: exec() may not be safe
Have you got any solution ?
I'm using windows 98 SE, apache 1.3.29 and PHP 4.3.3.
Best regards,
Fred
==
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
Hi,
I'm currently using Apache1.3.22/ApacheJServ1.1.2/PHP4.3.2 and it's
working fine until now. Now, my PHP engine seems not working sometimes.
Let's say sometime page A which contain php source running well and
sometimes don't.
For example I have this simple code :
Well... when i call
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
Hello ,
I have installed Apache web server and PHP on a AIX machine.
I wrote a test script called test.php which had a call to
phpinfo();
Then I added the file php to htdocs folder.
Then i went to a windows machine ,opened Internet Explorer and tried the URL
http://192.200.8.19/test.php
In addition to below, have you moved php4ts.dll to your windows system
directory?
> -Original Message-
> From: Mikey [mailto:[EMAIL PROTECTED]
> Sent: 11 August 2003 13:46
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Apache web server problem
>
>
> Hav
what is the trick to getting apache2 to exec php scripts properly I have
managed to get beyond the 500 sever error now they just time out. I want
to use php.exe as a cgi, this is on a windows 2k server platform.
I am fairly new to apache so please be as detailed as you think is needed
any help
Hellow all,
I have small problem. I'm using simple download script to
download realmedia files. I had it on apache 1.3 + php 4.01 module without
any problems. But then I updated to Apache 2 + php 4.04 module and then
after download any file memory is still alocated and after few hours server
is m
Hi,
We are planning to use PHP on windows 2000 but which is the better web
server to use under this these circumstances IIS or Apache?
Thanks
Will
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have this strange problem,
I have apache version 2.0.46 installed and the latest version of php. (all
windows version)
sometimes the webservers doesn't respond anymore.
in your webbrowser you see that it has contacted the webserver,
but all is extremely slow.
After a while everything is oke ag
Hi,
on PHP versions 4.3.0 and 4.3.1 my Apache (tested on versions 1.3.27 and
2.0.44) crashes on session_start() but only when it's restoring old
session - not when creating a new session (after refresh / F5). My computer
runs on windows XP professional with SP1.
This happens in both IE 6.0 and
Hi there =D;
i got the following problem:
When i want to use variables in URLs
for example:
http://192.168.0.1/Treff/index2.php?site=events
i got this error:
Warning: main(.php) [function.main]: failed to create stream: No such file
or directory in c:\stuff\homepage\treff\index2.php on line 34
Hi,
i installed succesfully Apache 2.0.43 on a Win Millenium as a service.
The problem is that i can't stop the service using the command line, and
using the monitor. I cant even restart it.
If i delete the "process" using alt-ctrl-del, the computer stall for 1
minute, and after i get a new proce
Hi All
Please help!?!?!?!
winnt_acceptex failed --> Network name is no longer valid
I know this is a reasonably common problem. My question is, Is there a solution?
I know php and apache VERY well but can not find the root to this problem
Cheers
--
PHP Windows Mailing List (http://www.php.n
Hi!
I'm trying to set up basic apache server with PHP support.
I have the latest package.
When I run apache.exe, it shows me:
C:\Program Files\Apache Group\Apache2\bin>apache.exe apache.exe: module
"c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not
compatible with this version of Apac
Hello
I too am getting an error launching apache 2.0.43 with the php 4.2.3 module (not the
CGI). I have Win98SE
My command is this:
Apache.exe -w -f "C:\Program Files\Apache Group\Apache2\conf\httpd.conf" -d
"C:\Program Files\Apache Group\Apache2\."
The error is this:
Syntax error on line 978
Hi NG.
I know this NG is suppose to be about PHP but...
Assuming that most of us people reading this NG uses Apache, I have a simple
question concerning 'IndexIgnore' in 'httpd.conf'.
When typing some http-address to a place under htdocs like
http://localhost/somedir/ which does not have an index
I'm trying to figure out the rules that PHP uses when looking for a
php.ini file. In what exact order does it check what specific places.
I've got numerous php.ini files sitting outside my "PHP" setup and when
Apache is launched it's picking up one that doesn't seem to be in the
"path" that I
I just downloaded and installed apache 2 on my winxp box (a dev and test
box). When I insert the following line into the config file, the apache
service refuses to start.
LoadModule php4_module c:/ApacheGroup/PHP/sapi/php4apache.dll
Obviously Im trying to get php4 mod to run, but its just puking
> 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: [EMA
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...
> >
> >
August 2002 13:25
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Apache...
>
>
> What version of Apache is reccomened at present with PHP (cgi or isapi) to
> run on a production webserver on windows?
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To u
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
What version of Apache is reccomened at present with PHP (cgi or isapi) to
run on a production webserver on windows?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.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
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
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:
> >
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
1 - 100 of 231 matches
Mail list logo