Page 2 of 4

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 04:17
by Altrea
You can't simply end the program, because system is really meant to be your (operating) system.
Windows uses a proxy driver which is handling port 80 for other processes.

Again go to your Windows Services and search for a service named WWW-publishing or WorldWideWeb-publishing or something like that. This service have to be stopped.
Another try would be to go into your remove Windows components window and uninstall IIS there.

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 04:41
by bluelantern1163
I have removed the program and restarted my computer

Should I run Apache again?

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 04:48
by Altrea
Sure, give it a try.
But you can check with netstat first if the ports are free now.

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 05:02
by bluelantern1163
Ok, the port is free, thanks for helping me with that :)

Unfortunately, the XAMPP menu is still not displaying the localhost/xampp/xampp.php, so there is still an issue to be resolved

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 05:03
by Altrea
Again, what is showing on http://localhost/
http://localhost/xampp/xampp.php (C:\xampp\htdocs\xampp\xampp.php) doesn't exist on default installations.

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 05:35
by bluelantern1163
It still says the same thing, "It Works"

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 05:37
by Altrea
Thats not good.

C:\xampp\apache\logs\error.log ?

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 05:43
by bluelantern1163
Here is what the error log says:

[Sat Jun 16 21:00:25 2012] [notice] Child 3896: Starting 150 worker threads.
[Sat Jun 16 21:00:25 2012] [notice] Child 3896: Starting thread to listen on port 443.
[Sat Jun 16 21:00:25 2012] [notice] Child 3896: Starting thread to listen on port 443.
[Sat Jun 16 21:00:25 2012] [notice] Child 3896: Starting thread to listen on port 80.
[Sat Jun 16 21:00:25 2012] [notice] Child 3896: Starting thread to listen on port 80.
[Sat Jun 16 21:00:29 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Jun 16 21:00:29 2012] [notice] Digest: generating secret for digest authentication ...
[Sat Jun 16 21:00:29 2012] [notice] Digest: done
[Sat Jun 16 21:00:29 2012] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Sat Jun 16 21:00:29 2012] [notice] Server built: Sep 10 2011 11:34:11
[Sat Jun 16 21:00:29 2012] [notice] Parent: Created child process 5248
[Sat Jun 16 21:00:30 2012] [notice] Digest: generating secret for digest authentication ...
[Sat Jun 16 21:00:30 2012] [notice] Digest: done
[Sat Jun 16 21:00:31 2012] [notice] Child 5248: Child process is running
[Sat Jun 16 21:00:31 2012] [notice] Child 5248: Acquired the start mutex.
[Sat Jun 16 21:00:31 2012] [notice] Child 5248: Starting 150 worker threads.
[Sat Jun 16 21:00:31 2012] [notice] Child 5248: Starting thread to listen on port 443.
[Sat Jun 16 21:00:31 2012] [notice] Child 5248: Starting thread to listen on port 443.
[Sat Jun 16 21:00:31 2012] [notice] Child 5248: Starting thread to listen on port 80.
[Sat Jun 16 21:00:31 2012] [notice] Child 5248: Starting thread to listen on port 80.
[Sat Jun 16 21:43:10 2012] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Jun 16 21:43:10 2012] [notice] Digest: generating secret for digest authentication ...
[Sat Jun 16 21:43:10 2012] [notice] Digest: done
[Sat Jun 16 21:43:11 2012] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Sat Jun 16 21:43:11 2012] [notice] Server built: Sep 10 2011 11:34:11
[Sat Jun 16 21:43:11 2012] [notice] Parent: Created child process 5648
[Sat Jun 16 21:43:12 2012] [notice] Digest: generating secret for digest authentication ...
[Sat Jun 16 21:43:12 2012] [notice] Digest: done
[Sat Jun 16 21:43:13 2012] [notice] Child 5648: Child process is running
[Sat Jun 16 21:43:13 2012] [notice] Child 5648: Acquired the start mutex.
[Sat Jun 16 21:43:13 2012] [notice] Child 5648: Starting 150 worker threads.
[Sat Jun 16 21:43:13 2012] [notice] Child 5648: Starting thread to listen on port 443.
[Sat Jun 16 21:43:13 2012] [notice] Child 5648: Starting thread to listen on port 443.
[Sat Jun 16 21:43:13 2012] [notice] Child 5648: Starting thread to listen on port 80.
[Sat Jun 16 21:43:13 2012] [notice] Child 5648: Starting thread to listen on port 80.

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 05:47
by Altrea
Okay, your error.log is fine.

Have you changed anything? e.g. renamed, deleted or changed the C:\xampp\htdocs\index.php file?
Or changes in the C:\xampp\apache\conf\httpd.conf?

The reason i'm asking is, that by default http://localhost/ should execute the index.php file which redirects you to the orange XAMPP Administration page.
For any reason this doesn't happen in your environment.

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 07:29
by bluelantern1163
I did make changes to the httpd.conf on the OLD Apache server, which I already uninstalled. Could this be the cause of this problem? If so, where can I find the default httpd.conf document, or what do I change?

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 12:52
by Altrea
bluelantern1163 wrote:I did make changes to the httpd.conf on the OLD Apache server, which I already uninstalled. Could this be the cause of this problem?

Only if your current XAMPP Apache reads that old config file. Please search your system harddisk for any httpd.conf files

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 18:53
by bluelantern1163
The only httpd.conf file I found is the one I mentioned earlier.

However, I did find ones that are under the xampp\apache\conf folder, but with names like httpd-default.conf and httpd-xampp.conf, but only one with the exact name httpd.conf

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 17. June 2012 19:07
by bluelantern1163
Ok, so it appears that the index (i.e. the page that displays when the localhost is typed in the address) is not the one found in xampp\htdocs\index.php, if that is relevant. I am not sure where the localhost is getting the file to display this...

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 18. June 2012 05:36
by Altrea
bluelantern1163 wrote:Ok, so it appears that the index (i.e. the page that displays when the localhost is typed in the address) is not the one found in xampp\htdocs\index.php, if that is relevant.

Not exactly relevant, because the page you get is named index.html. You can edit this one and check if this is the index.html of the XAMPP package or a different one.

Re: XAMPP 1.7.7 menu does not display on localhost

PostPosted: 18. June 2012 07:41
by bluelantern1163
Ok, so I modified this page to say something different, but the localhost does not display the same word I modified the index.html to. It still says "It works".