Xampp and Teamviewer

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Xampp and Teamviewer

Postby hellas73 » 07. February 2009 18:12

Hi all!

Since I installed xampp I can no longer use Teamviewer on this pc nor outgoing or incoming.

I changed the httpd.conf file with the 8081 port. The control panel of xampp always say to port 80 Apache.

When I start windows Teamviewer works fine but after 5 minutes it doesn't works! Is impossible to connect in and out from the pc who have xampp installed.

Sorry for my english. I'm Italian.
hellas73
 
Posts: 2
Joined: 07. February 2009 18:05

Re: Xampp and Teamviewer

Postby Izzy » 07. February 2009 22:33

hellas73 wrote:...I changed the httpd.conf file with the 8081 port. The control panel of xampp always say to port 80 Apache.

When I start windows Teamviewer works fine but after 5 minutes it doesn't works! Is impossible to connect in and out from the pc who have xampp installed.
The XAMPP Control Panel (XCP) will always show port 80 as it is hard coded to show this port number no matter what port Apache Listens on.

Please read the TeamViewer Support page as it has a Knowledgebase - Technical Questions item that will help with your network and other settings - it's obvious that you have not gone into setting up TeamViewer correctly before trying to mess with XAMPP and before posting here, XAMPP is always best if it is left in the default state.

How exactly did you change the ports in the httpd.conf file, give details of what and where you changed it and, did you restart Apache after editing?
(In TeamViewer you can change the ports in the TeamViewer configuration.
Which ports does TeamViewer use?
This will save you having to type the port number for your web server in your browser every time ie http://localhost:8081 for example or http://localhost:8081/phpmyadmin etc.
)

What error messages in the xampp\apache\logs\error.log file at the date and time your problems occur?

Is Apache and MySQL running?

When you go to http://localhost:8081 and click on all the demos do you get any errors?

BTW port 8081 is an assigned port number to Sun Proxy Admin Service, the alternate for http port 80 is 8080 or use an unassigned alternative port.
http://www.iana.org/assignments/port-numbers - big text file.

Please relay as much detail as possible as we can't see your screen or know what you are doing or what you have done already.
Izzy
 
Posts: 3344
Joined: 25. April 2006 17:06

Re: Xampp and Teamviewer

Postby hellas73 » 08. February 2009 18:37

Thanks for your reply!

Sorry, but I don't know english very well, so I don't understand all you have write.

My site in port 8081 works fine. The problem is Teamviewer. Sometimes it works fine with in and out connection. Sometimes it doesn't works.
I have 3 pc, and the problem is only for the pc who have installed Xampp.

I've modified the file httpd.conf in these lines:

Code: Select all
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 8081

Code: Select all
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:8081


This is the error.log file from when I change the port to 8081
Code: Select all
[Sat Feb 07 01:20:37 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:20:37 2009] [notice] Digest: done
[Sat Feb 07 01:20:39 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 01:20:39 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 01:20:39 2009] [notice] Parent: Created child process 4724
[Sat Feb 07 01:20:40 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:20:40 2009] [notice] Digest: done
[Sat Feb 07 01:20:42 2009] [notice] Child 4724: Child process is running
[Sat Feb 07 01:20:42 2009] [notice] Child 4724: Acquired the start mutex.
[Sat Feb 07 01:20:42 2009] [notice] Child 4724: Starting 250 worker threads.
[Sat Feb 07 01:20:42 2009] [notice] Child 4724: Starting thread to listen on port 443.
[Sat Feb 07 01:20:42 2009] [notice] Child 4724: Starting thread to listen on port 8081.
[Sat Feb 07 01:24:00 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 07 01:24:00 2009] [notice] Child 4724: Exit event signaled. Child process is ending.
[Sat Feb 07 01:24:01 2009] [notice] Child 4724: Released the start mutex
[Sat Feb 07 01:24:02 2009] [notice] Child 4724: All worker threads have exited.
[Sat Feb 07 01:24:02 2009] [notice] Child 4724: Child process is exiting
[Sat Feb 07 01:24:05 2009] [notice] Parent: Child process exited successfully.
[Sat Feb 07 01:24:09 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:24:09 2009] [notice] Digest: done
[Sat Feb 07 01:24:11 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 01:24:11 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 01:24:11 2009] [notice] Parent: Created child process 5724
[Sat Feb 07 01:24:13 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:24:13 2009] [notice] Digest: done
[Sat Feb 07 01:24:15 2009] [notice] Child 5724: Child process is running
[Sat Feb 07 01:24:15 2009] [notice] Child 5724: Acquired the start mutex.
[Sat Feb 07 01:24:15 2009] [notice] Child 5724: Starting 250 worker threads.
[Sat Feb 07 01:24:15 2009] [notice] Child 5724: Starting thread to listen on port 443.
[Sat Feb 07 01:24:15 2009] [notice] Child 5724: Starting thread to listen on port 8081.
[Sat Feb 07 01:24:20 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 07 01:24:20 2009] [notice] Child 5724: Exit event signaled. Child process is ending.
[Sat Feb 07 01:24:21 2009] [notice] Child 5724: Released the start mutex
[Sat Feb 07 01:24:22 2009] [notice] Child 5724: All worker threads have exited.
[Sat Feb 07 01:24:22 2009] [notice] Child 5724: Child process is exiting
[Sat Feb 07 01:24:24 2009] [notice] Parent: Child process exited successfully.
[Sat Feb 07 01:24:39 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:24:39 2009] [notice] Digest: done
[Sat Feb 07 01:24:41 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 01:24:41 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 01:24:41 2009] [notice] Parent: Created child process 5904
[Sat Feb 07 01:24:42 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:24:42 2009] [notice] Digest: done
[Sat Feb 07 01:24:44 2009] [notice] Child 5904: Child process is running
[Sat Feb 07 01:24:44 2009] [notice] Child 5904: Acquired the start mutex.
[Sat Feb 07 01:24:44 2009] [notice] Child 5904: Starting 250 worker threads.
[Sat Feb 07 01:24:44 2009] [notice] Child 5904: Starting thread to listen on port 443.
[Sat Feb 07 01:24:44 2009] [notice] Child 5904: Starting thread to listen on port 8081.
[Sat Feb 07 01:25:09 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 07 01:25:09 2009] [notice] Child 5904: Exit event signaled. Child process is ending.
[Sat Feb 07 01:25:10 2009] [notice] Child 5904: Released the start mutex
[Sat Feb 07 01:25:11 2009] [notice] Child 5904: All worker threads have exited.
[Sat Feb 07 01:25:11 2009] [notice] Child 5904: Child process is exiting
[Sat Feb 07 01:25:13 2009] [notice] Parent: Child process exited successfully.
[Sat Feb 07 01:27:46 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:27:46 2009] [notice] Digest: done
[Sat Feb 07 01:27:48 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 01:27:48 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 01:27:48 2009] [notice] Parent: Created child process 5124
[Sat Feb 07 01:27:50 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:27:50 2009] [notice] Digest: done
[Sat Feb 07 01:27:52 2009] [notice] Child 5124: Child process is running
[Sat Feb 07 01:27:52 2009] [notice] Child 5124: Acquired the start mutex.
[Sat Feb 07 01:27:52 2009] [notice] Child 5124: Starting 250 worker threads.
[Sat Feb 07 01:27:52 2009] [notice] Child 5124: Starting thread to listen on port 443.
[Sat Feb 07 01:27:52 2009] [notice] Child 5124: Starting thread to listen on port 8081.
[Sat Feb 07 01:28:16 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 07 01:28:16 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:28:16 2009] [notice] Digest: done
[Sat Feb 07 01:28:18 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 01:28:18 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 01:28:18 2009] [notice] Parent: Created child process 3532
[Sat Feb 07 01:28:19 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:28:19 2009] [notice] Digest: done
[Sat Feb 07 01:28:21 2009] [notice] Child 3532: Child process is running
[Sat Feb 07 01:28:21 2009] [notice] Child 3532: Acquired the start mutex.
[Sat Feb 07 01:28:21 2009] [notice] Child 3532: Starting 250 worker threads.
[Sat Feb 07 01:28:21 2009] [notice] Child 3532: Starting thread to listen on port 443.
[Sat Feb 07 01:28:21 2009] [notice] Child 3532: Starting thread to listen on port 8081.
[Sat Feb 07 01:47:12 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 07 01:47:12 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:47:12 2009] [notice] Digest: done
[Sat Feb 07 01:47:17 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 01:47:17 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 01:47:17 2009] [notice] Parent: Created child process 3264
[Sat Feb 07 01:47:19 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 01:47:19 2009] [notice] Digest: done
[Sat Feb 07 01:47:21 2009] [notice] Child 3264: Child process is running
[Sat Feb 07 01:47:21 2009] [notice] Child 3264: Acquired the start mutex.
[Sat Feb 07 01:47:21 2009] [notice] Child 3264: Starting 250 worker threads.
[Sat Feb 07 01:47:21 2009] [notice] Child 3264: Starting thread to listen on port 443.
[Sat Feb 07 01:47:21 2009] [notice] Child 3264: Starting thread to listen on port 8081.
[Sat Feb 07 02:27:17 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 07 02:27:17 2009] [notice] Child 3264: Exit event signaled. Child process is ending.
[Sat Feb 07 02:27:18 2009] [notice] Child 3264: Released the start mutex
[Sat Feb 07 02:27:19 2009] [notice] Child 3264: All worker threads have exited.
[Sat Feb 07 02:27:19 2009] [notice] Child 3264: Child process is exiting
[Sat Feb 07 02:27:23 2009] [notice] Parent: Child process exited successfully.
[Sat Feb 07 02:27:33 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 02:27:33 2009] [notice] Digest: done
[Sat Feb 07 02:27:35 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 02:27:35 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 02:27:35 2009] [notice] Parent: Created child process 4248
[Sat Feb 07 02:27:36 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 02:27:36 2009] [notice] Digest: done
[Sat Feb 07 02:27:38 2009] [notice] Child 4248: Child process is running
[Sat Feb 07 02:27:38 2009] [notice] Child 4248: Acquired the start mutex.
[Sat Feb 07 02:27:38 2009] [notice] Child 4248: Starting 250 worker threads.
[Sat Feb 07 02:27:38 2009] [notice] Child 4248: Starting thread to listen on port 443.
[Sat Feb 07 02:27:38 2009] [notice] Child 4248: Starting thread to listen on port 8081.
[Sat Feb 07 02:29:36 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 07 02:29:36 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 02:29:36 2009] [notice] Digest: done
[Sat Feb 07 02:29:40 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 02:29:40 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 02:29:40 2009] [notice] Parent: Created child process 3124
[Sat Feb 07 02:29:42 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 02:29:42 2009] [notice] Digest: done
[Sat Feb 07 02:29:44 2009] [notice] Child 3124: Child process is running
[Sat Feb 07 02:29:44 2009] [notice] Child 3124: Acquired the start mutex.
[Sat Feb 07 02:29:44 2009] [notice] Child 3124: Starting 250 worker threads.
[Sat Feb 07 02:29:44 2009] [notice] Child 3124: Starting thread to listen on port 443.
[Sat Feb 07 02:29:44 2009] [notice] Child 3124: Starting thread to listen on port 8081.
[Sat Feb 07 02:33:48 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 07 02:33:48 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 02:33:48 2009] [notice] Digest: done
[Sat Feb 07 02:33:52 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 02:33:52 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 02:33:52 2009] [notice] Parent: Created child process 3100
[Sat Feb 07 02:33:54 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 02:33:54 2009] [notice] Digest: done
[Sat Feb 07 02:33:56 2009] [notice] Child 3100: Child process is running
[Sat Feb 07 02:33:56 2009] [notice] Child 3100: Acquired the start mutex.
[Sat Feb 07 02:33:56 2009] [notice] Child 3100: Starting 250 worker threads.
[Sat Feb 07 02:33:56 2009] [notice] Child 3100: Starting thread to listen on port 443.
[Sat Feb 07 02:33:56 2009] [notice] Child 3100: Starting thread to listen on port 8081.
[Sat Feb 07 02:40:41 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 07 02:40:41 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 02:40:41 2009] [notice] Digest: done
[Sat Feb 07 02:40:45 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 02:40:45 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 02:40:45 2009] [notice] Parent: Created child process 2572
[Sat Feb 07 02:40:47 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 02:40:47 2009] [notice] Digest: done
[Sat Feb 07 02:40:49 2009] [notice] Child 2572: Child process is running
[Sat Feb 07 02:40:49 2009] [notice] Child 2572: Acquired the start mutex.
[Sat Feb 07 02:40:49 2009] [notice] Child 2572: Starting 250 worker threads.
[Sat Feb 07 02:40:49 2009] [notice] Child 2572: Starting thread to listen on port 443.
[Sat Feb 07 02:40:49 2009] [notice] Child 2572: Starting thread to listen on port 8081.
[Sat Feb 07 02:44:39 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 07 02:44:39 2009] [notice] Child 2572: Exit event signaled. Child process is ending.
[Sat Feb 07 02:44:40 2009] [notice] Child 2572: Released the start mutex
[Sat Feb 07 02:44:41 2009] [notice] Child 2572: All worker threads have exited.
[Sat Feb 07 02:44:41 2009] [notice] Child 2572: Child process is exiting
[Sat Feb 07 02:44:46 2009] [notice] Parent: Child process exited successfully.
[Sat Feb 07 03:53:16 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 03:53:17 2009] [notice] Digest: done
[Sat Feb 07 03:53:20 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 03:53:20 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 03:53:20 2009] [notice] Parent: Created child process 3768
[Sat Feb 07 03:53:21 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 03:53:21 2009] [notice] Digest: done
[Sat Feb 07 03:53:23 2009] [notice] Child 3768: Child process is running
[Sat Feb 07 03:53:23 2009] [notice] Child 3768: Acquired the start mutex.
[Sat Feb 07 03:53:23 2009] [notice] Child 3768: Starting 250 worker threads.
[Sat Feb 07 03:53:23 2009] [notice] Child 3768: Starting thread to listen on port 443.
[Sat Feb 07 03:53:23 2009] [notice] Child 3768: Starting thread to listen on port 8081.
[Sat Feb 07 04:02:49 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 07 04:02:49 2009] [notice] Child 3768: Exit event signaled. Child process is ending.
[Sat Feb 07 04:02:50 2009] [notice] Child 3768: Released the start mutex
[Sat Feb 07 04:02:51 2009] [notice] Child 3768: All worker threads have exited.
[Sat Feb 07 04:02:51 2009] [notice] Child 3768: Child process is exiting
[Sat Feb 07 04:02:55 2009] [notice] Parent: Child process exited successfully.
[Sat Feb 07 04:03:14 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 04:03:14 2009] [notice] Digest: done
[Sat Feb 07 04:03:16 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 04:03:16 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 04:03:16 2009] [notice] Parent: Created child process 5504
[Sat Feb 07 04:03:18 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 04:03:18 2009] [notice] Digest: done
[Sat Feb 07 04:03:19 2009] [notice] Child 5504: Child process is running
[Sat Feb 07 04:03:19 2009] [notice] Child 5504: Acquired the start mutex.
[Sat Feb 07 04:03:19 2009] [notice] Child 5504: Starting 250 worker threads.
[Sat Feb 07 04:03:19 2009] [notice] Child 5504: Starting thread to listen on port 443.
[Sat Feb 07 04:03:19 2009] [notice] Child 5504: Starting thread to listen on port 8081.
[Sat Feb 07 04:06:51 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 07 04:06:51 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 04:06:51 2009] [notice] Digest: done
[Sat Feb 07 04:06:55 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 04:06:55 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 04:06:55 2009] [notice] Parent: Created child process 2520
[Sat Feb 07 04:06:56 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 04:06:56 2009] [notice] Digest: done
[Sat Feb 07 04:06:58 2009] [notice] Child 2520: Child process is running
[Sat Feb 07 04:06:58 2009] [notice] Child 2520: Acquired the start mutex.
[Sat Feb 07 04:06:58 2009] [notice] Child 2520: Starting 250 worker threads.
[Sat Feb 07 04:06:58 2009] [notice] Child 2520: Starting thread to listen on port 443.
[Sat Feb 07 04:06:58 2009] [notice] Child 2520: Starting thread to listen on port 8081.
[Sat Feb 07 16:00:34 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 07 16:00:34 2009] [notice] Child 2520: Exit event signaled. Child process is ending.
[Sat Feb 07 16:00:35 2009] [notice] Child 2520: Released the start mutex
[Sat Feb 07 16:00:36 2009] [notice] Child 2520: All worker threads have exited.
[Sat Feb 07 16:00:36 2009] [notice] Child 2520: Child process is exiting
[Sat Feb 07 16:00:40 2009] [notice] Parent: Child process exited successfully.
[Sat Feb 07 16:19:27 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 16:19:27 2009] [notice] Digest: done
[Sat Feb 07 16:19:34 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 07 16:19:34 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 16:19:34 2009] [notice] Digest: done
[Sat Feb 07 16:19:37 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 16:19:37 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 16:19:37 2009] [notice] Parent: Created child process 5836
[Sat Feb 07 16:19:40 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 16:19:40 2009] [notice] Digest: done
[Sat Feb 07 16:19:41 2009] [notice] Child 5836: Child process is running
[Sat Feb 07 16:19:41 2009] [notice] Child 5836: Acquired the start mutex.
[Sat Feb 07 16:19:41 2009] [notice] Child 5836: Starting 250 worker threads.
[Sat Feb 07 16:19:41 2009] [notice] Child 5836: Starting thread to listen on port 8081.
[Sat Feb 07 16:19:41 2009] [notice] Child 5836: Starting thread to listen on port 443.
[Sat Feb 07 16:33:42 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Feb 07 16:33:42 2009] [notice] Child 5836: Exit event signaled. Child process is ending.
[Sat Feb 07 16:33:43 2009] [notice] Child 5836: Released the start mutex
[Sat Feb 07 16:33:44 2009] [notice] Child 5836: All worker threads have exited.
[Sat Feb 07 16:33:44 2009] [notice] Child 5836: Child process is exiting
[Sat Feb 07 16:33:47 2009] [notice] Parent: Child process exited successfully.
[Sat Feb 07 16:38:52 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 16:38:52 2009] [notice] Digest: done
[Sat Feb 07 16:38:54 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 16:38:54 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 16:38:54 2009] [notice] Parent: Created child process 5640
[Sat Feb 07 16:38:55 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 16:38:55 2009] [notice] Digest: done
[Sat Feb 07 16:38:57 2009] [notice] Child 5640: Child process is running
[Sat Feb 07 16:38:57 2009] [notice] Child 5640: Acquired the start mutex.
[Sat Feb 07 16:38:57 2009] [notice] Child 5640: Starting 250 worker threads.
[Sat Feb 07 16:38:57 2009] [notice] Child 5640: Starting thread to listen on port 443.
[Sat Feb 07 16:38:57 2009] [notice] Child 5640: Starting thread to listen on port 8081.
[Sat Feb 07 16:50:14 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 16:50:14 2009] [notice] Digest: done
[Sat Feb 07 16:50:17 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 16:50:17 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 16:50:17 2009] [notice] Parent: Created child process 3104
[Sat Feb 07 16:50:18 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 16:50:18 2009] [notice] Digest: done
[Sat Feb 07 16:50:20 2009] [notice] Child 3104: Child process is running
[Sat Feb 07 16:50:20 2009] [notice] Child 3104: Acquired the start mutex.
[Sat Feb 07 16:50:20 2009] [notice] Child 3104: Starting 250 worker threads.
[Sat Feb 07 16:50:20 2009] [notice] Child 3104: Starting thread to listen on port 443.
[Sat Feb 07 16:50:20 2009] [notice] Child 3104: Starting thread to listen on port 8081.
[Sat Feb 07 20:18:04 2009] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 07 20:18:04 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 20:18:04 2009] [notice] Digest: done
[Sat Feb 07 20:18:07 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Sat Feb 07 20:18:07 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Feb 07 20:18:07 2009] [notice] Parent: Created child process 3072
[Sat Feb 07 20:18:08 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 07 20:18:08 2009] [notice] Digest: done
[Sat Feb 07 20:18:10 2009] [notice] Child 3072: Child process is running
[Sat Feb 07 20:18:10 2009] [notice] Child 3072: Acquired the start mutex.
[Sat Feb 07 20:18:10 2009] [notice] Child 3072: Starting 250 worker threads.
[Sat Feb 07 20:18:10 2009] [notice] Child 3072: Starting thread to listen on port 443.
[Sat Feb 07 20:18:10 2009] [notice] Child 3072: Starting thread to listen on port 8081.


