Questions tagged [connection]

A connection generally refers to a TCP/IP connection, that is established as the result of the handshake between 2 hosts.

A connection generally refers to a TCP/IP connection, that is established as the result of the handshake between 2 hosts. But can also refer to the establishment of end to end connectivity of the underlying link layer, or a database connection, or some other data-orientated communication that proceeds after an initial negotiation phase.

757 questions
0
votes
1 answer

Allow connection to certain port from specified domain

I got two domains, which are pointing on the same IP address, I can use both to connect to the server or certain port (TeamSpeak), the problem is that I would like the only one domain from those two to be working while connecting to a certain…
Scott
  • 153
  • 1
  • 6
0
votes
1 answer

Website pages very slow to load on first access

I have a production web server that makes sites to be very slow when load for first time. After the first time all connections are normal and fast. In the following screen you can see the first test I have run for a random site in my server: and…
KodeFor.Me
  • 209
  • 3
  • 5
  • 14
0
votes
3 answers

Can't Connect To Local Mysql Using IP Address, but CAN connect from remote server

Here's an interesting one that does not seem to fall into any of the mysql connection issues I've read about or searched for: On an Ubuntu 12.04 box I had some system updates waiting to install, and I took care of that this evening. After the…
user1782041
0
votes
1 answer

DNS CNAME record - connection was reset

I am quite new to DNS and have set up a CNAME record for a new domain that I have bought pointing at subdomain.domain2.com. When I put in my URL http://www.domain1.com I get The connection was reset The connection to the server was reset while …
Tom
  • 103
  • 1
0
votes
1 answer

Error when starting Windows Service: Connection "actively refused"

I have used .NET to create a service installation package (msi) that, when run, installs a Windows service designed to run an instance of Apache Solr (to aid in searching from a web application). I am running the service on the same machine where…
Matt
  • 291
  • 2
  • 9
0
votes
2 answers

Connect to multiple VPN with Cisco Client

I use VPN Client version 5.0.05.0290 in Windows XP SP3. Is it possible to be connected to more than one VPN server at the same time? For example, I have some batches running every 5 minutes that are using a VPN domain. I need to run another batch…
Frej
0
votes
1 answer

Connecting To FMS Server Issues

I am trying to get my computer to connect to an Adobe Connect server but I have had no luck. The error that Adobe is telling me is "ERROR: FMS Server did not return correctly!" and have done some narrowing down to figure out what the problem is...…
SameOldNick
  • 586
  • 7
  • 23
0
votes
1 answer

apache local network

I am trying to reach my local Apache from another source in the local network. The IP of the machine running Apache is 192.168.2.36, the os is xubuntu 12.04. Via this machine I can reach the Apache instance but it is not possible from any other pc…
dave
  • 3
  • 1
0
votes
1 answer

Enable: Asp.net connection pool monitoring with performance monitor

I'm a C# developer, but I'm running in a system management issue here. Intro: I'm suspecting that an ASP.NET application is having some issues with the connection pool and that the pool is flooding from time to time. So to make sure, I want to…
Maarten Kieft
  • 121
  • 1
  • 6
0
votes
4 answers

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) on subsequent connection through terminal

My sincere apologies for asking something that obviously has been answered before. The fact that I'm posting is that i would like to be absolutely sure since it's about a live server running currently. This is what happened. I'm accidentally the…
black sensei
  • 609
  • 3
  • 10
  • 25
0
votes
1 answer

Where do you find logs about connections on debian?

I installed nginx on debian and then tested it with wget localhost and wget 192.168.1.11 to see if it responds to simple requests. After this i changed the default root folder to /var/www and tried testing again. Now if i try wget locahost it works,…
nope
  • 113
  • 4
0
votes
1 answer

Mac Mini Server network connection issue

We have a Mac Mini connected to our network and are using it as our mail server which works fine. The issue is that we have a photocopier/scanner connected to the network and we can't send scan a document to email to anyone. We have the same type…
Eion
  • 9
  • 1
0
votes
3 answers

Schedule kill of port connections

We use VSS in our company, but have numerous cases were we can't backup the databases as users have locked them. Is there a way to schedule a kill of all connetions to the source safe service. Or any Rekommandation? Regards, Alan
AlanMcC
0
votes
1 answer

PCs losing connection to server

I'm going to try my best to describe the problem since I'm not the SysAdmin! At my office, we have multiple PCs who connect to a Microsoft Server 2003 - Entreprise Edition. We didn't do any modification to the server, but for some reasons PCs have…
Ebpo
  • 107
  • 2
0
votes
2 answers

Mysql too many connections but not visible in fullprocess list

I got a big problem, I guess it's something like a dos attack but I am not sure. Since this morning, my database is very slow and gives me 7/10 times a too many connections error or tries to login with www-data user (as following up of the too many…
user968898
  • 163
  • 1
  • 3
  • 12