Deny Perl In Public Folders
How do you guys deny run of perl/bash scripts from /tmp, /var/tmp, /dev/shm? I've tried to build simple shell wrapper, but that's not a compromise if you run for example spamassassin on the same server (it needs direct io to/from perl binary). I'm looking intro some kind of binary wrapper or patch that will deny running perl scripts from public folders (also the same for shell scripts will be great). Any ideas or solutions?
If anyone interested in primitive shell wrapper code:
Code:
#!/bin/sh
ARGS=`echo $@ | grep -v "/tmp/"`
if [ "$ARGS" != "" ]; then
/usr/bin/perl.orig $ARGS;
fi
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
APF Deny Rules Still There Even If The Deny.hosts_rules File Is Empty
I edited the /etc/apf/deny.hosts_rules files, then removed all lines from the file and finally restarted apf so it can restart with no deny host listed. But that is not working... the file appears empty or again with the rules removed before. iptables -L -n shows the same banned hosts as dropped. I already tried.. remove the deny hosts IPs from the file, then ran "iptables -F", then "service iptables save", and finally restarted apf and the deny IPs still there
View Replies!
View Related
Rackspace Going Public
I heard the other day from a very reliable source that this is a fact and they expect it to happen sooner rather than later. Since they seem to set the bar anyway seems it was only a matter of time. Anyone else aware of this or am I the only one? Searched the forum before I posted and nothing came up. Seems like a significant development to me...
View Replies!
View Related
WAMPserver In Public
Im planning on using WAMPserver2 on our web server to host our website. Now, as far as I can tell, WAMPserver2 was mostly created to allow you to do work locally. Is there any known problem with using this software on a web server publically?
View Replies!
View Related
Hosts.deny Configuration
Completely new stuff for me so i have a few basic questions. It all started after i've noticed a lot "/w00tw00t.at.ISC.SANS.DFind:" lines in log and after i've found they are random scanning by some hacker tool. It is suggested to block IP's from where those attacks is comming by putting IP+s in host.deny. Correct me what i am doing wrong as i keep seeing those scans after I've updated deny file. I've edited hosts.deny like this: ALL: 77.68.37.242, 89.19.2.58, 80.93.210.194 That is correct? After that i've restarted sshd service but i still someone scanning my server from those IP's.
View Replies!
View Related
Deny Sendmail Connections
I run a small hosting company in Spain. I have some dedicated servers in USA with Ensim control panel. I have found some sendmail connections from spammers that use the accounts of my customers. I want to know if I can deny connections to sendmail from all countries except Spain. This way most of foreigns spammers could not use the accounts of my customers to send spam. My servers has Sendmail version 8.13.6.
View Replies!
View Related
.htaccess-- Deny Froms
I have amassed a large number of IP addresses [both partial and whole] in my .htaccess file-- which I deny access to. I have two questions: [1] Can a larger list effect server performance? [2] MySQL databases seem to be ignoring the .htaccess list. Why would this happen?
View Replies!
View Related
Provider That Provides Public Ip Vlans?
we are looking for a provider that provides public ip vlans' with dedicated server purchases, so far,, we have found few companies that offer this at no extra charge or minimal extra charge 1) softlayer (best choice) 2) singlehop 3) nocster/burst.net (not a good provider for business hosting / not reliable / no phone support) does anyone know of any other dedicated server providers that offer public ip vlans for no extra charge or minimal extra charge?
View Replies!
View Related
Change DNS To Public
You are hosting your web site on a local server and you have the DNS pointing to the LOCAL (read: not public) IP on your LAN which means only you and those on your LOCAL network can access the site. 192.168.1.8 is a LOCAL (PRIVATE) IP.
View Replies!
View Related
Public FTP Control
I'm on a reseller cPanel WHM account with shell access, and this public FTP for uploading maps for a game. How do I ban FTP users by their IP? (.htaccess wouldn't do the trick) How do I regulate priviledges/permissions of FTP users? How do I control (like configuring how the indexing is displayed, for example) /public_html/somedirectory/ through /public_html/.htaccess? How do I disallow certain filetypes from existing in /public_html/somedirectory/* or to be uploaded? How do I disallow apache from rendering any html, php, cgi, java, perl, etc files in /public_html/somedirectory/*? So, if you had a public FTP (not the "anonymous FTP" cPanel can create, but a regular and single user account shared by everyone), how would you protect your free map hosting service from abuse? What protections would you setup? Etc.
View Replies!
View Related
Stopping Updating Cron.deny
I designed one of my web services so that 'nobody' has to put commands to cron. Unfortunately this thing stops to work from time to time because "someone" is putting 'nobody' back to cron.deny file. How to stop that?
View Replies!
View Related
DDOS & IP Deny Manager
One of my client got DDOS on his website. He has visitor tracking module in his php script so he got almost 50,000 records during couple of hours. Normally he gets around 300 unique visitors per day but that DDOS added 50,000 records in tracking table. After extracting this data I got around 400 unique IPs. Will this work if I added all these IPs in IP Deny Manager? Will this stop DDOS from these IPs? Will server not treat requests from these IPs as grabadge load? Another question is from where these attackers got so many IPs? Definitely they pay to get IPs? how much they pay? Is this very easy to get so many IPS?
View Replies!
View Related
Deny All Connections To Certain Port, Except For 127.0.0.1
I have problems configuring some ports and rules on CSF on a cPanel server. Port 37500 is used by a Java web app, so, i opened both tcp incoming and outgoing ports: Code: TCP_IN = "20,21,22,25,26,53,80,110,143,443,465,587,993,995,2082,2083,2086,2087,2095,2096,37500" TCP_OUT = "20,21,22,25,26,37,43,53,80,110,113,443,587,2087,2089,2703,37500" Then.. to allow access from the server IP and localhost, added this at csf.allow: Code: tcp:in:d=37500:s=127.0.0.1 tcp:in:d=37500:s=my.server.ip.address csf.ignore: Code: 127.0.0.1 my.server.ip.address And to deny all access to the server on that specific port (except for the ones I whitelisted before), added this to csf.deny: Code: tcp:in:d=37500:s=0.0.0.0/0 Result = no one can connect to the server on that port, not even from the web app itself, it's not connecting to the port 37500. How can I configure port 37500 to accept local connections (from the web server) and deny all external connections?
View Replies!
View Related
SSH Blocked :: /etc/hosts.deny
Yes, more ssh problems. I fixed it the last time. My IP was being block in "/etc/hosts.deny". So I removed my IP and BAM worked! I could login to SSH. Now today I get locked out AGAIN. I go in a look in "/etc/hosts.deny" my IP is not in there. So now I'm so confused and can't figure out whats going on....
View Replies!
View Related
SolarVPS Issues Public Thoughts
I regret to bring this to a public forum but having seen that solarvps has a presence here I am hoping that a resolve to this issue can be found, and any public opinions are welcomed. Having been a customer with solarvps since 2006 without any cause for concerns it does not make me happy with some recent issues I have had with them. So I have had a vps server hosted with them since 2006. Sometime in February when attempting to login to my VPS I got an error, I left it as this happens sometimes, it happened for 4 days in a row so I thought this is a little strange logged in to my control panel, to see no VPS server was listed under the account. There was no invoice generated either. Ok this is strange but I just assumed it had been terminated, no invoice came through and that particular server was a backup server so I sought hosting elsewhere. 4 months pass I get an email from solarvps stating my account is overdue with charges applied. I contact them back straight away asking what they are billing me for I have explained the situation time and again to them, I have asked the questions why the server disappeared from my account, why I wasn’t able to access the vps remotely and why no invoices got generated at the time to which I have had no response, I have asked more than 5 times now. The only response I keep getting form them is threats if I do not pay to hand over to a collection agency and the possibility of legal action. To which I have replied each time that I will contest any such action and seek legal advice myself. Granted I should probably have contacted them at the time but really they are at fault more than I am for not asking them what has happened, I truly believe I am not in the wrong here but nobody within solarvps is prepared is looking at the facts of what has happened here. Well anyway I hope bringing this to a public forum will bring a resolve and maybe some answers. I am getting no response from anybody within solarvps and would be happy to take this away from the public if they are willing. I am not unfair nor does it make sense that a customer for so long would just decide not to pay you one month and kick up a fuss over such a small amount of money but the fact that I am not in the wrong with this matter, I am not prepared to pay them no matter how much bullying tactics they wish to adopt in trying to make me.
View Replies!
View Related
Hosting A Public Email Service
Currently we are running a very successful site for extreme sports. We have just spent 6 months on development of our new site which we will launch in a fortnight. This will free up some of my time to look at other areas and avenues to attract members. Personally I would love to run a hotmail style service on our website, and believe this would help with the growth of our online community. Just interested in advice from others on areas to be aware and alert when running a service like this? I am also trying to make the decision between SocketMail or Atmail. If anyone has opinions on these, or an alternative solution i'm all for that advice too. Basically at this point I am wanting to get as much advice together as possible, then look to making an informed decision to go ahead or not. Currently we operate off a dedicated server and i realise this may have to become two servers in the near future with such a service. It is fully managed by myself, and a 3rd party individual I hire to maintain the server on a monthly basis.
View Replies!
View Related
Make 1 Dir X Public Inclusion
we have a server with customers now there are any customer that must can 'include' form php a class that we must put out of customer path... a customer must can include a class that is out of /home/public_html/customerlogin/* how is possible to make this?
View Replies!
View Related
Juniper SSG5 And Public IPs
we have this Juniper SSG5 firewall, our very first Juniper and wanted to use it. While I am able to use it in NAT mode, I have been unsuccessful to use it in route mode. We have Public IPs from the same segment and I wanted to use it with the firewall but it appears that I can't assign IPs for each port if the IP is from the same segment. Does it mean that we can't use it other than in NAT mode? What we want to accomplish is to have one of IPs to act as gateway and filter or route in/out traffic to/from our other IPs.
View Replies!
View Related
How To Access Hosting From A Public Place
I often need to access my sites from public places, which are behind firewalls, don't have access to hard disk and any Windows tool (just plain internet access). Problem: firewall, closed ports: 8082 (cPanel), 2078 (SSL; I don't know, if I'll need this), 2077 and maybe others. Which hosting features I need? to be able to 1. access cpanel, when port 8082 is closed (I was using cpanelproxy.net until now with success). 2. for uploading files from other websites directly to my website (without prior downloading on a PC hard disc) - I've herad SSH should work, but what exact SSH I need - any experience someone? Any other solution? I was trying WEb Disc feature in cPanel11 but it needs port 2078 or 2077 open...
View Replies!
View Related
Public & Private On Same Switch
Due to an emergency with our colo space, we are missing a switch. As a very temporary measure, would it be possible to put both our public traffic and private traffic (10.0.0.0/8) on the same switch without a VLAN? Essentially we'd be connecting both the trusted and external side of our (natting) firewall to the same switch, along with our servers (which have private IP's). What are the security risks of this?
View Replies!
View Related
How To Deny Access Via Www.mydomain.com/~mycpanelusername/
Is there a way to prevent accessing the website using the domain.com/~username/ Currently on most (all?) cpanel hosting plans it's possible to access the site via [rl]. Maybe there is something to prevent that as it could cause very serious duplicate content issues. Moreover, I think it's a global bug that affects millions of hosting accounts. Yahoo, for example, many times indexes wrong URLs because of that... In many situations, if I knew your cpanel username, I could link to it instead of your domain to remove your site from search engines..
View Replies!
View Related
Hardcode APACHE To Deny Request To Particular Domain
I am seeking a solution such that the apache vs 2 denies php or allowing requests out of the server to say domain abc.com and its entire IP block. I have done so far is used apf -d abc.com to deny outgoing and incoming requests and the php pages (proxies) cannot access the site anymore). But what i want it something hardcoded into apache itself so it blocks all php based request going off the server to that domain. How can i go about it? using centos5 apache 2 and cpanel!
View Replies!
View Related
Procurve 2800 Vs. 2600 ~ Public Vs. Private
The only main difference I see between 2848 (48 ports) and 2650 (48 ports) is the vast difference in thoroughput and switching capacity, 2848 (Throughput: Up to 69.8 mpps; Switching capacity: 96 Gbps) having a higher capacity and 2650 (Throughput: 10.1 million pps; Routing/switching capacity: 13.6 Gbps). So now, if there is a public switch for http/ftp/ssh and private switch for backups and there are about 35 servers connected to each switch, does it make sense if I go with 2800 for the private switch and 2600 for the public? The basis of my conclusion is that on a public port with limited bandwidth, a user cannot continuously push close to 100mbps for long before running out of bandwidth. But on a private switch where the user has unlimited bandwidth and can push 100mbps continuously for longer periods and some of the users on the private switch might also have 1gbps port access.
View Replies!
View Related
Iptables Or Host.deny For VPS & Fail2ban?
Hello, I recently got myself into an unmanaged VPS package and I noticed in my log files, countless attempts to ssh into the system. After a bit of searching, fail2ban looked like a good way to ban the brute force attacks automatically. My question is what should I configure it with? There's the option for iptables or host.deny. I've read that iptables are not fully supported under Virtuozzo but the stuff I've read are a bit dated. Are there still some issues with iptables under Virtuozzo? What I'm using now: *Virtuozzo 3 -not sure on exact version. Whatever SolarVPS is using. *Signed up with centos4 *uname -r = 2.6.9-022stab078.14-enterprise
View Replies!
View Related
Deny Access To Exim For Free Trial Users
INTRODUCTION As owner of a hosting provider company, I face the problem of abusive users almost every day. More than 90% of all abuse on my server comes from free trial accounts. I offer free trial access to my servers for people who want to try things out before they purchase a hosting package, but off course this attracts spammers. To prevent trial users from using my server for spamming purposes, I modified my exim.pl file to prevent trial users from accessing the Exim mail server. Please note that this tutorial has been written for cPanel servers. If you want to use it on a server with a different control panel, you'll need to modify the cpgetpack.c source. If you do so, please share your work with the community by posting it in a reply here. STEP ONE First you’ll need to download, compile and install my cpgetpack.c application. Here’s how: Code: gcc cpgetpack.c -o cpgetpack mv cpgetpack /usr/bin/ chown cpanel:cpanel /usr/bin/cpgetpack chmod +s /usr/bin/cpgetpack STEP TWO Now open the /etc/exim.pl file in your favorite text editor (make a backup first) and look for the following inside the checkuserpass subroutine: Code: $trueowner =~ s////g; $trueowner =~ s/..//g; if (isdemo(${trueowner})) { return('no'); } Below, paste the following code: Code: my $name = getpwuid($uid); open(UP, "cpgetpack $name|"); my $userplan = <UP>; close(UP);chop($userplan); if ($userplan eq "radix_FreeTrial") { return "no"; } You will have to replace the radix_FreeTrial string with the package you assign to your trial users. This will prevent trial users from authenticating which prevents them from sending mail remotely. STEP THREE Users are now still able to send mail locally (for example using the PHP mail() function), so here’s what to do next. Find the checkdemo subroutine in the exim.pl file and replace the complete subroutine with: Code: sub democheck { my $uid = Exim::expand_string('$originator_uid'); if (isdemo($uid)) { return 'yes'; } my $name = getpwuid($uid); open(UP, "cpgetpack $name|"); my $userplan = <UP>; close(UP); chop($userplan); if ($userplan eq "radix_FreeTrial") { return 'yes'; } return 'no'; } STEP FOUR Now just restart Exim: Code: service exim restart It might be a good idea to create a trial account and see if it’s working. Enjoy! REFERENCE: Original post: [url] Best regards, Josh Burt
View Replies!
View Related
Protect Your Password In A Cyber Cafe And On Public Computers
Sometime you must have gone to a cyber cafe or used public computers to access the internet or mail. Public computers are most prone to password hacking. Anyone can simply install a keylogger software to hack your password. Keylogging is one of the most insidious threats to a users personal information. Passwords,credit card numbers,etc. It is very easy for the keylogger to harvest passwords. Each and every keystroke (whatever you type on the keyboard) gets recorded in the keylogger software and the person installing it can easily view what you have typed in. For example,if you go to hotmail.com and check your mails. Say your ID is aaabbbccc@hotmail.com and password is snoopy2,the keylogger software records your usename and password in its log file as www.hotmail.comaaabbbccc@hotmail.comsnoopy2 Risky isnt it? Theres a solution to this problem and you can easily fool the software!! The keylogger software sees and records everything,but it doesnt understand what it sees,it does not know what to do with keys that are typed anywhere other than the password or user name fields. So between successive keys of the password if you enter random keys,the keylogger software wont ever come to know where you typed in what.. In the process of recording the keys,the string that the keylogger receives will contain the password,but embedded in so much random junk that discovering it is infeasible. So... 1. Go to hotmail.com or yahoo.com or any other site where you need to insert a password or PIN. 2. Type in your user ID. 3. Type in the first characterof the password. 4. Click on the address bar in the browser,type in some random charachters. 5. Again go to password field and type in the second character of the password and probably third too. 6. Again go to the address bar and type in a few more random characters. 7. Back to the password field and the next characters of the password. Keep on repeating the process till you type in the full password in the password field. Instead of the password snoopy2,the keylogger now gets: www.hotmail.comspqmlainsdgsosdgfsodgfdpuouuyhdg2 Heres a total of 26 random characters have been inserted among the 7 characters of the actual password! No doubt it takes a little bit of more time than the usual process,but you are safe and secure that way!
View Replies!
View Related
HP 2848 Reliable Enough For Public Facing Production Switching
The 2848's can be had at pretty good prices these days. Don't think I'll be needing any fancy features out of these guys aside from vlaning, spanning tree, port channeling and some other basic commodities -- all of which should be cake for this switch. I was going to pickup some 2950's, but considering these are only ~600 each in most cases..might as well.
View Replies!
View Related
IX Web Hosting - Possible Worst Host Ever? Deny Access To Your Files!
I signed up for hosting with IX Web Hosting in April of 2007. There have been two occasions that they provided the perfect example of Terrible Customer Service. So much so, my last pony ride with IX Web Hosting was my last. I decided to call it quits and move my account to Host Gator. I keep my most important sites on a dedicated server at Servint.net. If you are interested in a dedicated server or VPS, I highly recommend Servint. You will not beat the level of service and professionalism this company offers. But that’s another post in itself. The point is, I had some SEO tests I wanted to perform and I was looking for a hosting company that would allow me to host 10 different domains in the same account on different ip addresses. IX Web Hosting had the plan I was looking for. So in April of 2007, I signed up for a hosting account. Overall, I was pretty satisfied with the server performance at IX Hosting. I experienced very little if any downtime from server issues. They don’t offer a standard cpanel interface like most web hosts. It appears to be a proprietary / in house control panel. It was pretty straight forward and with a little time I was up to speed. Then on June 5, 2008, I got the following email from a System Administrator at IX Web Hosting. --------------------------- Hello, My name is Anthony, and I am a system administrator at IXWebhosting. I’m here to ensure a reliable and fast hosting / e-mail environment. This is the reason why I ask you to get in touch with us. We have received numerous complaints from third-parties about spam originating from your website. As you may know, spam is an on-going problem for all internet users, hence all companies have very strict rules against spam. I am here to ensure that neither you nor any other customer is facing any downsides which could be the result of these spam regulations. We ask you to immediately cease and desist any such activities. If you are unaware of this activity, please contact me or any of my colleagues via this ticket, phone or live-chat so that we can find the reason for the spam activity together and fix the issue instead of the symptom. Viruses and things of that nature may be installed on your computer and will cause the spamming. We recommend that you run an anti-virus program. If you currently do not possess an anti-virus program, you may download a free version. Please just follow the link below to find Google’s best links for free anti-virus software: google.com/search?q=free+anti-virus+software [url] In order to ensure your hosting and mail environment is working flawlessly, we ask you to get in touch with us within the next 72 hours. I highly appreciate your time. Best Regards, Anthony Washington System Administrator IXWebhosting ----------------------------------- They identified the domain as bestadtracking.com. This is a domain I own but have never promoted. Not only had I not sent spam through IX Web Hosting, I averaged less than 200 sent email a month on all the domains on my account. So on June 6, 2008 I responded to IX Web Hosting with the following two messages. ----------------------------------- Hi Anthony, I can assure you I am not sending spam from this domain or any others. I’m a little surprised that this domain is in question? I set it up over a year ago and haven’t ever promoted it. I don’t send any type of email over this domain. I have no reason to. It gets no traffic or inquiries. Are you sure there isn’t some type of mistake? Otherwise, there are a couple of php style contact forms on that site. Could a hacker use that sort of thing to send spam? How can we track this down? Thanks, Brent Crouch 615-389-XXXX ----------------------------------- Here is the second email I sent on the same day. ----------------------------------- Hi Anthony, I am using AVG on my computer and the scan completed finding no viruses. Besides that, I am using Outlook to manage the mail on several of my domains. I don’t even have a send account setup for bestadtracking.com on my computer. As I stated in the previous reply, I have no reason to since this domain is not promoted. Can you give me the IP address of where the spam originates? I’d like to compare that to my IP address here at home and office. Thanks, Brent Crouch ----------------------------------- I had no information to track the issue any further. The lack of response from IX Web Hosting left me to believe the issue had been resolved or there had been a mistake. Then 4 days later on June 10, 2008 I got this message. ----------------------------------- Brent We tried to reach you today in order to resolve this issue, but unfortunately it has been well over 72 hours since this ticket was placed. We must sadly suspend your services, please do not hesitate to call us at 1-800-385-0450 any time, day or night. Best Regards Ian ----------------------------------- Amazing! They give me no information to solve this problem. On top of that, they don’t respond to my ticket in 4 days and because I didn’t answer the phone when they called they suspended not only the domain in question but every domain listed in my account. I called in and spoke to a tech support guy who allowed me to remove the domain in question and in return, he restored my other domains. He also left a message to have the tech support manager call me the following day. The manager I spoke to apologized for the way the ticket was handled and the lack of information that was given. He said he would follow up with the employees that were responsible for the ticket and make sure it never happened again. He was helpful in looking at the server logs and determining how someone had loaded a spam bot onto my site. Apology accepted. Stuff happens. I considered it water under the bridge and not a big deal. Not so much….. After my first run in with IX Web Hosting, I wrote the whole incident off as a fluke. The manager I spoke to seemed very sincere and assured me that wasn’t proper protocol and wouldn’t happen again. I was trucking right along until I got this email from them on October 26, 2008. ----------------------------------- Dear Brent Crouch, We have received notification of phishing material in your account. Phishing files are usually placed through some type of exploit of out dated code, weak file and folder permissions. Packaged shopping carts and photo galleries are usual sources as hackers find exploits and developers fix them almost daily, so unless you constantly update the software or completely secure it things like this can happen. You must agree to remove this content and update any software that has resulted in security holes. To protect your account from further action you must agree to our request for compliance. Please respond to this message stating your intent to do so. You may either log into your control panel with us, and access this ticket via the 24/7 help desk, or provide this ticket number to our Live Chat or phone representatives. Failure to respond to this message within 72 hours will result in the suspension of the affected domain with us until such a time as this matter is resolved. Michael ----------------------------------- The email gave me no indication of which domain had been hacked. When I wrote to live help and gave them the ticket number, I spent 10 minutes waiting only to be told they didn’t know which of my domains had been effected. They recommended I reply to the online support ticket. Here is the email I sent them in response on October 27, 2008. ----------------------------------- I replied to live help and they could not find any information. So far you haven’t told me which domain is a problem. Please give me the info I need to correct this problem and I’ll take care of it. Brent Crouch 615-389-XXXX ----------------------------------- Eight hours later, I was able to find the problem by viewing all the files on my domains and looking for the files that had been recently changed. It turned out my brentcrouch.com domain had been hacked and setup with all sorts of eBay and bank phising pages. The site operates on a Wordpress platform which is widely used and is a big target for hackers. [url] I wrote back to IX Web Hosting for a second time on October 27, 2008. ----------------------------------- I found the problem on my brentcrouch.com domain. I updated the wordpress software to the latest and cleaned up the problem. The only exception is the brentcrouch.com/forum directory. I am unable to delete this directory as the hacker has removed my access. Please delete the directory. Thanks, Brent Crouch ----------------------------------- The following day, here is the email I got back from IX Web Hosting. ----------------------------------- Brent: Thank you for your attention to this matter. Per your request we have removed: /brentcrouch.com/forum - deleted We will be closing this ticket at this time. If you have any questions please feel free to contact us. We will be happy to assist. Please note that this is the second time this problem occurred. Unfortunately, I have to bring to your attention that as per our terms of service a third instance will result in immediate account termination without notice. No backups will be provided. If you have any questions about how to avoid this from happening again our support team will be glad to advise. Respectfully Frankie Support Tech Representative ----------------------------------- When I seen that response, I was pissed! I run my own server at Servint.net. I’ve hosting accounts at several other hosting companies. I’ve never had a site hacked except from IX Web Hosting. In 4 months, I’ve had two sites hacked. In both instances, IX Hosting was zero help in locating the source of the problem. In the first incident, they didn’t even reply to my ticket for 4 days. In the latest incident, they couldn’t even tell me what domain was hacked. Then they send me an email telling me if it happens again not only will they suspend my account, they’ll deny me access to my files! Huh? That’s not a risk I’m willing to take. With the high costs of obtaining customer’s in this business, I’m a little surprised they don’t do a better job of trying to retain them. In my opinion, this policy is unacceptable and makes IX Web Hosting one of the worst hosts I’ve ever dealt with. I just signed up for a hosting account with Host Gator and have already moved all my domains over. So far, so good. What’s your experience with IX Web Hosting?
View Replies!
View Related
Vmware :: Assign Public Interface IPs (provided By My DC) To Every Node
I am setting up Vmware in a test server. Did a ./vmware-config.pl and pressed enter for all the options. I am seeing vmnet0 and vmnet8 in ifconfig result. Now, the server has 16 IPs. Not even added to server. Just provided by DC.. I have created few nodes via vmware-web-console. The nodes are created without any issue. Now.. I am not seeing any option in vmware-web-console to assign IP address to vmware nodes. How do I assign my public interface IPs (provided by my DC) to every node? I read someting about bridge networking.
View Replies!
View Related
C99Shell Folders?
I found these folders in the root /usr/bin/c99 /usr/include/boost/numeric/interval/detail/c99_rounding_control.hpp /usr/include/boost/numeric/interval/detail/c99sub_rounding_control.hpp what are these ? is it normal folders ? or somebody hacked our server? what shall I do?
View Replies!
View Related
Nobody Folders And Delete
when people run a forum and the template and forumdate folders may created some files with nobody permission, the user could not delete them by the user themself, and need admin login as root with ssh to delete those, and let the files permission can run as the user instead of nobody. the server is centos with cpanel and suexec.
View Replies!
View Related
.htaccess And Folders
In the public_html directory, I have php_value user_agent "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0" <IfModule mod_security.c> SecFilterScanPost </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Errordocument 404 /404.html RewriteCond %{REQUEST_FILENAME} !.(jpg|jpeg|gif|png|css|js)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* index.php [L] </IfModule> Then I created a new directory named caller There is an exact same .htaccess in public_html/caller However, the .htaccess in the public_html directory rewrites all request to index.php .htaccess in public_html/caller rewrites all request to /caller/index.htm The thing is when I access [url] whatever the one that's called is /public_html/index.php How can I arrange so that the one called is /caller/index.htm?
View Replies!
View Related
IIS 5.1 - Browsing Folders
Well I finally got around to getting my IIS up and running which will save some time with uploading various files to check that they are working correctly but now I have run into a new problem. What used to happen with my IIS is it would list out all of the folders which I had in the wwwroot and I would simply navigate through and select which site needed to be tested. At the moment, I have cleared out the wwwroot folder entirely since all of the stuff in there was to do with a "Windows XP Professional" page which appeared upon installation. However, now that I don't need it anymore, I decided to clear it out and test IIS out by making a new folder called "sites" into wwwroot. Now though, it simply comes up with a "Directory Listing Denied. This Virtual Directory does not allow contents to be listed." error message, even though I have changed the permissions on the wwwroot folder to allow writing etc. Could this be because it's IIS 5.1 and I need to install IIS 6.0 instead or is something else wrong? I know for a fact that my operating system (Windows Media Center Edition 2005) will do this list as I have had it before, back before I installed Vista and then decided to come back to MCE.
View Replies!
View Related
Emails Going To SPAM Folders
I can send e-mails out but many times they go directly to the recipient's SPAM box. Also, my server cannot send to any company e-mail that uses MXLogic.net's services. Going to [url]<--My server IP is on ZERO blacklists. /etc/resolv.conf appears correct /etc/hosts also appears correct Is there something that I am overlooking?
View Replies!
View Related
Accessing Shared Folders
I have server which all files and folders are stored on. Now there are a couple of folders which are only accessible by one machine at present and all the other machines when they access the folder it is displayed as empty. I have checked all permisions and all machines viewing of files settings are the same and folders accessible by all machines have the same settings as the couple which are only accessible from this one machine. If I copy and paste the folder all machines then have access to the folder from although this would be a lengthy exercise for the full hard drive.
View Replies!
View Related
Folders Display Permissions
I would to know how I can change the display permissions for my website sub folders and files from public view, for instants The current is you can access to any folders or files once trying access to any folders in my website like open this link www.yoursite.com/photos/ will see all sub-folders and files in this “photos” folder also you can see the other folders in another level by going to the top level folders! but I think there is a way to enforce my users to write the full path of any selected photo or file they want without browsing my folders and sub-folder.
View Replies!
View Related
Mystery Folders Being Created
I am designing a site for a client and in all the years I've done design etc, I've come up against a phenomenon with their VPS server they have. It's linux and uploading files I am using WS_FTP Home. I am uploading files and folders to their public_html/domain.com/ (*I use domain here for their privacy) and in some folders (directories) after doing so, a mystery folder suddenly appears that is named 5" and as you enter that folder, you see the path directory show up "public_html" and if you go into that one, you come up to the domain.com folder again, and if you deeper into that one you start to see this phenomenon of mirroring folders of the one you go into. Example: public_html/domain.com/images/5"/public_html/domain.com/images/file ***the file whether it's an image jpg, png, etc is created as the last directory as a folder, not a file. I should also mention that as you go deeper in the 5" mystery directory folder, you no longer see the path in the FTP anything past the 5" one even as you go further in. Oh, and it doesn't allow you to delete these 5" folders regardless of what permissions. And this folder seems to show up in many areas of this website's directory structure...mostly where images are (don't know if that is just a coincidence). So hope all this makes sense....anyone seen this before and what the cause could be? Their host doesn't seem to know the reason and says they cannot see it even though others can. They said it's the FTP program as the cause and not their server. My comeback to that is that I've used this FTP for years and never before seen this happen. It's only with this one client's server.
View Replies!
View Related
SSL Certificates Works For Folders?
Say i have domain zzzzz.com and have some folders say a, b and c would ssl if installed for main domain zzzzz.com work for https://zzzzz.com/a and so on ? or would wildcard ssl be required for that ? And what if that /a folder is actually a subdomain, but since you can access subdomains via url/folder instead of folder.url would ssl work on it using url/folder option instead of subdomain url ?
View Replies!
View Related
|