Servers Owned
Jun 27, 2007
this webhost is your classic insecure VPS here is an chat transcript I sent the tech support
----------
%nslookup 83.138.144.36
Server: 192.168.1.254
Address: 192.168.1.254#53
Non-authoritative answer:
36.144.138.83.in-addr.arpa name = stresa.hostireland.c0m.
Authoritative answers can be found from:
------------
from email from 83.244.130.107 and to website 83.138.144.36/~rhyno
ictom: eqwrt
You are now speaking with Mitch of Support.
Mitch: Hello, thanks for contacting support how can i
help you
victom: hello
victom: I just called a while ago about phishing site
victom:
____://83.138.144.36/~rhyno/rams/sitekey.bankofamerica.com/sas/signon.do&detect=2/
Mitch: Yes, I belive you were speaking to Anthony
victom: heh ya I ran out of min on my account
Mitch: ok, What i would ask you to do is place a
trouble ticket via PAM and i will forward this to our
senior technicians and admin team for further review
victom: firefox picked it up as a phishing website but
IE6
is not so lucky
Mitch: More then likley due to the outdated security fetures in IE6 it is becoming easy to get around it
victom: that and your running some exploitable services on that VPS prob. I use to work for a webhost
victom: trouble ticket via PAM?
Mitch: Are you currently a Host ireland customer?
victom: Hell no I got a spam email from umm hold
victom: 83.244.130.107
Mitch: Ok, So we can track this issue could you please send us an e-mail to support@hostireland.ie
victom: so looks like you got at least 2 owned boxes
victom: sure
View 0 Replies
ADVERTISEMENT
Feb 21, 2007
There is a domain name in my WHM that does not seem to be owned by anyone, it just gives the username for the domain like below, but does not show who the domain is owned by (ie: root).
Code:
Example: ukstuden()
How can I fix this?
View 8 Replies
View Related
Nov 19, 2007
i have a tembak which is compiled from tembak.c and takes up processes. i have deleted the files from the server however it pops backup again in the same directory.
View 4 Replies
View Related
Sep 2, 2009
there is anyone out there who has their infrastructure colocated in cogent owned datacenter. And how stable and secure is it. The only reason i m interested in Cogent owned colo is that they provide solid SLA.
View 14 Replies
View Related
Aug 4, 2007
I used to have my apache 1.3.37 with PHP compiled as a CGI. Whenever i have a php script (say vbulletin forum software) that allow file uploads, files will be uploaded with the correct userid and groupid on the server. However, once i compiled PHP as ISAPI module, the files will be uploaded but will be owned by 'nobody'. Of course i can log in as root and chown it back to the right user, but it's a hassle if there are multiple user accounts on the server and they're using php software on their end. If someone is using an ftp program and tries to overwrite that uploaded file that's owned by nobody, it will not let them do so. Is there a way to fix this, or change the config files that would fix it?
View 3 Replies
View Related
Apr 11, 2008
I'm looking both at powweb website and dot5hosting and the products page look exactly the same with different colors. Are they owned by different owners, or do do their pages just look the same?
Here are the links ....
View 11 Replies
View Related
Oct 25, 2008
Just wanted to know if anyone know of a black owned dedicated web hosting company?
View 11 Replies
View Related
Feb 17, 2015
When a php framework try to create a new folder, it's created with apache: apache owner instead the user and group owned the root folder.
the PHP safe_mode is set to off.
View 3 Replies
View Related
Feb 5, 2009
have built quite a library of music now. It would be great if I could upload music to my hosting account, and then just access it from my phone. Would that be allowed so long as I did not share this music with others? Where might I be able to set this up? I checked with hostgator and they said it was not okay.
View 9 Replies
View Related
Jun 3, 2008
I wanted to list down all files owned by 'root' inside /home directory and all users directory inside /home/users including subfolders and everything!
the command below works but only works when executed within the working directory.
ls -l | awk '{print $3" " $9}' | grep root
View 4 Replies
View Related
Jan 20, 2007
I have a lot of questions here so if you can't answer them all I understand. even pointing me somewhere where I could get the answers would be appreciated; hardware sites focusing on server hardware, forums focusing on such, etc.
we plan to have three different types of servers:
- db server (self explanatory. mysql. for forums, mysql driven sites.)
- file server (lots of files around ~2-10MB, consistant 70mbps right now, but we want more room for upgrades. needs a LOT of storage room.)
- web server (lots of php files, but also static things like plain html, images, etc. also includes all misc services for the setup-- dns, etc.)
could I be given a rundown for which hardware each of the three should have? I don't need specifics, even just knowing that more ram is important here while cpu doesn't matter as much, or that the fastest disks available are a must, etc would all be valuable info for me. despite that, I certainly wouldn't mind specific hypothetical hardware configs.
for the database server I'm assuming the more ram the better. not entirely sure about the cpu? also not positive on disks...
for the fileserver, how much ram would be practical or useful? disk io will be an issue I'm because plenty of people will be pulling files at once so the disk needs to read from multiple places. scsi (and even raptors) are not an option as we need 750GB+ of space on a reasonable budget. more ram will take some load of of the disks, but how much is neccessary / reasonable?
for the web server I'm assuming cpu first, then ram, but it'll likely need less ram than the db server?
I'm more lost on the disks than anything. scsi on the fileserver is not an option under any circumstances due to $/GB. for the db & web server I'm willing to pay for scsi if the performance increase really does warrant the extra money, but I'd like to be convinced before shelling it out. if you have benchmarks geared at server hardware when it comes to disks I'd really appreciate it.
also, what's the best way to network these together when colocated? each one with a dual gigabit ethernet port and then the communications go to and from the router?
View 7 Replies
View Related
May 24, 2008
We send mail to another servers but we cant recieve mails another servers. We can't recieve with webmail and outlook.
I look logs but there is no error and our ip is not in blacklist.
there is the error in our server
[url]
linux cpanel centos 4.6
View 2 Replies
View Related
Mar 28, 2008
I was wondering if it is possible to cluster 2 web servers and 2 mysql servers with only one server working as load balancer.
I am planning to use LVS (ldirectord and heartbeat).
Let's say I have 3 IPs allocated to the load balancing server.
111.222.111.222 (Main IP)
111.222.111.223 (Web Load Balancing IP)
111.222.111.224 (MySQL Load Balancing IP)
If a connection is made to .223 it would pass the request to one of the web nodes.
If a connection is made to .224 it would pass the request to one of the MySQL nodes.
Is it possible to do this?
If not, can I run, for example, nginx on 223 IP address to provide forward proxy? (Then it would not be able to HA but the main point is to load balance so)
Also, what would be the best way to keep the data same on both web servers? This is a web cluster for a very high traffic forum with a lot of uploads every hour so it has to do real time synchronization. I heard that DRDB is only one way and not two way so I'm not going to be able to use this.
View 11 Replies
View Related
Oct 11, 2009
I am just colocating servers and managing them myself, and renting services off of them. In the future I would like to start offering dedicated servers as well. I am wondering if many companies do this, or if its more of a general practice to just setup as a reseller? The worst part that comes to mind is thinking of how to do billing for the bandwidth per month. With my setup I would only be offering flat bandwidth packages (like 2TB a month) but even so, I cant think of anyway to automate it so WHMCS knows if they went over, if so, how much, etc.
View 6 Replies
View Related
Aug 15, 2008
What would give me the best performance, to have many low end servers (core2duo) or a few high end servers (quad cores, dual quad cores).
Running everything from mysql queries to video streaming.
View 11 Replies
View Related
Aug 13, 2008
Is it possible or advisable?
View 8 Replies
View Related
Jun 22, 2009
AVR or Automatic Voltage regulation. How serious of a consideration is that to old Dell 2650 and Compaq 1850R servers?
Can I get by with a short daisy chain of simple APC battery backups mostly surge protection on one dedicated house breaker?
View 0 Replies
View Related
May 13, 2009
Wanted to start that thread today and just noticed that not only I wonders
[url]
So the question is: where can we rent servers with SAS drives in Europe?
2 or even 4 SAS HDDs (15k RPM) are really cute and we want them
Please, provide me with links with nice offers like:
[url]
[url]
(New prices are not good - [url]
netrouting.eu (only desktop CPUs atm)
...
View 14 Replies
View Related
Aug 6, 2009
I have recently purchased new hosting with a new supplier which uses a different kind of control panel - cpanel. So before I transfer our organisations website across I want to spend some time playing.
We purchased our domains with 123 reg and the host we have been using for a while is namesco our new hosting package is with neither of these suppliers.
Before I transfer our primary domain to the new host I'm doing a dummy run with one of our other domains and that's where i've come up with this name servers question.
The new host gave me the name of their 2 name servers.
But when I went to my control panel at 123 reg to change the name servers they were not using namesco name servers they were using 123's.
Do I want to change the name servers to the new name servers or not? I'm a bit confused as i was expecting to see namesco names servers?
View 14 Replies
View Related
Nov 19, 2008
I'm currently using the ones my registrar offers (Domain Site). But it just happened that they had an outage (they were down for a few minutes).
I'm looking for a more reliable solution. I could get dedicated servers where I'm hosting my servers, and I could also get services (like UltraDNS).
View 9 Replies
View Related
Dec 11, 2008
Is that possible to have ns1.mydomain.com ns2.mydomain.com
Two differnet severs that means each having two different IPS?
If so how?
the reason I ask is that I see a lot of hosting companies have thousands of users and many severs but they all ask their customers to point only to two name server ns1 and ns2
View 6 Replies
View Related
Jul 22, 2008
If you are located in the UK: Which manufacturers/sellers for dedicated servers can you recommend?
So far, I am sympathising with Dell. Any other good opportunities in a similar price range?
View 13 Replies
View Related
Aug 16, 2008
i want to run a new server with centos with whm/cpanel,
i look for many articles about it on the internet,
i find some points for the setting,
install centos
install whm/cpanel
install csf
configure whm
change the ssh port number
tune http
tune mysql
set backup
View 2 Replies
View Related
Jul 4, 2008
Say you are renting 2 (or more) dedicated web servers. How do you go about getting it so that www.yourdomain.com goes to one of the web servers? Do you need a 3rd server to redirect the request, or what?
View 2 Replies
View Related
Jun 5, 2008
if anyone had a recommendation on where to buy a decent used server (Just for DNS Purposes). Anywhere other than ebay? Anywhere local in the Greater Seattle/Everett/Tacoma, WA Area?
View 7 Replies
View Related
Jul 30, 2008
Do you know any companies in the UK who allow at least 5-10 IP's?
View 6 Replies
View Related