WHM/Cpanel Not Working Via Web Interface.. Sites Still Online..getting Access Denied
I have someone who manages my box.. but lately he has been MIA.. and very hard to contact.
All of a sudden I realized that I cannot reach my cpanel or whm..
when I go to www.domain.com/cpanel It just says checking for connection.. and doesn't go anywhere.
If I go to domain.com:2082 it says 401 Access Denied
I tried rebooting the box..
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
CPanel/WHM Server - Email Not Working
Just got a new server online this week from VolumeDrive, and everything has been going just fine with my initial setup. I transferred over 7 domains from another cPanel/WHM machine and the transfer feature worked flawlessly. Since I use Gmail for most of my communication, I haven't even had any email accounts setup on any of my domains in quite sometime. So knowing that I need a few setup for various correspondence, I went ahead and set one up tonight. I've setup and used mailboxes on cPanel machines before, and it's not exactly rocket science... pretty easy stuff. But what's weird here is that when I attempt to click on the "Webmail" icon from directly within cPanel, the Horde login fails over and over again. Then, if I setup the account in Thunderbird or Outlook using the CORRECT account information (username@domain.com as the login -- and the appropriate password/server settings), the client login fails also. To add to this weird behavior, I sent myself an email at the newly setup address with a 2mb attachment. Obviously I can't login to the account to see if the mail arrived, but at least it didn't bounce. However, when I'm in cPanel under this domain and go to "Email Accounts", I'm showing "0 Bytes" for usage under the account where i know there should be at least 2mb worth of usage.
View Replies!
View Related
How To Protect Access To Whm/cpanel
is there a way to protect whm/cpanel access? At the moment anyone can type domain.com/cpanel or domain.com/whm or server/cpanel or server/whm. I would like to limit access to these pages by adding additional password (like folder password) or restricting IP.
View Replies!
View Related
Web Protect Not Working In Cpanel
I have protected one folder on my domain from Cpanel using function "web protect" also its asking for password but the password is not working. I did checked the .htpasswd file in users home directory and it have the user created for protection.
View Replies!
View Related
Switch With A Web Interface
I've got about a dozen servers on a single Linksys 224 switch but it only has the choice of 10/100 for port speeds. I need something that can actually limit thru-put per port in 1mbps increments and also has snmp. The obvious choice would be a Cisco, but I don't like to toss technologies I know nothing about into the systems that pay my rent and I just don't have the time to learn IOS right now. I can deal with a Linux command line, but I haven't heard of any Linux-based switches. I also don't have any serial ports on my latest laptop so I'd actually prefer a web-based interface like the consumer stuff has. Lastly, it has to have gig-e uplinks like my existing Linksys because I'm going to be jumping up to a 200mbps commit pretty soon.
View Replies!
View Related
Which Web Server/application Interface
This is my first post here and this sub-forum seems to be adequate for my question. If it is not, I apologize in advance. I want to create a web application for an upcoming project of mine that has the potential to attract a large number of people. So the web application needs to be fast and secure at the same time. I used PHP for minor projects for some time now, and although it is really efficient for quick web development, it _appears_ to me like a house of cards waiting to collapse. If you know how to use it properly, it can be acceptable, but there are still numerous security exploits in PHP itself that have surfaced over the last decade. Additionally, it tends to be quite slow and has a lot of bugs that aren't really security related, but can make your life hard. I've run test scripts (that I optimized for web deployment) on my own computer, and even on my own computer which is way faster (in terms of CPU speed, number of cores, RAM, and so on) than most servers, it runs slow--without any database access! And I honestly don't buy the "your server will spend most time in your database anyway, so don't worry about that" statements. I've tested it with databases that have millions of rows in them, and coded a test script that accesses the table and then calculates stuff from that and outputs it. If I comment out the database access the time needed to execute the script is only marginally reduced. I observed the same in my other projects. I also used Python and the problem seems to be the same. Now, before the PHP/Python fanboy crowd yells at me: "Google uses Python and Wikipedia uses PHP, too". Yes, I know. But they have a lot of money to throw at the problem and can easily add new hardware if needed (Wikipedia alone has collected over 6m USD in the last year from donations). And a Wikipedia staff member I talked to some while ago told me that it's a miracle that Wikipedia is still running given that it is written in PHP with all its security problems (not my words). So I thought: why not use a compiled language? The obvious advantages would be that it is faster, and that I can leave out all the junk that is not needed in my case, thereby decreasing the chance of badly written code running in memory. I have coded in C and C++ for a long time, including security-critical applications. So I absolutely know how hard it can be to write really secure applications, but I think it is also fair to say that I know how to minimize the risk of buffer overflows, validate user input properly, and so on. I often force myself to review my code some time later, in order to spot coding mistakes that you just won't see the first time. Additionally, I've created a neat string library around the standard library that makes string manipulation as easy as in PHP or Python. So I continued my thinking: why not use C/C++ for your web applications and 'somehow' interface them with your web server? And that's the problem--the 'somehow interface'. I don't know what to use that won't be deprecated in like 5-10 years from now. CGI seems to be quite okay, but I heard there's a huge overhead due to loading the executable into memory each time a user requests a page. FastCGI seems to be a better solution, but is not as widely supported. My question is: What interface should I use if I want my web apps to be compiled? CGI, FastCGI, what else? The interface needs to be supported into the far future, it needs to be efficient and fast. And there's also one more important factor: time. Coding the application itself is an acceptable time loss, but if I can only run the app on a dedicated server and have to manage the whole server myself, this can become quite cumbersome. I'd really like to use a solution that can be run on a managed server.
View Replies!
View Related
Server Access Denied
I have a strange problem that I encounter sometimes. I have 3 websites on my hosting account. About once a week, I will try to access one of those sites and I will get a timeout or connection error in my browser. I will not have any problem viewing any other websites and as soon as I restart my computer, I can view my sites again. It seems like either my computer, wifi router, isp or webhost decides to block me from accessing any of my 3 sites for no apparent reason. Restarting my computer fixs this. My ip does not change when I restart my computer so I do not know why it would suddenly allow me acces again but it does. What is this problem likley to be? A bug on my computer, a bug on my server? My isp being retarded? No one else seems to have any problems accessing my site, I would guess it is a local issue. What I can not figure out though, is why it only happens to my own websites on my hosting account. This never happens when trying to view any other websites except my own(on my hosting account). This cannot be a coincidence. It is a big mystery to me.
View Replies!
View Related
Mysql Access Denied
I've setup a mysql user and assigned a password for it. When I try logging in to it with Quote: mysql -u USERNAME -p and then providing the password I get an error: Quote: ERROR 1045 (28000): Access denied for user 'USERNAME'@'localhost' (using password: YES) I don't have trouble logging in as root and when I check the user table there, the password assigned to the user is same as the value the mysql function PASSWORD gives me. Really driving me nuts here, why is it telling me the password is wrong when it's not? I've tried: Restarting mysql setting new password changing username Using mysql server 5.1.34
View Replies!
View Related
IIS: Access Denied
I am installing a .NET application on a client's server but they don't know much about IIS and neither do I. I am having an access denied issue when browsing a recently installed website on a fresh .NET framework. The "%systemroot%Microsoft.NETFrameworkv2.0.50727Temporary ASP.NET Files" folder appears to have the correct rights, I read that incorrect rights could be a reason for this issue. What else could it be ? Code: Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Puerto' or one of its dependencies. Access Denied. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Assembly Load Trace: The following information can be helpful to determine why the assembly 'Puerto' could not be loaded. === Pre-bind state information === LOG: User = NT AUTHORITYServicio de red LOG: DisplayName = Puerto (Partial) LOG: Appbase = file:///C:/Inetpub/wwwroot/CFDOCS/home/ LOG: Initial PrivatePath = C:InetpubwwwrootCFDOCShomein Calling assembly : (Unknown). === LOG: This bind starts in default load context. LOG: Using application configuration file: C:InetpubwwwrootCFDOCShomeweb.config LOG: Using host configuration file: ?c:windowsmicrosoft.netframeworkv2.0.50727aspnet.config LOG: Using machine configuration file from C:WINDOWSMicrosoft.NETFrameworkv2.0.50727configmachine.config. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/web/13c8581c/98ca4568/Puerto.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/web/13c8581c/98ca4568/Puerto/Puerto.DLL. LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/CFDOCS/home/bin/Puerto.DLL. ERR: Failed to complete setup of assembly (hr = 0x80070005). Probing terminated. Stack Trace: [FileLoadException: Could not load file or assembly 'Puerto' or one of its dependencies. Acceso denegado.] ....
View Replies!
View Related
Can't Check Anything Always Access Denied
i got this message in my direct admin This message has been automatically generated notifying you that the service httpd is currently down and i searched and someone recommend to check using this order in ssh and i got this message Could not open configuration file /etc/httpd/conf/extra/directadmin-vhosts.conf: Permission denied and also i get permission denied for anything related to apache
View Replies!
View Related
FTP: Access Denied On Whole Server
I have many accounts on my server, everyone can connect via FTP but when they try to upload something they get "access denied", i get it too, sometimes it works for a few minutes and goes back to giving me access denied. I have not changed any settings since it was working just fine before. I checked the folder permissions, user permissions, used chown command to make sure the folders belonged to the correct users/groups and I disabled the firewall same thing, any ideas what might be going on? do you this I have a virus on the server? it's a linux server
View Replies!
View Related
554 Relay Access Denied
got a dedicated server with linux and I am using vhcs2 control panel on the server. I get a bounced message saying 554 <domain> Relay access denied. I get this message for any email address i send externally. If i send emails to any email on the server. It works fine. I am not familiar with the config of vhcs2 or how the mail works.
View Replies!
View Related
SSL Access Denied Error
Recently migrated a customer's website to a new server and transferred their SSL certificate. They are now reporting that some users are getting a "permission denied" error when trying to visit the site. The customer's developer and I are unable to reproduce the error anywhere. Please click on this site and tell me if you get a "permission denied" error: www.accreditationnow.com/
View Replies!
View Related
TheNYNOC - Billing Error And Denied Access
I've had a tiny VPS with Nynoc for a while, and have been satisfied with it's performance. Today, I just purchased their supervps 3 ($15/mo) and paid 6 months in advance. Although the full amount of the purchase was $90, I was billed only $85 in the invoice. My paypal account showed they had deducted $5 immediately before the order. Anyways, I completed the payment and got confirmation email. However, few hours later I come to learn via paypal emails that the subscription had been cancelled and the $85 payment refunded! I tried to login to the client portal, and surprise! Access denied! I tried to reset the password using the "forgotten password" link, now it says my e-mail address doesn't even exist in the database! I contacted support via e-mail and awaiting a reply. In the past few months I've received some weird invoices from nynoc. Sometimes they sent me invoice for $0, and then notify me that the invoice was paid in full! Clearly, their invoice & billing system is having trouble. And now I'm being locked out of my client area. (My old VPS is still running though.) Worse still, there was no word from the nynoc staff. Has anybody experienced billing errors with nynoc?
View Replies!
View Related
MySQL: Access Denied For Root User
When I deleted a database, the user apparently was orphaned because when I tried to recreate it, it returned "user already exists". I've never encountered that problem although from Googling, I see others have and they delete the user to get around it. When I log into mysql using the da_admin@ account and attempt to remove the user with drop user <user_name>; I receive the following error message: ERROR 1227 (42000): Access denied; you need the CREATE USER privilege for this operation It seems I don't have rights even as the root user. How can I get remove the orphaned user?
View Replies!
View Related
Apache, Linux, Access Denied Error
I have apache, php, and mysql setup on CentOS 4.4. I have phpMyAdmin running perfectly in a folder in /var/www/html/phpMyAdmin. I can access phpMyAdmin and use it perfectly. I downloaded Cacti which is a server monitoring application written in php, nothing special. I untar the file and it creates a folder, I simply do a mv command from /home/sys/cacti to /etc/www/html/cacti. Then when I open my browser and attempt to access: [url]I am getting a Access Denied error. It makes no sense though, I have verified the permissions of the files and folders, all good. The group owner and owner are root, the files are all -rw-r--r-- and the folders are drwxr-xr-x.
View Replies!
View Related
Access Denied For User 'root'@'localhost
I'm getting the error after running [root@server ~]# mysqladmin processlist Quote: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' I'm running plesk on FC4. Not too sure why it says failed or denied, as I'm root?
View Replies!
View Related
ModSecurity: Access Denied With Code 400 (phase 2)
We have a small Hosting reseller account at eNom. We have a new customer that moved his website from another hosting company to ours. The website is on a shared IP. Enom also uses a internal IP for internal use associated to the domain. The problem we have is that AOL users can not see the website. As far as we can tell no other ISP's are having this problem. Everyone can see it except AOL users. When AOL users go to the site they get "Page can not be found". After several calls to eNom support and them triple checking the DNS we still have the problem. I looked at the error log for the website this morning. I found several errors. I looked up the IP's with the errors and they all pointed back to AOL.. See below for two examples of the errors.... Is this a server problem or DNS? What do these errors mean and what do I do about it? The domain is http://2hotlicks.com . They sell Hot Sauce.. Would AOL block it because of the keywords in the Domain name? [Wed Oct 17 08:11:56 2007] [error] [client 207.200.116.7] ModSecurity: Access denied with code 400 (phase 2). Pattern match "(?:\bhttp.(?:0\.9|1\.[01])|<(?:html|meta)\b)" at REQUEST_HEADERS:Via. [id "950911"] [msg "HTTP Response Splitting Attack. Matched signature <http/1.1>"] [severity "ALERT"] [hostname "www.2hotlicks.com"] [uri "/"] [unique_id "uPWvAgoHAlYAAA25N5AAAAAI"] [Tue Oct 16 13:11:20 2007] [error] [client 207.200.116.137] ModSecurity: Access denied with code 400 (phase 2). Pattern match "(?:\bhttp.(?:0\.9|1\.[01])|<(?:html|meta)\b)" at REQUEST_HEADERS:Via. [id "950911"] [msg "HTTP Response Splitting Attack. Matched signature <http/1.1>"] [severity "ALERT"] [hostname "www.2hotlicks.com"] [uri "/combos.htm"] [unique_id "yddhwAoHAlYAAEEfgyEAAAAi"]
View Replies!
View Related
DirectAdmin - Access Denied For User 'apache'@'localhost' (using Password: NO)
I get the following error when let my site connect to my database: Access denied for user 'apache'@'localhost' (using password: NO) But when im running lil test script which connect to my localhost with the same passwords and it gives the status 'Connection OK' (im running on admin account, made a MySQL account with DA) Code: <?php $link = mysql_connect('localhost','admin_removed','removed'); if (!$link) { die('Could not connect to MySQL: ' . mysql_error()); } echo 'Connection OK'; mysql_close($link); ?>
View Replies!
View Related
Mod_security: Access Denied With Code 406. Pattern Match
Taken from apache error logs, are these below legit or false alarms per se? This same customer is having issues with php sendmail (server uses php 5 w/ phpsuexec enabled) [Thu Feb 21 17:02:02 2008] [error] [client 216.9.250.112] mod_security: Access denied with code 406. Pattern match "!^[0-9a-z]*$" at COOKIE("PHPSESSID") [hostname "www.clientdomain.com"] [uri "/%23URL.ImagURL%23"] [Fri Feb 22 10:13:18 2008] [error] [client 189.24.155.203] mod_security: Access denied with code 406. Pattern match "',''));" at POST_PAYLOAD [hostname "clientdomain.com"] [uri "/xmlrpc.php"] ....
View Replies!
View Related
ERROR 1044 (42000) At Line 15: Access Denied For User
My server is new from SoftLayer when i try to restore Data Base He Give Me this Massege ERROR 1044 (42000) at line 15: Access denied for user 'mov_uu'@'localhost' to database 'mav2' i try to restore another data base he give Also A masseges ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near And i have Upload Center It Was Work 100% Suddenly He give me Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request ------------------ also Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/home/nameofuser/public_html/vb/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
View Replies!
View Related
401 Unauthorized: Access Is Denied Due To Invalid Credentials.
I have just installed WHMCS on a dedicated Windows 2003 Server box with Plesk 8.2. I am getting the above error when I try to go to the billing subdirectory (www.mydomain.com/billing), if I don't input a correct username/password. Inputing a username/pass does work, and I did so to install it, but obviously this is not a long term solution. IUSR has read/execute/list rights to the parent httpdocs directory and inheritable permissions is checked. I have checked the child directories and files, and everything seems to have inherited the correct permissions. I am able to otherwise access my website, as well as TCadmin.
View Replies!
View Related
ERROR 1045 (28000): Access Denied For User 'root'@'localhost' (using Password: NO)
Im trying to setup a mysql server on my centos vps server. Ive installed mysql server and done chkconfig and the mysql server has started. My problems start when i want to set a mysql root password. Quote: mysqladmin -u root password yourrootsqlpassword mysqladmin -h server1.example.com -u root password yourrootsqlpassword I get an error "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)" Which i totally dont understand because why would it want a password when im trying to set the password?
View Replies!
View Related
Online Web Radio
I'm in the process of putting together an online radio show, which will require live stream for a small audience at the beginning. I'm not familiar with online stream so I would like to hear from some of the expert on how to proceed.
View Replies!
View Related
ERROR 1044 (42000) At Line 21: Access Denied For User 'umar_cs'@'localhost' To Data
in ssh i try create new database root@server1 [~]# mysql -uumar_cs -ppassword umar_cs </home/umar/public_html/localhost.sql it is show direct ERROR 1044 (42000) at line 21: Access denied for user 'umar_cs'@'localhost' to database 'umar_cs' i try from script same message i think maybe the problem from the size in this file /etc/my.conf set-variable = max_connections=500 i change to set-variable = max_connections=500M and restart mysql and i try create same problem!
View Replies!
View Related
Putting A Web Site Online
Now that I have learnt what I guess is enough to build a web site (including HTML, CSS, JavaScript, PHP, and Photoshop), I need to know what are the steps to put a web site online. I need to know everything: 1- Purchasing a domain and what are the different possibilities. 2- All about Web Servers (Buying - Renting - different operating systems and platforms) 3- Mail Servers and other services. 4- Security issues that I need to worry about. 5- Any other things I need to consider.
View Replies!
View Related
Can't Access Sites
I have started my hosting service at ezhostlive.com. But currently, a few users are experiencing problems accessing accounts made by me. This problem is only affecting people on a certain ISP. For them, they are not able to access any domain/subdomain on ezhostlive.com A few examples of sites which do not work for them but work for everyone else NOT on that ISP are teensideout.com, tpc.ezhostlive.com, mobilemasters.ezhostlive.com. I'm not sure if this is a problem with my DNS settings for my domain or an ISP problem. Here is the DNS report for an account hosted on ezhostlive.com. dnsstuff.com/tools/dnsreport.ch?domain=teensideout.com Here is the DNS report for ezhostlive.com. dnsstuff.com/tools/dnsreport.ch?domain=ezhostlive.com
View Replies!
View Related
Can't Access My Sites From Some Places
I have my main business site at: www.ShaShinKi.com I have received many complaints from my customers that they can't access to my site from some of their connections. Yesterday and today, I can't access my site as well. I am connecting using an university server line with IP 133.41.34.130 While I can't access www.ShaShinKi.com, but if I type the IP address of my server at [url]I can still see the page load up.
View Replies!
View Related
Some Users Can't Access My Sites
I have several users that can't access my sites, they are all from different areas of the world, most are on PC's with WinXP and one is on a MAC. I've had them do all the normal stuff..clean cookies, cache etc all with no luck. I have a dual processor server running Red Hat 7.3 i686. I do have KISS firewall running. If I stop the firewall, they can get in, but I can also bring it back up and then for several hours they can still connect, but at some point, they stop being able to. I currently have no ip's blocked. See below: BLOCK_LIST=" " TCP_IN="20 21 25 53 80 110 143 443 995 2082:2083 2086:2087 2095:2096 3306 8443 10000 19638 22 26 37 43 873 993" TCP_OUT="21 22 25 37 43 53 80 443 873 2089 55000" UDP_IN="53" UDP_OUT="53" TCP_IN_TRUSTED="22" TRUSTED_IPS="0.0.0.0/0" SERVER_IPS="0.0.0.0/0" Nothing that I know of changed, it just started about a week ago.
View Replies!
View Related
Apache Is Working But Can't Login To Whm
I have a problem with my server: all my websites are shown correctly but when I try to login to the website's cpanel I get an "Unable to connect" page. I tried to restart named and httpd but still no results. If I restart my server I know that it will be fixed but I would like to see what I can do before restarting the whole server
View Replies!
View Related
Access All Sites On A Server Except One (can Ping)
I got this domain hosted on my server where i can't ping or trace it. Every setting seem to be correct, the ip address, name server...etc. and other websites hosted on the server is working fine. i can reach other websites with no problem but not this domain. how do i trouble shoot such problem? would deleted the website and recreate solve it? has anyone ever come across such strange problem?
View Replies!
View Related
WHM Upgrade Caused Su To Stop Working
I have not logged into my server in about a week, and in during that time WHM updated itself. I logged into WHM yesterday and received the accept new license message. Then ssh'd into the server as my normal user, but can no longer su to root. When I try, it just says 'incorrect password', though I am entering the correct root password. I can ssh to the server as root and login no problem, using that password. As root, I can su to other users, but not the other way around. This has never been a problem until yesterday. This only happened in the last week, and the only thing that has happened is the SHM upgrade. Also, from within WHM, attempting to restart apache seems to stick with the progress meter on the screen forever. I am not sure if whm is attemtping to execute commands (like apache restart) with sudo, which may explain that behavior as sudo is no longer working either. Has anyone seen this with a WHM upgrade?
View Replies!
View Related
Can Other Hosted Sites Be Access Through Your Domain/subdomain
I'm using a shared host that provides good service and support, but there's one major issue I discovered recently: Other sites hosted on their server are accessible through my domains and subdomain. For example: Account2 on their server can be accessed through: [url] [url] Host says: "Because everything is Name-based, apache decides what directory is going to be used based upon the name that is provided. However, because the username is valid, it treats it as a vaild URL and redirects it to your site. There is no security issue, as this is just the way apache’s configuration works." Is it really normal? Does the same happen on all apache servers? I think SE's would treat the other pages as mine, no?
View Replies!
View Related
Unable To Access Sites On Plesk Server
When trying to access any web sites or webmail on a plesk server i keep getting the following. Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Nothing as far as i can see has changed on the server. I cant access plesk control panel due to network restrictions but have command line access. what could of caused this blanket ban? Cant see any changes in .htaccess files, but didnt think that plesk would affect these much anyway
View Replies!
View Related
Unknown Company "Easy Web Hosting" Taking Over My Web Sites
I just received two e-mails which may be some new kind of phishing scam. Full text at bottom. The message describes the beginnings of a "site upgrade" for my web sites, but it's not from the company that does my hosting. I received this for two sites that I have hosted with EZpublishing. I'm having terrible problems with EZpublishing; they lost most of my databases last Friday, have failed to respond to a trouble ticket, and phone calls divert to an answering service. I've filed a complaint with the Better Business Bureau. They may be going out of business and selling their remaining customers to another provider. So a message regarding migration to another host isn't unexpected. But the message below looks phony. First, they know what my domains are, but they don't apparently have access to any of my customer account information. Second, "easywebpublishing.com" doesn't have a live web site at it, just a sort of "coming soon" page. The WHOIS info for the domain shows ownership by "Internet Names for Business". "megawebservers.com", from which the email originated, is sort of a skeletal web site that looks like a hosting provider, but doesn't have any real info. "megawebhosting.com" WHOIS info shows "Moniker Privacy Services", which usually indicates a bottom-feeder if not a scam. Anyone else see anything like this? .....
View Replies!
View Related
Apache Is Working On Your CPanel® & WHM Server
I was changing IP Addresses on one of my domains on my VPS to a spare fresh IP. Since doing this, my DNS hasn't fully propgated, so I'm then facing this message. Apache is working on your cPanel® and WHM™ Server Now my question is, how do I change this default green Cpanel page? Could I swap it with my own page?
View Replies!
View Related
Sharing Full Group Access To 3 Sites/users
i have 3 sites/users that all need to be able to access each other with complete read/write/exec access Site1 Site2 and Site3 what's the best way to do this without screwing up all the premissions and access to my currently active sites. I need advice from someone who is a pro at this and not just guessing at what premissions to set. I'm assume i need to create a MasterGrp and invite all 3 sites then set/change permissions on all three sites. Also all new files created would need to have the masterGrp set as the group automatically
View Replies!
View Related
FTP, Email, Browser Access To Server Not Working
My server was hacked so they did a OS reload. Everything seemed ok then they did the Level 2 Security Plan which includes Update kernel to the latest release Update security patches Thorough security audit Installation and configuration of firewall Installation of security updates as released by OS vendor Installation of security updates as released by Control Panel vendor Configuration changes as desired by customer Disabling of unused and insecure services Removal of insecure packages and unnecessary software Regular scans for easy-to-guess users passwords Log auditing for unusual activity Investigating hacking attempts Restoring files from backup Anti-spam configuration Anti-virus configuration Anti-DoS/DDoS kernel code tweaking Default system users removal SSH server hardening Mod_Security (Intrusion detection and prevention engine for web applications) Securing /tmp directory Kernel tuning with sysctl Snort (Network Intrusion Detection System) Acid (Analysis Console for Intrusion Databases) Smartd (HDD Reliability monitor) SIM (System Integrity Monitor) PRM (Process Resource Monitor) SPRI (System Priority) BFD (Brute Force Detection) PMON (Socket Monitor) Tripwire (keeps track of every file being moved/edited in the system) CHkrootkit (Rootkit/Exploit scanner reports sent daily) 1. Now I get a timed out message via my browsers IE & Mozilla 2.When I try to FTP into an account I get this message, same message on all accounts. [06:37:47] Connecting to 72.21.49.74 Port: 21 [06:38:08] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 3. When I try to retrieve my email via Outlook 2007 I get this Receiving reported error (0x80042108) 0UTLOOK CANNOT CONNECT TO YOUR INCOMING (pop3) EMAIL SERVER Here are the traceroute results (image below) Note the timed out message Servstra keeps telling me everything works on their end...... yet I cannot get to the server any longer.
View Replies!
View Related
Pda Access To Whm / Remember Password
I access whm from my pda via this method as told by cpanel's DavidG from support [url] However, there is no remember me option. I'm using Opera Mobile on my HTC Touch and really need some sort of remember me option. Opera mobile (or mini) do not have the wand function either. IE doesn't have any such feature either.
View Replies!
View Related
|