Questions tagged [connections]
85 questions
0
votes
0 answers
HTTP/1.1 500 ERROR in Apache Tomcat 9.0.31
We're really looking forward to your advice on this topic.
This issue we face in an application, using Apache Tomcat release 9.0.31.
The HTTP/1.1 500 error message, we never saw it with Apache Tomcat release 9.0.22 (which we had before).
From a…

Justin
- 1
0
votes
1 answer
Routing all Traffic through a VPN Node while accepting incoming WAN Connections
I want to route all traffic through another VPN-Node, while:
Keep the Connection to the VPN-Server active (already works)
Still accepting WAN-Connections on that Client.
My Client Node Configuration:
# 35.1.1.1: WAN IP of VPN-Server
# 192.168.8.1:…

Arakis
- 361
- 1
- 2
- 7
0
votes
1 answer
Why does a MySQL select sometimes not create a "client connection"?
I'm doing some testing (on my dev server) to help me figure out what is causing the ever growing list of connections on my production server. My assumption is that there are certain pages that are not closing the connection using mysql_close(). So…

Vincent
- 808
- 1
- 9
- 12
0
votes
2 answers
How do I change MySQL wait_timeout in production environment at runtime?
I'm running Windows, IIS, MySQL, PHP.
In my.ini under [mysqld] the value for wait_timeout is set to 60.
wait_timeout = 60
But when I execute the following:
show variables like 'wait_timeout';
It shows me that the value is 28800, which I know is…

Vincent
- 808
- 1
- 9
- 12
0
votes
0 answers
Is this a normal number of database connections?
Check out this graph of my database connections. I am running a Postgres database on Lightsail, and I am connecting to it from a single Ubuntu instance running a single instance of Express and Sequelize. While I'm very comfortable with all of this…

Glenn
- 101
0
votes
1 answer
MySQL shows lot of connections
I checked my MySQL process list using "show processlist;"and it is showed nothing, But I used "show status like 'Conn%';" to check the connections and it is showed me around 9K connections. Is there any issue on the server.
Please clarify about…

Support
- 1
- 1
-1
votes
1 answer
Prevent proxies connect in my dedicated server
I have one dedicated server, and I use IPTABLES for firewall. Recently, I received a lot of connections (attacks) using proxies to change IPS, and bypass firewall. Have anything do, for prevent connections by proxies? Any rules in iptables to check…

DevLight
- 1
- 1
-1
votes
2 answers
FTP sites can't be accessed from GUI programs, only command-line
We have a Windows Server 2012 R2 box, running IIS 6.2 (Build 9200).
This is a Rackspace server.
The server was running one FTP site, with no issues.
We had worked with Rackspace originally to get the right ports opened in their networking…

eidylon
- 358
- 1
- 7
- 20
-1
votes
1 answer
Connecting two GNS3 setups in two VMs in the same PC
How do i connect these two gns3 setups in different VMs? It's all in the same PC. My end goal would be to ping each VPC to each other. I am already able to ping VPCs in with different VLANs but only within the same VM.
A visual representation of my…

Gef
- 1
- 1
-1
votes
3 answers
3x networks, hardware in 2 locations, 1 connection to join them
Sorry it was hard to think of a title for this, so hopefully I can explain my situation.
We have hardware (unix servers) on 3 different network subnets. For example:
10.44.1.0
10.44.2.0
10.44.3.0
All on a 255.255.255.0 subnet
There isn't much on…

PhilJ
- 1