Hello

Have you tried adding this

LoadFile C:/php/php4ts.dll
           Loadmodule php4_module c:\php\sapi\php4apache.dll
           AddType application/x-httpd-php .php4
           AddType application/x-httpd-php-source .phps

instead of
LoadFile C:/www/php/php4ts.dll
           Loadmodule php4_module c:\www\php\sapi\php4apache.dll
           AddType application/x-httpd-php .php4
           AddType application/x-httpd-php-source .


"Ildiko Nyari" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Does anybody know how to make the Apache recognize the
c:/php/sapi/php4apache.dll   because Apache doesn't see it.
I have installed ImpAKT2, and now I am in a big mass, nothing works. I wish
I didn't do it.
I already had to reinstall Dreamweaver, to remove completely ImpAKT, because
it even didn't want to leave completely.

Anyway, my Apache doesn't work at all.
I reinstalled Apache too, but still it doesn't see the
c:/php/sapi/php4apache.dll  module.
In the httpd.conf  file the LoadModule php4_module
c:/php/sapi/php4apache.dll   is there.

PLEASE help me!

I am getting nuts with this.

THANKS,
ildiko


----- Original Message -----
From: Ildiko Nyari
To: Cristian MARIN
Sent: Wednesday, June 25, 2003 9:37 AM
Subject: Re: connecting to mySQL - testing server specified does not map to
the http://localhost/_MMServerScript/MMHTTPDB.php


Now the problem is that Apache can not find the nc:/php/sapi/php4apache.dll
module, but I checked and it is there.
I also checked the httpg.conf file and the module is there to be loaded. and
The # is not at the beginning of nthe line, so it should start, but it
doesn't!

Why Apache can't file a module that is in the directory, I see it.
thanks,
ildiko


  ----- Original Message -----
  From: Cristian MARIN
  To: Ildiko Nyari
  Sent: Wednesday, June 25, 2003 7:11 PM
  Subject: Re: connecting to mySQL - testing server specified does not map
to the http://localhost/_MMServerScript/MMHTTPDB.php


  Your testing path should be C:/Program Files/Apache Group/Apache2/htdocs
in place of C:/Program Files/Apache Group/Apache2/ and then indeed the
http://localhost/ should be OK


  -------------------------------------------------
  Cristian MARIN - Developer
  InterAKT Online (www.interakt.ro)
  Tel:         +4021 312.53.12
  Tel/Fax:  +4021 312.51.91
  [EMAIL PROTECTED]
    ----- Original Message -----
    From: Ildiko Nyari
    To: Cristian MARIN
    Sent: Wednesday, June 25, 2003 6:11 AM
    Subject: Re: connecting to mySQL - testing server specified does not map
to the http://localhost/_MMServerScript/MMHTTPDB.php


    Hello,
    yes, the testing server is C:/Program Files/Apache Group/Apache2

    and the testing server, was http://localhost/ before too.

    So, when I placed the test.php to C:/Program Files/Apache
Group/Apache2/htdocs
    and went to the explorer, I saw the test.php here:
http://localhost/test.php

    Sp it should be that right?
    Anyway, it still doesn't want to work, and I have no clue how to
reconfigure, it just makes me crazy, somehow it is extremely sensitive for
everything.
    thanks,
    ildiko


      ----- Original Message -----
      From: Cristian MARIN
      To: Ildiko Nyari
      Sent: Wednesday, June 25, 2003 4:20 PM
      Subject: Re: connecting to mySQL - testing server specified does not
map to the http://localhost/_MMServerScript/MMHTTPDB.php


      Is your apache running and in the Dreamweaver you heve selected the
good path to the testing server? Because it seems you have not made this
configuration (the default one is http://localhost/) and this is the reason
you got the error below.

      Reply me if you don't succed
      -------------------------------------------------
      Cristian MARIN - Developer
      InterAKT Online (www.interakt.ro)
      Tel:         +4021 312.53.12
      Tel/Fax:  +4021 312.51.91
      [EMAIL PROTECTED]
        ----- Original Message -----
        From: Ildiko Nyari
        To: Cristian MARIN
        Cc: [EMAIL PROTECTED]
        Sent: Tuesday, June 24, 2003 6:03 PM
        Subject: Re: connecting to mySQL - testing server specified does not
map to the http://localhost/_MMServerScript/MMHTTPDB.php


        It worked before, and than I installed ImpAKT2, and now it doesn't
work again, I have the same error than before!
        What happened?
        Why ImpAKT2 changed my settings?
        How can I move everything back again?
        I can't connect to mySQL at all.


        "testing server specified does not map to the
http://localhost/_MMServerScript/MMHTTPDB.php";

        thanks,
        ildiko

          ----- Original Message -----
          From: Cristian MARIN
          To: Ildiko Nyari
          Sent: Wednesday, June 18, 2003 3:23 AM
          Subject: Re: connecting to mySQL - testing server specified does
not map to the http://localhost/_MMServerScript/MMHTTPDB.php


          This it means that the Apache is serving the php files, not
interpreting them which make me think this is an apache configuration error.
          There are two posible reasons:
              - The apache is not using the httpd.conf configurated by you
and you can test this by adding a dummy line in the httpd.conf like
"kjasdhaskld;haskdjhaskljdhaslkjdaslhkdjahsd" and the server should crash
when it open with the message that is an invalid line in the https.conf.

              - In your httpd.conf you are not well configurated the php:

          LoadModule php4_module c:\Php\sapi\php4apache.dll
          ...
          ClearModuleList
          ...
          AddModule mod_php4.c
          ...
          AddType application/x-tar .tgz
          AddType application/x-httpd-php .php .php3 .php4 .phtml

          First of all verify these things.
          -------------------------------------------------
          Cristian MARIN - Developer
          InterAKT Online (www.interakt.ro)
          Tel:         +4021 312.53.12
          Tel/Fax:  +4021 312.51.91
          [EMAIL PROTECTED]
            ----- Original Message -----
            From: Ildiko Nyari
            To: [EMAIL PROTECTED]
            Cc: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ;
[EMAIL PROTECTED] ; [EMAIL PROTECTED]
            Sent: Wednesday, June 18, 2003 2:55 AM
            Subject: connecting to mySQL - testing server specified does not
map to the http://localhost/_MMServerScript/MMHTTPDB.php


            Hello,
            I have installed the PHP, mySQL and Apache on WIN XP, but:

            1. when I want to open in the explorer:
http://localhost/test.php  I always get a download window, and than my
Dreamweaver MX opens, and so I can't see the test.php file I created in the
explorer.

            2. When I created a php file in Dreamweaver MX, and I want to
connect it to mySQL, I have problems with the connection. It doesn't
connect, the error always something with the:
            The testing server specified for this site does not map to the
http://localhost/_MMServerScript/MMHTTPDB.php Verify that the URL prefix
maps to the root of the site.

            What is wrong? What and how can I do?
            I get crazy.
            THANKS,
            ildiko




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to