I'm trialing a ubuntu server 12.04 LTS to replace a Windows Server that I use but I have got a little stuck with SSH
I'm currently able to SSH into the server but I need to have multiple persistent SSH connections as I have at least 3 applications that need to run in the server and still be able to access their terminals to issue commands to the applications.
I am woking on Ubuntu 12, python2.6 and Django1.2.x which is my test server.
And I run a Django project on my test server using below command:
python manage.py runserver 0.0.0.0:8000
The server can work for most time(I let it run on 7X24 for other teammate to access it), but sometime it would suddenly not work:
Browser shows me that "server not available" when I try to access it.
And of cours
I have a subversion server in my ubuntu box. But with many projects (a big one but with 4 apps concurrently and in differents languages) I would prefer to have a different subversion server for each one, but in the same box.
Could it be possible?
Now I'm using subdirs for each one in the same server. It works, but...
I want to figure out how many connections my Server can handle. Thats why I wrote a script which actually creates a lot of connections (websocket-connections).
This works find until 200 Connections then it stops!
What I've Done:
I've successfully installed and configured Subversion Edge 3.1.2 with LDAP support on a Windows 2008 server. I have configured LDAP users and am able to use LDAP credentials to work on repositories just fine. No issues whatsoever.
I have a Linux server (Ubuntu 10.04) running apache2 and PHP. Everything runs fine when accessing a page from any browser from another Linux machine or Mac. But when I try to access a page from any combination of Windows machine and browser I get about a 30 second delay before the page comes back. Accessing a plain old HTML file from the Windows browser runs lickity split.
Sorry in advance, I'm pretty new in server configuration.
So I followed this tutorial to install Subversion on my CentOS server. I'm at the part I should test the URL to make sure I can access it and that it's password protected, but it's not working, I can't access it.
What is wrong? Is there some config missing? I don't know what more details to give, but if you need some, please ask!
A company which our agency works for got a Windows Server 2008.
I've had the job to install an FTP-Server (FileZilla Server) on this Windows Server 2008.
Now my problem is that the server does not accept most of the connections.
VPN-Connections to this server work [even from outside], but ftp from outside the local network does not work.
I've also written a little tool to test which connections
I have a weird issue which is just affecting one of many sites on my Windows 2003 Standard server (running IIS6). I'm not a server admin by the way, but the company who manage my server don't seem able to help :(
Basically, there is a site on the server which has an 'admin' folder which contains some simple content management system files.