我刚刚接触php
安装上appserv-win32-2.5.7.exe
然后在IE中输入http://localhost/phpMyAdmin/
提示:The requested URL /phpMyAdmin/ was not found on this server.
mysql都确定已经启动了。这是怎么回事?应该如何解决?
在网上看到有类似提问,回答是组建没有完全启动,但我查不到哪些未启动。怎么办?

解决方案 »

  1.   

    原因有1.  apache没启动或安装后没重启2.  安装失败   
      

  2.   

    输入 http://localhost/ 是不是用的80端口
      

  3.   

    查下你的机器 80端口是哪个WEB服务程序在运行? 若你安装了IIS,默认也是80端口,当运行apache的时候二者就会冲突
      

  4.   

    的确是Apache没有启动,那么现在就是Apache启动不了了……80端口也没有被占用。
     输入网址127.0.0.1,出现的是Oracle HTTP Server
    Components
    Apache 
    JServ 
    (demo) 
    Oracle JSP 
    (demos) 
    mod_ssl 
    OpenSSL 
    mod_perl 
    mod_plsql 
    BC4J 
    XDK 
    Mod_OSE Docs 错误日志如下
    Starting the Apache2.2 service
    The Apache2.2 service is running.
    rmine the server's fully qualified domain name, using 10.0.0.109 for ServerName
    [Thu Jan 31 20:30:15 2008] [notice] Apache/2.2.8 (Win32) configured -- resuming normal operations
    [Thu Jan 31 20:30:15 2008] [notice] Server built: Jan 18 2008 00:37:19
    [Thu Jan 31 20:30:15 2008] [notice] Parent: Created child process 756
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.0.0.109 for ServerName
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.0.0.109 for ServerName
    [Thu Jan 31 20:30:15 2008] [notice] Child 756: Child process is running
    [Thu Jan 31 20:30:15 2008] [notice] Child 756: Acquired the start mutex.
    [Thu Jan 31 20:30:15 2008] [notice] Child 756: Starting 64 worker threads.
    [Thu Jan 31 20:30:15 2008] [notice] Child 756: Starting thread to listen on port 80.
    [Thu Jan 31 20:30:22 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Thu Jan 31 20:30:22 2008] [notice] Child 756: Exit event signaled. Child process is ending.
    [Thu Jan 31 20:30:23 2008] [notice] Child 756: Released the start mutex
    [Thu Jan 31 20:30:24 2008] [notice] Child 756: All worker threads have exited.
    [Thu Jan 31 20:30:24 2008] [notice] Child 756: Child process is exiting
    [Thu Jan 31 20:30:24 2008] [notice] Parent: Child process exited successfully.
    The Apache2.2 service is restarting.
    Starting the Apache2.2 service
    The Apache2.2 service is running.
      

  5.   

    你是不是把虚拟目录路径改了啊,可能就是apache配置问题,它找不到
      

  6.   

    把apache卸掉 卸完再到C盘把残留的文件全部删掉