Is Apache and MySQL running?

Yes

When you go to http://localhost:8081 and click on all the demos do you get any errors?

When I go to http://localhost:8081 I can see my php site.

BTW port 8081 is an assigned port number to Sun Proxy Admin Service, the alternate for http port 80 is 8080 or use an unassigned alternative port.
http://www.iana.org/assignments/port-numbers - big text file.

But I haven't the Sun Proxy Admin Service.......or I have this by default?

Sorry again for my english.
hellas73
 
Posts: 2
Joined: 07. February 2009 18:05

Re: Xampp and Teamviewer

Postby Izzy » 08. February 2009 23:25

My site in port 8081 works fine. The problem is Teamviewer. Sometimes it works fine with in and out connection. Sometimes it doesn't works.
Then there is nothing wrong with XAMPP and so you should visit the support page at TeamViewer and raise a ticket if you can't find the answers in the KB, as I mentioned in my first post.
Izzy
 
Posts: 3344
Joined: 25. April 2006 17:06

Re: Xampp and Teamviewer

Postby nabtron » 27. September 2009 02:41

a fairly simple solution to run teamviewer and xampp together is to do a few edits including some edits in the registry. Check out the details here:

http://tech.nabtron.com/run-teamviewer- ... p-etc/310/
nabtron
 
Posts: 1
Joined: 27. September 2009 02:40


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 120 guests