• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

help ,I install apache2054,it can start,but nothing appear.

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in windows xp with sp2,
I intall apache for many times, it can start but nothing appear
the network domain and server name I have try strings
such as localhost localhost
or dontcry dontcry
or number 127.0.0.1 127.0.0.1
use the port 80
when I put
http://localhost
http://localhost/index.html.en
http://localhost:80
http://localhost:80/index.html.en
nothing appear.
I alse change the port to 88 in file :httpd.conf
#
Listen 80
ServerName localhost:80
nothing appear .
when I use netstat -a to show the port,
I didn't see the port 80
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to our Apache/Tomcat forum.
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SP2 turns on a firewall by default. Maybe try disabling that in the network config. Other than that, what do you mean by "nothing appear". Do you mean you get a blank page or an error page? Have you looked at the apache log file?
 
Jianfeng Qian
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have turned off the fireware.
It returned a black page.
error.log
the operations
[Thu Jun 02 09:08:41 2005] [notice] Server built: Apr 16 2005 14:25:31
[Thu Jun 02 09:08:41 2005] [notice] Parent: Created child process 1488
[Thu Jun 02 09:08:41 2005] [notice] Child 1488: Child process is running
[Thu Jun 02 09:08:41 2005] [crit] (OS 10022)An invalid argument was supplied. : Child 1488: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Thu Jun 02 09:08:41 2005] [error] Parent: child process exited with status 3 -- Aborting.
[Thu Jun 02 09:08:41 2005] [notice] Apache/2.0.54 (Win32) configured -- resuming normal operations
[Thu Jun 02 09:08:41 2005] [notice] Server built: Apr 16 2005 14:25:31
[Thu Jun 02 09:08:41 2005] [notice] Parent: Created child process 2520
/* before I input http://localhost in IE */
/* after I input http://localhost in IE */
operations
[Thu Jun 02 09:10:26 2005] [notice] Server built: Apr 16 2005 14:25:31
[Thu Jun 02 09:10:26 2005] [notice] Parent: Created child process 908
[Thu Jun 02 09:10:27 2005] [notice] Child 908: Child process is running
[Thu Jun 02 09:10:27 2005] [crit] (OS 10022)An invalid argument was supplied. : Child 908: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Thu Jun 02 09:10:27 2005] [error] Parent: child process exited with status 3 -- Aborting.
[Thu Jun 02 09:10:27 2005] [notice] Apache/2.0.54 (Win32) configured -- resuming normal operations
[Thu Jun 02 09:10:27 2005] [notice] Server built: Apr 16 2005 14:25:31
[Thu Jun 02 09:10:27 2005] [notice] Parent: Created child process 832
[Thu Jun 02 09:10:29 2005] [notice] Child 832: Child process is running
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apache Bug Report
 
Jianfeng Qian
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I format c:,and reinstall windows xp
now apache works
 
Anderson gave himself the promotion. So I gave myself this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic