Re: [PHP-WIN] PHP and Apache

2005-03-01 Thread Chris
No, mod_php.c does nto have to exist. Provided that c:/PHP/php5apache.dll acctually exists, your problem is likely that you have got php5ts.dll in your system path (copying it to the WINNT/System32/ directory works. Chris Logan B wrote: Hi, I'm using Apache 1.3 on my Windows XP Pro box with PHP

RE: [PHP-WIN] PHP and Apache

2005-03-01 Thread Rob Agar
Have you tried just commenting out the AddModule line? It works for php4... Rob -Original Message- From: Logan B [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 March 2005 1:37 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP and Apache Hi, I'm using Apache 1.3 on my Windows XP P

RE: [PHP-WIN] PHP and Apache 2

2002-10-26 Thread Thoenen, Peter Mr. EPS
It works fine unofficially. Officially I believe 4.3 it is supported. -Peter > -Original Message- > From: erythros [mailto:erythros@;erythros.d2g.com] > Sent: Friday, October 25, 2002 16:52 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] PHP and Apache 2 > > > this is probably the wrong p

Re: [PHP-WIN] PHP and Apache 2

2002-10-26 Thread erythros
thanx "Stephen Edmonds" <[EMAIL PROTECTED]> wrote in message news:000f01c27d4c$e6899d00$1200a8c0@;q... > Aparently, there are some major issues with it, but someone got it working. > From the PHP installation help mail list: > > Quote Starts ===

Re: [PHP-WIN] PHP and Apache 2

2002-10-26 Thread Stephen Edmonds
Aparently, there are some major issues with it, but someone got it working. >From the PHP installation help mail list: Quote Starts Hey, get this.. I have a fully functional Apache 2.0.43 and PHP 4.2.3 running on Win2k. But you are right

Re: [PHP-WIN] php and apache 2.0 on windows installed ok?

2002-05-01 Thread Alan Popow
On Thu, 2 May 2002 09:59:21 +1000, you wrote: > >"Alan Popow" <[EMAIL PROTECTED]> wrote in message >>On Fri, 26 Apr 2002 16:35:30 -0400, you wrote: > >>>Has anyone done this? >>>I just tried installing apache 2.0 (latest on their site) and the latest >php as a module for apache (not cgi), and fou

Re: [PHP-WIN] php and apache 2.0 on windows installed ok?

2002-05-01 Thread Matt Waite
"Alan Popow" <[EMAIL PROTECTED]> wrote in message >On Fri, 26 Apr 2002 16:35:30 -0400, you wrote: >>Has anyone done this? >>I just tried installing apache 2.0 (latest on their site) and the latest php as a module for apache (not cgi), and found it doesnt seem to work. >> >>When apache starts, it

Re: [PHP-WIN] php and apache 2.0 on windows installed ok?

2002-04-26 Thread Alan Popow
On Fri, 26 Apr 2002 16:35:30 -0400, you wrote: >Has anyone done this? >I just tried installing apache 2.0 (latest on their site) and the latest php as a >module for apache (not cgi), and found it doesnt seem to work. > >When apache starts, it says module not found. > >I know php is installed rig

Re: [PHP-WIN] PHP and Apache 1.3

2002-04-02 Thread darius . burlega
Hello, Have you included several lines in your Apache configuration file ( httpd.conf ) ? ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" First try to di it. BR Darius To: [EMAIL PROTECTED] cc: Subject: [PHP-WIN]