Page 1 of 1

Localhost connects but no external connection - test request

PostPosted: 28. May 2012 20:14
by JohnSmithers
Hi

My profile has the details of the system I am using.

I can connect through localhost to phpmyadmin and the databases etc. However I cannot connect at all externally to the server.

I have tried test.html and test.php The response is: Oops! Google Chrome could not connect to xx.xxx.xxx.xxx

I should perhaps also mention that I am running a 64bit version of windows 2008; I'm noticing that the task manager has *32 beside httpd.exe, if that is important (?)

I am using version 3 of the control panel. I have two logs for you. The first is the apache error log, the second is the mysql log.

1. Apache log

[Mon May 28 00:07:23 2012] [error] [client xx.xxx.xxx.xxx] File does not exist: C:/xampp/htdocs/7.html
[Mon May 28 00:11:16 2012] [error] [client ::1] script not found or unable to stat: C:/xampp/htdocs/admin.cgi
[Mon May 28 00:26:14 2012] [error] [client ::1] File does not exist: C:/xampp/htdocs/xxxxxdb
[Mon May 28 00:44:39 2012] [error] [client 37.220.102.234] client denied by server configuration: C:/xampp/htdocs/xampp


2. Mysql log
120527 23:51:57 [Note] Plugin 'FEDERATED' is disabled.
120527 23:51:58 InnoDB: The InnoDB memory heap is disabled
120527 23:51:58 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120527 23:51:58 InnoDB: Compressed tables use zlib 1.2.3
120527 23:51:58 InnoDB: Initializing buffer pool, size = 16.0M
120527 23:51:58 InnoDB: Completed initialization of buffer pool
120527 23:51:58 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
120527 23:52:08 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
120527 23:52:18 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.


What should be my next steps?

Cheers

/J

Re: Localhost connects but no external connection - test req

PostPosted: 28. May 2012 20:22
by Altrea
Hi JohnSmithers,

JohnSmithers wrote:My profile has the details of the system I am using.

Your profile is not clear. There is no Windows 2008. There is a Windows Server 2008 and a Windows Server 2008 R2. This difference is very important. Please update your profile.

JohnSmithers wrote:I have tried test.html and test.php The response is: Oops! Google Chrome could not connect to xx.xxx.xxx.xxx7

I don't see any failed request of the files test.html or test.php in your apache error.log file.
I just can see failed requests for files 7.html, admin.cgi and xxxxxdb folder
Maybe your access.log would be more helpful.

best wishes,
Altrea

Re: Localhost connects but no external connection - test req

PostPosted: 28. May 2012 21:41
by JohnSmithers
Hi Altrea

Updated the profile. Access log is showing nothing. The main screen has:

possible problem detected port 80 in use by httpd.exe

possible problem detected port 443 in use by httpd.exe"

possible problem detected port 3306 in use by mysqld.exe


Thanks for the assistance. Always appreciated.

Re: Localhost connects but no external connection - test req

PostPosted: 29. May 2012 02:46
by JohnSmithers
I also found this in the apache log tonight if this helps?

Mon May 28 00:03:04 2012] [notice] Digest: generating secret for digest authentication ...
[Mon May 28 00:03:04 2012] [notice] Digest: done
[Mon May 28 00:03:05 2012] [notice] Child 1120: Child process is running
[Mon May 28 00:03:05 2012] [notice] Child 1120: Acquired the start mutex.
[Mon May 28 00:03:05 2012] [notice] Child 1120: Starting 150 worker threads.
[Mon May 28 00:03:05 2012] [notice] Child 1120: Starting thread to listen on port 443.
[Mon May 28 00:03:05 2012] [notice] Child 1120: Starting thread to listen on port 443.
[Mon May 28 00:03:05 2012] [notice] Child 1120: Starting thread to listen on port 80.
[Mon May 28 00:03:05 2012] [notice] Child 1120: Starting thread to listen on port 80.
[Mon May 28 00:07:23 2012] [error] [client 37.220.102.234] File does not exist: C:/xampp/htdocs/7.html
[Mon May 28 00:11:16 2012] [error] [client ::1] script not found or unable to stat: C:/xampp/htdocs/admin.cgi
[Mon May 28 00:26:14 2012] [error] [client ::1] File does not exist: C:/xampp/htdocs/xxxxxxxxdb


Anything you can suggest to try is really appreciated.

Re: Localhost connects but no external connection - test req

PostPosted: 30. May 2012 19:21
by Altrea
Your access.log is empty but your error.log does have some entries of http errors from requests? That's weird.
Have you changed anything in your apache configuraion files?
are you using vhosts?

I have absolutely no idea how to start to solve your problem :roll: