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
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
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
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
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
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
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
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
"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
>
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
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
M
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re:[PHP-WIN] Apache/PHP on Win 2000
Hello:
Thanks for your reply. Pls tell me where I have gone wrong for the PHP
server is still not parsing the file, basically the browser is still asking
if I want to download the php file. I've in
: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re:[PHP-WIN] Apache/PHP on Win 2000
>
>
> Hello:
> Thanks for your reply. Pls tell me where I have gone wrong for
> the PHP server is still not parsing the file, basically the
> browser is still asking if I want to d
Hello:
Thanks for your reply. Pls tell me where I have gone wrong for the PHP server is still
not parsing the file, basically the browser is still asking if I want to download the
php file. I've included my httpd.conf file as an attachment.
I'm not all that well-versed on Apache. So pls bear wi
Defining two different types (your lines 2 and 5) for the same extension
does not help...
Try removing the last line. Also, you'll have to enable script parsing for
the directories involved: check your apache docs for and
'options'.
HTH,
Madruga
-Original Message-
From: [EMAIL PROTECT
It looks like you may have to venture down another road.
I haven't been able to execute a batch file either.
I enjoyed the error returned by popen:
Warning: popen("cmd /c d:\wwwroot\blah.bat","r") - No error in
d:\wwwroot\test.php on line 2
wrote in message
997d6d$p0p$[EMAIL PROTECTED]">news:99
well... i understood your comment and it is clear that windows systems don't
use forking, but under w32 processes can have child's (children ? :) but i
can't understand why are functions that need forking (???) enabled? ...
but after all this -forking- is not the issue here ... the real problem
Forking is a unix thing... What happens when a process comes to a fork in
the road, it splits and continues in two directions.
You can't execute a batch file, you need the command intrepreter to handle
that one, so the previous suggestion should be accurate. If you're on NT or
2000, maybe cmd.e
Hi!
No the error is not generated while exec'ing external program but while it
attemts to call the system() command ... it's like the system() and exec()
are malfuncioning ... using backticks (`) made the script to hang there
is something very fundamental that i do wrong but ... where? what?
You could try replacing "batch.bat" with "c:\windows\command.com /c
batch.bat" for windows 9x or "C:\winnt\cmd.exe /c batch.bat" or something
like that.
HTH,
Fernando Madruga
-Original Message-
From: Jürgen Lasn [mailto:jyrgen[@][EMAIL PROTECTED]]
Sent: quinta-feira, 15 de Março de 200
Here is the content of the install.txt include in the php4 distribution.
You have to follows what they say and it works fine.
Apache:
1. Stop the Apache Webserver.
Edit the httpd.conf and put in these lines, modified to your environment:
2. Unzip the Package to c:\php, now move php4ts.dll to the
i got it working in the end thanks (probs with dev machine delayed it)
i also now have apache 1.3.17 compiled with modssl2.8
"Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At 14:51 16.02.2001 +, Madhon wrote:
> >a have been looking for
At 14:51 16.02.2001 +, Madhon wrote:
>a have been looking for the function definitions u mention and cant find
>them in any of
>the source files that i have
>have u any ideas about this if u want to see the zend_ini.h and zend_ini.c i
>can email them to u
in the folder zend you'll find the fi
a have been looking for the function definitions u mention and cant find
them in any of
the source files that i have
have u any ideas about this if u want to see the zend_ini.h and zend_ini.c i
can email them to u
"Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[
At 12:42 16.02.2001 +, Madhon wrote:
>when i say not been able to compile 4.04pl1 i only refere to the apache
>module, i can get t php.exe, php4ts.dll and php4isapi.dll to compile ok
>but the apache module is the problem
i got that, and the fix is to export the ini function from zend which
a
when i say not been able to compile 4.04pl1 i only refere to the apache
module, i can get t php.exe, php4ts.dll and php4isapi.dll to compile ok
but the apache module is the problem
"Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At 11:44 16
At 11:44 16.02.2001 +, Madhon wrote:
>you can get a version from www.php4win.de
>
>i also have v4.04 compiled with eapi if you wont it
>i havent been able to get 4.04pl1 to compile yet has anybody else
you'll have to patch the zend source. i believe in zend_ini.c/zend_ini.h
some of the neede
you can get a version from www.php4win.de
i also have v4.04 compiled with eapi if you wont it
i havent been able to get 4.04pl1 to compile yet has anybody else
"Lee Goddard" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Does anyone have a URL of PHP4 compi
31 matches
Mail list logo