Page 1 of 1

i installed xampp, but i can go to localhost/xampp

PostPosted: 25. December 2005 14:36
by yhnujm
although the xampp control panel
have show running mysql and apache
but i cannot go to localhost page
why
the problem of apache2?
how to start the apache2????

error show
[Sun Dec 25 22:49:20 2005] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Sun Dec 25 22:49:20 2005] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Sun Dec 25 22:49:21 2005] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Sun Dec 25 22:49:21 2005] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Sun Dec 25 22:49:22 2005] [notice] Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a PHP/5.0.5 mod_autoindex_color configured -- resuming normal operations
[Sun Dec 25 22:49:22 2005] [notice] Server built: Oct 15 2005 10:41:53
[Sun Dec 25 22:49:22 2005] [notice] Parent: Created child process 3068
[Sun Dec 25 22:49:23 2005] [notice] Child 3068: Child process is running
[Sun Dec 25 22:49:23 2005] [notice] Child 3068: Acquired the start mutex.
[Sun Dec 25 22:49:23 2005] [notice] Child 3068: Starting 250 worker threads.

PostPosted: 25. December 2005 19:31
by vinni10
i think in your config are the wrong path to the DocumentRoot!!!

You use Windows but in youre Config are linux path:
Code: Select all

2005] [crit] (2)No such file or directory: unable to replace stderr with /dev/null



Search "DocumentRoot" in httpd.conf (whitout ") and correct it!!!

bye Vinni[/code]

PostPosted: 26. December 2005 08:38
by yhnujm
cannot solve
i have two file httpd.default.conf and httpd.conf
in httpd.default.conf is "apache2/htdocs"
in httpd.conf is "xampp/htdocs"
although i change httd.default.conf to "xampp/htdocs"

still connot solve

PostPosted: 26. December 2005 16:58
by Wiedmann
but i cannot go to localhost page
why

Error message in browser?

PostPosted: 26. December 2005 19:48
by yhnujm
Wiedmann wrote:
but i cannot go to localhost page
why

Error message in browser?
error.log

PostPosted: 26. December 2005 20:26
by Wiedmann
In your browser you go to localhost and then your browser shows you only the text "error.log"?

PostPosted: 27. December 2005 07:37
by yhnujm
Wiedmann wrote:In your browser you go to localhost and then your browser shows you only the text "error.log"?
nonono,
i cannot go to localhost
so i check the error.log in xampp/apache/error/

PostPosted: 27. December 2005 07:38
by yhnujm
anyone can help me :oops:

search

PostPosted: 27. December 2005 22:32
by stjepan
Hi, I had same problem but topic "Beginners Guide for XAMPP" solved it. Hit Search and enter "beginners" and you'll find it. It explained lot of thing to me.

Hope it helps.

Re: search

PostPosted: 28. December 2005 15:49
by yhnujm
stjepan wrote:Hi, I had same problem but topic "Beginners Guide for XAMPP" solved it. Hit Search and enter "beginners" and you'll find it. It explained lot of thing to me.

Hope it helps.
how u can solve it
can u teach me
although i follow the step of
http://community.apachefriends.org/f/viewtopic.php?t=14173
the problem still cannot solve :cry: