Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Remote File Server And Web Server


I own a file hosting site. The site is powered by 2 servers - 1 front end web and database server, and 1 where all the files are stored.

I'm facing a problem that uploading and downloading often failed. Connections to mysql would timeout.

Has it to do with mysql settings or because the file server is located at a distance from the sql server?

(my.cnf on the sql server)
[mysqld]
skip-locking
skip-innodb
max_user_connections=6000
max_connections=6000
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Upload A File On A Server To A Remote FTP Server Via SSH?
Is there any way I can upload a file on a server to a remote FTP server via SSH?

View Replies!   View Related
Identifying Remote Web Server Software
Short of installing nessus, for a possible one off operation, is there an easy way of identifying what OS & web server a remote site is using?

View Replies!   View Related
File Hosting On A Web Server
is there a way that i can have a web server that runs windows server 2003 and be able to have file hosting on it...so people can upload files to it and be able to access it without having to have a domain name?

View Replies!   View Related
Uploading File To Web Server
i have a problem trying to upload files to a server, when i try and upload a file, (.htm) i get a message: file already exists (even though it doesn't), which if i then say to overwrite, it creates an empty file of 0mb, (with the name of the file i am trying to upload).

i don't know a great deal about web servers - are there any web server settings which may be causing this.

View Replies!   View Related
Web Server - File And MySQL Backups
how to achieve the following:

We have a dedicated server, on which we hosts about 15 sites. I am needing to:
Backup each site individually (all files)
Backup each Db associated with each site
FTP to our own in-house ftp server

I have been searching around all afternoon, and possible solutions to each point above are the following:

Iterate through each top level folder in, say /var/www/vhosts/ and tar each folder individaully

I have only been able to do a mysqldump the whole server, and have only found scripts into which you have to manually specify each db if i need separate backups for each one done

Not an issue, we currently have backups from a separate server running

Is it possible to set this all up in one, top-level cron job?

View Replies!   View Related
Remote Upload To Server (url/server To Server)
I looked a lot - can not find solution ....

I want to transfer a file from [url]to [url]or [url]Without it will pass my localcomputer (slow upload)

It can be also a script i will install like this one - this is only for images
[url](remote)

View Replies!   View Related
From Remote Server To Remote Ftp
how to transfer file(s) from remote server to remote ftp using ssh(on remote server)?

View Replies!   View Related
Remote Spamassian With Multiple Mail Server (Smartermail Server)
Remote Spamassassin for Multiple Smartermail Server

I want to setup Remote Spamassassin(On Linux) for Multiple Smartermail servers. I want to the setup the spamassassin on a linux box

How i can setup this with multiple smartermail servers.

View Replies!   View Related
Improve Performance- Web Server, SSH Server, And Mail Server
I've got a VPS which is serving as the main server for a number of sites. Web Server, SSH Server, and Mail Server.

What I've got running:

Apache2, PHP5, MySQL5, Dovecot, Postfix

One of the sites is a growing forum with a MASSIVE photo album. This is the site where I notice the most slowness.

Changing the server software is not an option - Only optimization.

Quote:

Originally Posted by httpd.conf

ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 5
<IfModule prefork.c>
StartServers 8
MinSpareServers 8
MaxSpareServers 13
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 50
</IfModule>
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
Listen 80
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule logio_module modules/mod_logio.so
LoadModule env_module modules/mod_env.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule info_module modules/mod_info.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule cache_module modules/mod_cache.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
Include conf.d/*.conf
User apache
Group apache

Quote:

Originally Posted by my.cnf

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

View Replies!   View Related
DB Server For Remote Client/server App
if there are any hosts you would recommend working with for hosting a DB app (MySQL or SQL Server is fine). The trick with many hosts is that the database is not made directly available to remote clients due to security reasons. What I'd like to do is provide the DB hosting for a client/server application we are developing. For many of these users, setting up and managing a database will be too complex, so I'd like to provide the hosting for them.

Additionally, we'll be starting small and will need room to grow -- probably up to fully dedicated hosting.

So -- any good experiences out there with this kind of hosting? It goes far beyond the usual specs of bandwidth, disk space, etc. into needing low server densities, high availability of the DB service, and most importantly, no plans to block remote access to DBs in the future...

View Replies!   View Related
New Server Without OS (Remote FTP Backup Server)
I just purchased a new server with 4 hotswap HDD of 250GB each and reload with new CentOS 5 without any host control panel.

The purpose is to backup all my other Cpanel servers data remotely. All my Cpanel servers are fully managed servers. This is the first time i'm going to do all things by myself, so I'm really a newbie. Please don't advise me to hire a server admin because I end up learning nothing I need to learn..

1. My first step now is to secure & harden the server.

- Can anyone mind to share with me valueable knowledge of basic server security & hardening? I was also thinking to use sudo root password which my serveradmin actually did but I don't know how. But su - access level would be OK too.

- I also need to install firewall and close all kind of port and block all SSH connection from all kind of IP except my server & my own IP address only. Can anyone provide me a guide?

2. Secondly what I need is to install FTPd and create user for each hard drive with 2 directory inside.
/sda/server1/
/sda/server2/
/sdb/server3/
/sdb/server4/
/sdc/server5/ (reserved for future server)
/sdc/server6/ (reserved for future server)
/sdd/server7/ (reserved for future server)
/sdd/server8/ (reserved for future server)

Does anyone knows where to find documentation how do install ftpd and how to setup user pointed to the specific directory.

View Replies!   View Related
Put A .FLV Format File On A Web Page With Out Using The .swf File?
how to put a .FLV format file on a web page with out using the .swf file?

View Replies!   View Related
File Server Setup With Nginx...how Do I Choose The Config For The Server
I just want to use a server for file sharing, it will have nginx and that's it. I'm looking at centos, or freebsd, but I been using centos forever now and I'm not sure how to use freebsd, should I just stay with centos?

Do I tell my hosting provider to just install the OS and give me ssh action and that's it? Don't install any control panels or any other stuff? I want one domain and one subdomain on it though and ftp action.

View Replies!   View Related
Remote File Access
if there's an OS where that is possible?...i'm probably in the wrong section at this point, but i was thinking about using Remote Desktop to accomplish this...something like a Virtual Private Network... but i don't have XP pro or any other system that could act like a server...

my goal is to allow staff working off site to easily access files through windows programs like ms word or ms excel to save, edit, etc -- files would be located on the web server or on a network computer on site (not necessarily a network server)

View Replies!   View Related
Remote Desktop And File Transfer
I want to set up my desktop to be kind of a database. So I can access all my files on my home desktop, from school. (and be able to back up all my files on my reliable desktop as opposed to my not so reliable lappy)

Then the next thing I wanted to do is to be able to access my desktop using remote access. So I can control everything on my desktop, while I'm not there.

My laptop is running Vista Home Premium, I dont think that matters too much. But my desktop is running XP Home Edition.

I have a no-ip account. but I dont really know what my next step would be, I'm guessing to make a sort of FTP on my desktop? and I have NO clue how I'd do the remote desktop.

View Replies!   View Related
Import File From A Remote Backup Space
How I can import my backups from remote backup space to my VPS.

View Replies!   View Related
Mod_Security Log File On Remote Box
I have mod security installed on my box!

i want to make the mod_security logfile "audit_log" created on a remote box instead of the local "/etc/httpd/logs/audit_log"!

how to do that?

View Replies!   View Related
Connecting To Lotus Notes Server From A Non Domino Web Server
I'm running a local department website using xampp (apache, php, mysql) and we have a corporate lotus notes mail server. Is it possible to connect to and send mail via lotus notes using something like sendmail running under xampp?

View Replies!   View Related
Create Web Server Using Windows 2003 Server
I have three machines in network. One is server with Windows 2003. And rest two are having Win XP Professional and MS Office with Publisher. I want to create website using Publisher on one machine and put to Web server created on Win 2003 server. So that other machines on the network can browse my thsi local website.

View Replies!   View Related
Remote Clamav Server
I would like to know if its possible and if someone is using a remote clamav server to check the messages against viruses.

We are running around 15 servers and all of them have the clamd installed, and we waste time upgrading the software, database and also monitoring many services that are exactly the same one.

Our idea is to setup a central server that those 15 servers will send the message for checking first.

We are running cPanel and Exim on those 15 servers.

We have implemented remote spamassassin checking this week and its working like a charm.

View Replies!   View Related
Getting Remote Access To My Server
I would like to setup my server to allow remote access from home. It's on an office network which is separated from the WAN by a router. So long as I'm on this network, I can access the server from any computer connected to it. I enter the https URL of my server through IE and it brings me to the helm interface (the one that comes with Windows Server 2003). I can click on Maintenance and then on Remote Desktop, and it opens a new window with the server's desktop displayed.

If I'm somewhere other than the office network, I can't access it. IE gives me a "can't find webpage" message (or something along those lines). How do I setup my server to access it from outside the office network. I'd prefer to have a similar graphical interface as Remote Desktop.

View Replies!   View Related
Remote Ubuntu Server
I installed ubuntu server on my server

my os is windows xp

how may i remote to ubuntu by windows?

View Replies!   View Related
Email On A Remote Server Through Google
A client has told me that his brother wants to put the company email on a remote server through Google. Currently the email goes via the hosting company.

He has asked me to send his brother the username and password for "updating domain information" so he can demonstrate what he is suggesting.

I am not really sure what he wants (as I always set up email via the hosting company and am not familiar with any other way): domain details or hosting company details with the email passwords etc? If the latter, I am not too happy about giving him access to all the website files that I am responsible for.

Does anyone know what he is talking about?

View Replies!   View Related
Remote Domain Name Server (DNS)
I've got a client using zoneedit.com and their domain.tld is being redirected to the right ip, however, it gets redirected to our main site. but, if you type in domain.tld/index.php its fine.

running cpanel

i'm lost.

View Replies!   View Related
Remote Backup Solution For Server
backup service for my dedicated server that can do the following:

Take backups of the server without my laptop being involved when the backup takes place.

(So I can take a vacation for two weeks and have my laptop turned off - while backups still taking place).

Strangely I have found it impossible to find such a service ... All services I have looked at require my laptop is turned on and running some software while backup of server is takeing place.

View Replies!   View Related
Dedicated Server With Remote Desktop
I am hoping to find a dedicated server with the following specs or similar...

Processor: 3.00GHz or 1.8GHz Dual Core
RAM: 1-3GB
Hard Drive: 20-50GB (Yes, I realize most dedicated servers don't have drives this small.)
Windows preferable
Remote Desktop Access
30 GB Bandwidth

I plan to use this for running autoclickers and that sort of thing so that I don't need to worry about them on my PC. If anyone has any suggestions, please let me know! I realize this is an odd request.

View Replies!   View Related
Remote Cpanel Server Backup
i run cpanel on centos,

and i backup all websites and system setting to the 2nd hd by whm's backup feature everyday,

i want to ask if any script or method i can backup all the files to another server in a period of time,

it may be a week or 3 three days...etc,

View Replies!   View Related
Windows Server Remote Desktop
to install a server for data sharing. My user want a Windows server with remote desktop to write, edit and share document.

The server will host 5 users. one admin and 4 users. each user will have there own account and folder. The user will update word files and save it directly on the server. The admin will have access to each directory (like a fileserver).

I want your recommandation for the share, the OS and the upgradability

View Replies!   View Related
Setting Up Remote Sql Server
i am trying to setup a remote sql server , the web server which runs everything but sql is cpanel/WHM and the SQL server is Centos 5. I have installed mysql on the SQL server and it is running.

When i put the information in cpanel for remote sql setup it comes up with an error of :

usr/bin/mysqladmin: connect to server at 'IP Address' failed error: 'Host 'hostname' is not allowed to connect to this MySQL server' mysql has failed, please contact the sysadmin (result was "mysql has failed").

Is there something i have to enter in the remote sql server to allow the IP address of the cpanel server to be able to connect to the SQL server?.

View Replies!   View Related
Advantages Of Remote MySQL Server
What are the advantages of setting up a remote mySQL server?

If I do set one up, where do I go to look for one and what specs will be recommended?

View Replies!   View Related
Remote Dedicated Mysql Server
i am getting mysql down issues with my current dedicated server. I would like to move my database to a dedicated server where only mysql will be running. Just wondering if this will be faster than the localhost? I have planned to buy dedicated server from another hosting company so definitely there will be a good enough connectivity distance.

View Replies!   View Related
Move Mysql Db From Remote Server
how can i move mysql db from remote server ? (via SSH or most pratical way)

suppose that...

source server
domain : google.com
host : localhost
user : zode
pass : 123
db : source

destination server
domain : yahoo.com
host : localhost
user : hala
pass : 456
db: target

View Replies!   View Related
Remote Mysql Server In WHM
I see option to setup remote Mysql server in WHTM but wonder can i connect 2 servers through private network then fill in Remote server address something like 192.168.1.2.
If it is possible it would save me a lot of bandwidth for both servers.

View Replies!   View Related
DDos And Remote Mysql Server Two
i have two server one for running apache and second is sql server.Now come to problem.

I have a very strange type of ddos attacks on my httpd server and due to these attacks my apche server failed many times (10 to 15 times)in a day.

When i checked max http connection use by a single ip then i am surprised to see that my remote sql server ip is using maximum of http connections and behind this there is some other ips whose doing the same.

I installed media layer it seems to work fine for me but suddenly he blocked my remote sql server ip due to using maximum http connection lolz its very strange any body please help me out of this problem.

View Replies!   View Related
Mount A Folder On A Remote Server
way that you could make a specific folder be on another server?

Meaning I have server1.

Server one has a folder "/backup" and that folder would really be a folder like an ftp folder on another server(server2).

View Replies!   View Related
Remote Logging, To See Which Server Is Using Most Bandwidth
Does anyone have an app they use to track the bandwidth/usage for each connected computer/server?

we have multiple servers hooked up to one internet connection, all running miscrosoft windows software. Ideally i would like ONE of the servers running microsoft 2003 to log all others network usage.

All the servers do different things, so it would be great to check which are under most demand etc.

The other thing is, naturally i dont have screens for them all, only one. So this is the main reason for remote logging. Would be hassle to have to Remote desktop into each one to check how there doing every hour etc.

View Replies!   View Related
Different Local Remote Server Types
I cannot find a suitable forum for this query so here goes on this one!

I am doing a charity site as a voluntary exercise. They currently host with Eclipse who have the Zeus server (site developed in Frontpage).

This is not an open source server. Thing is, what are the issues of say developing on my loacal machine (apache or IIS5) and having the remote being Zeus. I use Dreamweaver 8 for developing.

I would of thought this does not matter as the server technology is transparent and down to configuration files. The directory structure both ends can be the same.

Am I right to go ahead and not worry about this?

View Replies!   View Related
Remote SQL Connect Web Hosting
shared hosting for multiple websites, but I have some specific requirements:

1) Remote connections to a SQL database (using SQLCompare)
2) ASP.NET 2.0
3) A decent control panel to set things like subdomains up

Other features such as disk space aren't as important to me. I'm just having trouble finding any hosting that allows remote connections. Right now I'm using godaddy and it's great... just no remote connections.

View Replies!   View Related
Windows Media Server & Web Server
I have a company that wants to stream some live events via Windows Media Encoder/Windows Media Player. I believe the best route is to use a WMS, stream to the WMS, then the CDN would pull from there for events. Can someone help me explain a Windows Media Server versus a web server? Can you host web sites on a WMS? Is WMS just an extension to a regular Windows 2003 server?

View Replies!   View Related
Web Hosting On Same Server As Game Server
Does a typical LAMP setup for a high enough traffic site(s) take enough resources to affect the performance of a game server? (we'll say 1million page views per day)

I'm speaking of say, 2MB of ram, dual xeon 2.8 type machine, with IDE drives. Nothing too fancy. 1 milion page views per day may be pushing it, so what about say, 200 per day?

Just wondering if anyone has a setup like this and how it fairs out at the game server end. I'm thinking of moving my websites over to my game server + add more sites over time, but don't want it to lag the game. I know as a fact bandwidth would not be the issue, I'm thinking more ram/cpu. The game I host (Ultima Online) uses very little bandwidth with even 30+ people online. I use less then 1% of my link capacity at most times. I've seen it spike to 5% and that's most likely when I was downloading data.

View Replies!   View Related
Network Web Server And Database Server Together
I am going to setup our new database server (call it beta) in our data center. Previously we only had one server (call it alpha) which was web, email, ftp, dns, and database. Beta is taking over alphas database duties. We have a Sonicwall router/firewall as our main connection access point.

I am trying to decicde if we should simply connect alpha and beta together locally via a gigabit crossover cable, or if I should connect beta into our sonicwall router/firewall.

Beta does not need to be outside accessible at all. So if I connect beta to the sonicwall I simply would not open any ports.

What do you guys think is best for performance and the overall right way to do it.

View Replies!   View Related
DB Server And Web Server In Different Data Centers
DHas anyone got experience of having a web server and db server setup where the servers are in different datacenters? Is this a viable solution or would the performance of sites suffer too much due to the added latency? The only other problem I can think of is additional bandwith usage but that's not a major worry.

Reason I ask is beacause I've found and excellent deal for a DB server and would like to keep my current server for the front end..

View Replies!   View Related
Media Server Or Web Server + NAS
I currently use a Dedicated Server:

Quad Core, 8GB Ram, 3TB HDD

as a Media server which streams video clips etc... on my websites.

But Im moving my sites to a UK colo,

I have been advised that its better to have Multiple Web Servers connected to a NAS / Storage Server?

As I dont want to have multiple servers doing seperate jobs I want 1 cluster e.g. Web Servers + Load Balancers + Storage + SQL

I Purchased a HP StorageWorks NAS 1200s 1TB

LINK: [url]

Will this do the job? Or should I use this as backup storage and get something else?

View Replies!   View Related
How To Setup A WEB Server Which Talks With DB A Server
I have been shooting away a lot of questions on these forums lately, but you guys have been very helpful. Thanks.

My problem is this. We are going to get rackspace. Then we are going to purchase two servers. The first (WEB) is a httpd, dns, ftp, smtp, pop3 server. The second (DB) is purely a database server which will run mysql and mssql.

The first server (WEB) runs a asp/php applications that need to connect and talk with the database (DB) server.

I was thinking of only connection the WEB server to the physical internet through the co-location drop. Then connecting the WEB and DB server directly via a CAT6 cable. Both servers will have gigabit NIC cards. Then in theory in the asp/php applications all I have to do, is point them to the local ip address of the DB server as this should work.

Is this a good solution? Will speed be an issue, the delay from talking to the WEB server and talking to the DB server?

I was thinking this is more secure, because the WEB server is the only machine physically connected to the internet, the DB server is not. Though, is it true, if hackers compromise the web server, they then would be able to compromise the DB server as well via the WEB server?

I am open to suggestions though, and better ways of setting this up.

View Replies!   View Related
Server To Server File Transfer
I have a unique tool to move your files from old host server to a new one because of some reasons.

Find it out later in my post......

View Replies!   View Related
Users Cannot Connect To Remote MySQL Server
I have a few users that have a hosting account with me and are trying to connect to their own MySQL servers elsewhere. Both said that they are able to connect to the MySQL server with other hosting accounts but not the ones hosted with me. I asked if they had setup permissions to allow remote connections from my server and they confirmed that they did.

What am I missing? Do I need to configure my firewall somehow? I figured the connection is just using port 80 since it's from an PHP script right?

View Replies!   View Related
Separate/Remote Mail Server For CPanel
I've been looking around on how to do a remote mail server for cPanel.

I am talking about two separate dedicated servers. I want this first server to serve as the mail server of my second dedicated server.

View Replies!   View Related
Remote Desktop On Windows 2003 Server
I am having a VPS and tried to use RDC from home and it i working. But from my office I couldn't since it looks like RDC is blocked when connecting to out of LAN.

I have tried with the support to change the ports couple of times but still didn't work.

I tried: GoToMyPC, IRemotePC etc. But I believe these 3rd part software doesn’t work in Windows 2003 Server.

how to overcome RDC problem or web service or web service that can work on Windows 2003 Server for RDC?

View Replies!   View Related
Backup Of MySQL Database To A Remote Server
I have a 1GB MySQL database (compresses down to 300MB) and would like an automated method of backing it up to a remote server. Both accounts are shared hosting accounts (if it matters, both are running CPanel, no shell access on either).

View Replies!   View Related
Decompressing Files On Remote Server Using SSH
I uploaded a .tar.gz file to my host & want to decompress it on the server to avoid long & painful FTP uploading. I read so far that this is possible using SSH with command line, but I searched for the appropriate command to no avail so far. SSH (& SFTP) connection to server established successfully & I'm using WinSCP.

View Replies!   View Related
VPS: Unable To Access Remote Server
I have an outsourced project where someone from India is developing a program for me but we keep running into a problem that I can't find the solution too.

Every time we try to use our program to access one of our private squid/proxy server we receive an error back.

Type: System.Net.WebException
Message: Unable to connect to the remote server

Our VPS is a windows 2003 server and I'm pretty sure that one of the services is blocking the program or anything from accessing a remote server. By the way I disabled the firewall and I'm still having problems .

View Replies!   View Related
Cheap Server With 100Mbit For Remote Backups
cheap dedicated server for remote backups with at least 200GB hard drive and 100Mbps up/down connection and 1000GB transfer. It would be the best to be in US, but it can also be in Europe if speed from US can be at least 60Mbps.

The best I found is Hetzner (49 eur), but they are in Europe and they have a 99 eur setup fee which is too much for me.

It would be great that it's even cheaper than this, because this Hetzner server have a dual core AMD 5600+ CPU, 2x400GB HDD and 2GB of RAM, so because I don't need all that I was hoping to find even cheaper Celeron or Sempron with 200GB HDD and 512MB or 1GB of RAM in US.

View Replies!   View Related
How Can I Connect My Printer With My Server,and Remote Print
i rent a server,and i also have a printer on my office, how can i connect my printer with my server,and remote print?

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved