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.







Socket Restriction?WINDOWS VPS


In VPS WINDOWS machine does any of the providers offer outgoing socket connection for my apps.?

or is it restricted?


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Virtuozzo : Getpeername Error 88 (Socket Operation On Non-socket)
When trying to migrate a server to Virtuozzo i get the following error : getpeername error 88 (Socket operation on non-socket)

Anyone got any idea what this might be?

View Replies!   View Related
Can't Write To Data Socket. Socket Error = #10054.
"Can't write to data socket. Socket error = #10054. fix?"

search around a few websites couldn't find a fix.. just people chatting about there error

View Replies!   View Related
Socket F <-> Socket 940 Heatsinks
If you have a socket F m/b, does a socket 940 heatsink works nicely on a socket F m/b? I can fit the original socket 940 heatsink on a socket F m/b but I am not sure whether there are any cooling related problems?

According to the thermal design guide, it says:

Quote:

The heat sink, fan, mounting spring clip, and thermal interface material used for the AMD PIB thermal solution for socket F (1207) processors are the same as the heat sink, fan, mounting spring clip, and thermal interface material used for systems based on the socket 940 processor.

The plastic retention frame, made of 20% glass-filled Lexan, is a two-piece implementation rather than the single-piece frame used for socket 940. This change accommodates the larger foot-print of socket F (1207) processors.

[url]

So are they interchangeable?

I do have socket F heatsinks just to save the hassle of testing and breaking things.

The reason I am asking is that it is tough to find socket F heatsinks here, and there are some socket 940 HSF floating around so I might as well use socket 940 HSF when somehow the ones that I have are not working or I run out of socket F coolers.

View Replies!   View Related
File Restriction
I'm trying to restrict what file types can be upload within a certain folder can this be done using htaccess.

View Replies!   View Related
Open_basedir Restriction
About the 29th of last month my crons quit working properly, they are still ran but they did nothing.. I finally found out that its giving me an open_basedir error...

I am trying to run the crons from /home/<user>/crons/...
The first few lines of the PHP Code includes some required files that are used by the rest of the site...

PHP Code:

$root_path = "/home/<user>/public_html/";
include($root_path . "includes/common.php"); 

However, when the cron is ran I get the following email...

Quote:

X-Powered-By: PHP/5.2.1
Content-type: text/html

Warning: include() [function.include]: open_basedir restriction in effect. File(/home/<user>/public_html/includes/common.php) is not within the allowed path(s): (0) in /home/<user>/public_html/live.php on line 7

Warning: include(/home/<user>/public_html/includes/common.php) [function.include]: failed to open stream: Operation not permitted in /home/<user>/public_html/live.php on line 7

Warning: include() [function.include]: Failed opening '/home/<user>/public_html/includes/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/<user>/public_html/live.php on line 7
test
Notice: Undefined variable: db in /home/<user>/public_html/live.php on line 11

Fatal error: Call to a member function query() on a non-object in /home/<user>/public_html/live.php on line 11

WHM 11.11.0 cPanel 11.15.0-R17665
CENTOS Enterprise 4.5 i686 on standard - WHM X v3.1.0
Apache version1.3.39 (Unix)
PHP version5.2.1
MySQL version4.1.22-standard

(Paths have the correct username, I replaced the usernames with <user>...)

View Replies!   View Related
How To A Shell With A Restriction As Not Run Gcc
how to a shell with a restriction as not run gcc, screen, limit process to use or not use, run programs like bg process etc etc.

View Replies!   View Related
Hosting Without Number Of Email Restriction
I have a custom made server side bulk email application. My current hosting service does allow unlimited emails (most restrict to around 3-500 per hour) but im having other problems with them.

As such I need a new host for this tool. I send around 45,000 emails as newsletters to my site members about 10 times a year.

I know that a dedicated server is a obvious solution but I dont want the management headaches and higher costs that go with it.

Has anyone got a shared hosting solution that doesn't restrict email numbers or atleast has much higher limits?

View Replies!   View Related
ASP.NET Restriction On 1and1, Is This Normal?
I am running asp.net on my 1and1 "shared" hosting account. I just was told I could not add a simple .mp3 player control because it requires "higher" security. I only have "medium" security. They could only suggest a dedicated server.

Is this going to be normal amongst all asp.net hosting companies? Are most asp controls at the higher security level?

Is there a hosting company that gives this to you as a shared customer?

View Replies!   View Related
Chdir Not Working Due To Open_basedir Restriction
I am trying to use chdir() in one of my scripts. However, I am getting an open_basedir restriction error. I have checked the php.ini and the value is not set (which as I understand should disable open_basedir).

View Replies!   View Related
Open Basedir Restriction Error Refers To Another Username
One of my users...let's call him "fictional" is getting the following error message:

---------
Warning: Unknown(): open_basedir restriction in effect.
File(/home/fictional/public_html/blablaja/index.php) is not within the
allowed
path(s): (/home/hurz/:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown
on line 0
---------

The strange thing is that the error message refers to another user on my system...named "hurz". Why does it refer to this other username? I looked at the virtual host in httpd.conf for user "fictional" and everything seems alright there:

<IfModule concurrent_php.c>
php4_admin_value open_basedir "/home/fictional:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp"
php5_admin_value open_basedir "/home/fictional:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule !concurrent_php.c>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/fictional:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/li$
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/fictional:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>

View Replies!   View Related
Socket
This is on a Debian VPS with Apache installed. I figured this forum would be more appropriate because I think this is an OS level issue. I'm running a basic php client / php server. The php script is requested by the web browser and connects to the php server on the backend. However, if I connect more than a few times by clicking refresh I get this:

Warning: fsockopen() [function.fsockopen]: unable to connect to 127.0.0.1:1240 (Unknown error) in /home/www/client_connect.php on line 3
error opening fp
It should also be noted that I've gotten this same error when I try to do over 20 simultaneous connections with stream_sock_client() running from the command-line (non-root). Or when I try to connect to my backend from my frontend.
Warning: stream_socket_client(): unable to connect to xx.xxx.xx.xxx:1838 (Unknown error) in /home/adam/server/test.php on line 488
failed to connect to xx.xxx.xx.xxx:1838 errno:0 errstr:
~/www$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
max nice (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) unlimited
max rt priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) unlimited
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

What can I do to trouble shoot this?

View Replies!   View Related
Apache And Socket
I've a strange problem with my flashchat realized on php and xmlsocket.

I premise that chat works fine with 100 concurrent user.

But When the number rises, and I've been to 350 users at the same time, something happens to the server which makes the whole thing freeze.

After I eliminated just about everything that can go wrong with the php side of things, we came to the conclusion that this must be something related to the apache, since if before the php socket server went bad on account of an error, we simply needed to relaunch the php again, and everything would start up and work just fine untill the next crash.

We have a unix server, using Apache 2, php 4.something or 5 (but again, problem is not there), did anyone knows what this could be? are we passing some limit of sockets connections Apache has that we don't know about? a limit of data transfer we are breaking? my script, when running and holding on to 300 users, use about 2-3 Mbit of bandwidth, nothing to get excited about.

View Replies!   View Related
PHP Socket Server
Is there anywhere where I can run a php socket server that is not a dedicated server.

I doubt that there is, but you never know maybe out there somewhere there is someone that allows this.

View Replies!   View Related
Socket Application Hosting
I am currently developing a PHP socket server for a flash application that needs constant client -> server communication. I understand that this is not typical for hosting solutions so does anyone know of a host that would allow me to run a custom application running on a non-standard port?

View Replies!   View Related
Outgoing Socket Coneection
In VPS WINDOWS machine does any of the providers offer outgoing socket connection for my apps.?

or is it restricted?

View Replies!   View Related
MySQL Can't Connect To Socket.....
I saw following error in some of my site in my server.

Coppermine critical error:
Unable to connect to database !

MySQL said: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

or following error :

Invalid mysql server connection

Please help me how can I resolve this error !

/etc/my.cnf :

[mysqld]
datadir=/var/lib/mysql
skip-locking
skip-innodb
skip-networking
safe-show-database
query_cache_limit=1M
query_cache_size=16M ## 32MB for every 1GB of RAM
query_cache_type=1
max_user_connections=200
max_connections=500
interactive_timeout=10
wait_timeout=20
connect_timeout=20
thread_cache_size=128
key_buffer=64M ## 128MB for every 1GB of RAM
join_buffer=1M
max_connect_errors=20
max_allowed_packet=16M
table_cache=1024
record_buffer=1M
sort_buffer_size=1M ## 1MB for every 1GB of RAM
read_buffer_size=1M ## 1MB for every 1GB of RAM
read_rnd_buffer_size=1M ## 1MB for every 1GB of RAM
thread_concurrency=8 ## Number of CPUs x 2
myisam_sort_buffer_size=64M
server-id=1
collation-server=latin1_general_ci

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

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/lib/mysql/mysql.pid
open_files_limit=8192

[mysqldump]
quick
max_allowed_packet=16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[mysqlhotcopy]
interactive-timeout

My server details :
1 GB RAM
P4 3.00 HT

View Replies!   View Related
Socket Access In Shared Hosting
we will need to do outbound socket programming in PHP. Will the code work under shared hosting? Will hosting providers allow it? or maybe some allow?

View Replies!   View Related
What Is Best Socket Am2 940 Cpu
I am working on doing some various upgrades to my workstation computer. I got it back in Nov and have been adding to it every since. The motherboard was bad when I first got it so I had to buy a new one. I already had an athlon 5600 so I figured I would get the mobo for that. Upon advice from various people I got the abit kn9 sli, for socket am2 940 processors and nvidia nforce 570 sli mcp

I am wanting to upgrade the processor now but I havent really found much info on what would be the highest level processor I could drop in. I know the phenoms dont work and some have told me that the athlon 6400 would be the biggest i could drop in but that isnt much more then I have now so would be no point.

So basically I was posting to see if anyone knew the best processor I could drop in this or the best socket am2 940 processor there is

View Replies!   View Related
Selling A 4 Socket Enterprise Server
I have a somewhat unusual question for a hosting forum, but it seems to fit here reasonably well. I figure that anyone who does colo would know about buying and selling servers.

Right now, I have a very high-end system, basically a Sun V40z:
[url]

It is fully configured with processors, memory, but only has a single hard drive currently. The system comes with a built in management processor and OS; from the console you can boot/restart the server, check which DIMMs or processors are working (or failed), etc. It has been barely used, and is in mint condition.

I'm thinking about selling it, because I'd prefer a smaller, more compact server.

Where do you guys go to sell servers? Based on listings here, the server seems to sell in the range of 20K, with a warranty of sorts (30 days):
[url]

Obviously, I can provide no warranty, but I have pretty much the same configuration.

It's meant to be a pretty high-end database server, and I just don't need this many horsepower.

View Replies!   View Related
Missing Data In Server Socket Application
i developed a socket application to recive data from port.this application recvng data from a unit through port no 4444(Vehicle Tracking unit). this application recvng data and evrything is ok....but some times no anydata is coming in to this application.for eg:if application recves data 2 days after that 2 days it will recve one or two data only....again after 2 days it will recve all data correcly....that means lot of missing data we have....my question is whether this missing data is bse of my socket application or unit?

The manufacturing company telling us unit is sending the data continuiously..but some times this socket application is not recvng data in 2 days interval....i dont know how to solve this issue....is any other setting is required in server to recve data continuously....

i think socket application 100% is ok...unit maufactures telling unit also sending data continuously...then where the problem is???can anybdy share ur idea about this?

View Replies!   View Related
Two Sessions Active At The Same Time With Same Socket Application
i hosted one server socket application in my dedicated server which is recving the data from different units(vehicle tracking system) through port no 4444.in dedicated machine i am keeping one active session always...that means my socket application exe is opened always in an active session ie sectionA.This session is not logged off insted i used to close the rdp for keeping this session active.Based on settings if userA accessing SessionA then userB cannot able to reach the active sessionA at the same time instead new sessionB will open for userB.

now my question is

if userB also opened socket application in SessionB with same portno ,then which soket application will recive data from the units...whther the applictaion from sessionA or from SessionB?

View Replies!   View Related
Can't Connect To Local MySQL Server Through Socket
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/thesymbi/public_html/includes/class_core.php on line 274

I get this around 50 times a day!
I am fed up!

View Replies!   View Related
(BIND9) Could Not Listen On UDP Socket: Not Enough Free Resources
Im expericiencing some dificulties to load more than 500 ips and create the socket for personalized dns.

i got "could not listen on UDP socket: not enough free resources"

I suppose theres a limit on bind9, i was looking on docc ...

View Replies!   View Related
Pop :: Unable To Create Selectable TCP Socket
I have one mail server. and our one client sending and receiving mails through php coding so i have setup all the configurations in config.php file and sending mail ok but pop retrieves is not working and i m getting error------------>

Cannot create POP3 connection to pop.mxo2.com: Unable
to create selectable TCP socket (3494 >= 1024)

View Replies!   View Related
Socket 775 Mobo With 16GB RAM Support
Long shot as I couldn't find anything via google but are there any socket 775 mobos that supports 16GB.

View Replies!   View Related
Proftpd :: Data Socket Error: No Route To Host
i get this error

I no u gotta added 2 lines in proftpd.conf but i can't seem to find it no where! here's my errors!

[L] PASV
[L] 227 Entering Passive Mode (64,85,164,21,193,144).
[L] Opening data connection IP: 64,85,164,21 PORT: 49552
[L] Data Socket Error: No route to Host
[L] List Error
[L] PASV
[L] 227 Entering Passive Mode (64,85,164,21,202).
[L] Opening data connection IP: 64,85,164,21 PORT: 57546
[L] Data Socket Error: No route to Host
[L] List Error
[L] 421 No Transfer Timeout (300 seconds): closing control connection.
[L] Connection lost: 64,85,164,21

i really do not no there's a command for passive mode or something in proftpd.conf can't seem to find it no where!

View Replies!   View Related
Linux Desktop VPS Kinda Like Windows VPS
a while back i had good experience with windows vps.i could remote login, and run things and just relax.

i am looking for ubuntu desktop vps, or any linux desktop vps, that has gui. i think this will be cheaper because there is no license fee to pay unlike windows.

i am looking to purchase around 20 of these small vps, for a project, so i would like the price per vps to be as low as possible.

View Replies!   View Related
Windows 2003 VPS - Cheap Vps Vs BizStreet
Windows VPS, which out of Cheap VPS or BizStreet would you recommend?Or would you have any other recomendations? Budget around 30-50$ a month,would like 512ram atleast.

Also,with cheap vps, is there a difference in their line speed and server hardware between the servers in the UK and USA?

View Replies!   View Related
Socket 1156 1U CPU Fan And Experiences With New Core I5/i7 Chips
Is there a Socket 1156 1U CPU fan available yet?

Has anyone used the new Core i5/i7 chips and the Intel P55 Chipset with CentOS 5.x?

View Replies!   View Related
"open_basedir Restriction In Effect"
I've installed CRE Loaded 6.2 on one of my client accounts and am receiving the following error when trying to edit the language files:

Warning: tempnam(): open_basedir restriction in effect. File() is not within the allowed path(s): (/hsphere/local/home/hrtire:/tmp:/var/tmp:/usr/local/lib/php) in /hsphere/local/home/hrtire/hrtire.net/store/admin/edit_textdata.php on line 151

I've asked for support from my host and they told me that it can be fixed using .htaccess. They said to use:

php_value open_basedir /hsphere/local/home/hrtire/hrtire.net/store/admin/

That doesn't fix the problem and I'm not getting any more responses from them. I've tried variations (e.g. .../store/, .../store/tmp/) and nothing works.

View Replies!   View Related
PHP + OpenSSL, Error Unable To Find The Socket Transport SSL
We're having problems with the Roundcube webmail spell check, and upon checking the log we get the error 'Unable to find the socket transport SSL'. From what I can find out this is normally due to Open SSL not being enabled, but it is, you can check our php config here.

View Replies!   View Related
Linux VPS Vs. Windows VPS
I'm thinking of upgrading my shared hosting account to a VPS account, but I do not know which to go for. Right now I'm using Linux for my website. I do understand that there are differences between Linux and Windows. What I don't understand is why would someone choose Linux over Windows or Windows over Linux. If I understand correctly, I would be able to install applications such as mIRC on windows via Remote Desktop. That's something I like. However, I never controlled my website on a Windows computer before.

So basically what are the differences between Linux VPS and Windows VPS?

View Replies!   View Related
Looking For A Windows Vps
I need a windows vps with a lest 512 mg of ram hard drive any bandwidth Unllimited with remote access price for 40.00 to 60.00

View Replies!   View Related
Windows VPS
We are looking into to selling Windows VPS aswell as Linux which would you guys prefer to use panel wise:

HyperV

Or

VMWare

View Replies!   View Related
Windows On A VPS
how is this pricing possible considering the licensing cost of Windows Server 2003 Ent?

I am not familiar with Microsoft's SPLA program, but I would imagine individual licenses for every single VPS would leave this company with a really small profit margin.

View Replies!   View Related
Which Windows VPS Is Better
My site is suspended because of more usage of resources on shared server thats why am All scripting in my site are in asp along with access databases at backend. My site only consume 200Gb bandwidth per month and 6GB harddisk space. There is an online music streaming section and online games section that consume too much resources. Other entertainment content includes wallpapers, free trial softwares, mobile stuff etc.,

I read reviews by many members in the forum and at the momment i have 2 packages by 2 different companies in my mind,

1. PowerMVS Advanced, $70.00/month (512 Mb RAM, 20GB disk storage, 600GB bandwidht) by POWERVPS

2. SaturnX, $80.00/month (640 MB RAM, 25GB disk storage, 500GB bandwidth) by SOLARVPS

Please let me know, which one is better interms of reliablity and support; i have read that PowerVPS is more prone to hacking and for restoring backup i have to pay again, is that right.

Also i think both of them offer 'Equal CPU Share', so other VPS client on same server consume more bandwidth then it will effect my VPS performance.

View Replies!   View Related
Windows VPS In The UK
a Windows VPS hosting in the UK (strict)

I've found some bad words about eukhost.com, 1and1.co.uk and webfusion.co.uk
But I can't find any more respectable companies.

I need atleast 512 Mb RAM, 10-20 Gb space, 200-300 Gb / month bandwidth, not shared CPU (I'm going to overload it), no control panels and other 'great features' - just a possibility of setting up any software (I'll run my own web server).

View Replies!   View Related
Windows VPS
I have a windows VPS, every time i try and install IIS I get asked for a windows CD. with is being a VPS I dont have a CD Drive so cant install it. Is there anywhere I can get the drivers I need to finish the installation?

View Replies!   View Related
Windows Vps
to host a 4D database somewhere....2 questions.

1) will I be able to install my copy of 4D on a VPS I get?

(is this something windows VPS hosting services usually offer?)

2) can you recommend a company that can provide this service for me....I will need at least 30 Gigabytes in hard disk space and about 1GB in RAM.

View Replies!   View Related
Windows VPS
I am looking for an extremely low end windows VPS. With one requirement though ... if the VPS goes down or gets rolled, I would like to know before it gets rolled, or when it is down.

The VPS provider I had, kept mum when the VPS went down/rolled. I don't want to be put in a similar situation again.

View Replies!   View Related
Windows XP VPS
are there any kind of Windows XP VPS over the world?

View Replies!   View Related
Windows VPS - How Is 1and1?
I am looking for Windows VPS with PHP and mysql.

Any has any experience with 1and1 for Windows VPS.

Also, lately I see managed and unmanaged VPS, what is that. I was under impression VPS is always fully managed.

View Replies!   View Related
1and1 Windows VPS For 29$ ?
I am looking for VPS, ive just seen that 1and1.com had Windows VPS for only 29$ per month ! This is an incredible price and you get a 100mb line + 500 Gb of BW. But i just don't know how much ram you get.. anyone know ?

So what do you think?

View Replies!   View Related
I Need A Windows VPS Suggestions
Hi, I am looking for a windows VPS provider. Ideally with servers in the USA. I am currently TRYING to register with cheapvps.co.uk, but until now I have been unsuccessful. I registered 9 days ago, and they have not yet been able to provision it yet at cheapvps. Every time I send a message asking about my server I get a reply from Paul or Russ with a one-liner like "I'll have someone look at it", "I've asked them to fix it" "It takes 24 hours" "etc", always one lines, not a single explanation.

I will give them some more time, cause honestly I hope they get to set up the server and give me the great service I have read so many people in this forum rave about, but right now I am starting to look for alternatives just in case cheapvps cannot handle my request (a standard config from the options they offer). As I said hopefully its just a perfect storm once in a lifetime type of situation which I unluckily had to go through....but I have not received any explanations yet...just one liners.

View Replies!   View Related
Virtuozo Like Windows Vps
Is there any other system that is similar to Virtuozzo which is not as expensive as virtuozzo in hosting windows VPS. We attempted to look into hyper-v but it appears to use an insane amount of ram and also requires we buy a large number of windows licenses which are not at all discounted for being a vps. How is it possible people can offer windows VPS for under $40 when Microsoft wants nearly that much under SPLA for the licensing. I must be missing something here. We only intend to use up to about 10-20 VPS total right now. Virtuozzo seems to be the best way to go but the cost per VPS is very high on low number of licenses.

What is the best option here?

View Replies!   View Related
Where Should I Buy A Windows Vps
I need to buy a windows vps ram:atleast 700 or 1gb ram and atleast 10gb hd,i need remote desktop connection, gonna run a .exe batch file coded outta java,where can i buy a vps like this such where for a good deal?

View Replies!   View Related
Maintenance For Windows VPS
Windows normally require far more frequent patching than Linux. There is one issue with VPS. Everytime we do maintenance we need to reboot the server and the VPS are affected. Normally for VPS I thought the best method will be to remote into the VPS first to shut them all down before rebooting the main server.

Issue is sometimes clients want security and do not give us these passwords. If we were to shut down by the main server interface and reboot, won't it harm the VPS? For those doing maintenance, what are your ways of overcoming these?

View Replies!   View Related
Making Windows Vps
i want to have a windows server and make 5 vps on it what should i do to make the vps

is there is additional fees or i only pay the money of the server & for the windows

View Replies!   View Related
Choose A Windows VPS
I need a windows VPS to run a VPN server on it. I had a service from KickAssVPS, the guys are great, but i had a problem there and that was i couldn't start the RRAS service, and it seems their support didn't have any clue to fix the problem on Virtuozzo, so i'm trying to find another company to start my VPN Server there, without any problem on this matter.

so i'll appreciate your comment if u had the same experience and know how and where i can establish a VPN server.

besides i'm looking into ASPnix services, it seems they're using Hyper-V, and i thought i wouldn't have the RRAS problem on their servers, so if u guys have an opinion on their company i'm glad to here that.

View Replies!   View Related
Windows VPS Recommendation
I am planning to launch a site in India for which i require a windows vps. my requirements are as

space - 5gb

ram - 1 gb

transfer - 50gb

MSSQL 05 DB - with 300 mb space

1 domain name with sub domains

cpanel

your recommendations will go a long way in helping me make an efficient decision.

how is verio vws basic plan

View Replies!   View Related
Partition Of VPS Windows
I have VPS Windows. I want to resize partition C 50Gb become 20Gb and then create partition D 30Gb for data , I used softwares Partition Manager 8.5 Enterprise Server Edition, Acronis Disk Director Server 10.0.2169 but I can't.

I used command line :

sfc /scannow

to check HDD on this VPS Server 2003 64b but can't too.

View Replies!   View Related
Can Windows Vps Get Any Cheaper
currently vpsland's windows VPS is around $18 / month.

are there anything cheaper than this ? so far its great,

I actually prefer this over all the linux servers for automating stuff.

Linux is definitely more reliable for scalability, and serving web services, but to automate simple stuff, windows server is great!

also i wonder if its possible to run game servers.....but this server do not have graphic card.

View Replies!   View Related
Windows VPS For Developer
I'm a developer who needs to be able to demo sites and work in progress.

- Windows 2003 Standard (32 bit only)

- 1GB RAM (need to install MSDE)

- 60GB HDD

- Not for production or critical hosting

- No control panel

- Backups not needed

I'm in the UK but quite open to Europe as a location thanks to the diabolical customer service of UK companies in general - will trade performance/latency for service.

Must not require direct debit - I don't allow those. Prefer to pay per quarter via BACS.

Have already used both Fasthosts and 1&1; both of those are really targetted to bedroom developers rather than business.

Must not be a very small company e.g. one or two man company.

Open to a dedicated server, but really not necessary for what I need.

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