IP Not Being Blocked Properly

Jun 28, 2009

I need to block a specific IP:
93.6.224.242

It adds fine when I do:
iptables -A INPUT -s 93.6.224.242 -j DROP

However, the IP is still accessing files and pages on the site according to Apache:

When I ban other IP's they are blocked from accessing anything on the server (e.g. it wouldn't even reach Apache level because of firewall), but this IP just isn't banning properly.

View 11 Replies


ADVERTISEMENT

SSL Certificates Not Working Properly

Mar 21, 2006

I am using SSL on my site but am having trouble in getting it to work correctly. I want to make it mandatory that the sections in <webaddress>/members and <webaddress>/admin are protected by SSL. I currently have the following in the httpd.conf file:

SSLEngine on
SSLCertificateFile /usr/local/home/pm42/finalcert.pem
SSLCertificateKeyFile /usr/local/home/pm42/privkey.pem
SSLCertificateChainFile /usr/local/home/pm42/finalcert.pem

but I dont know what to do next.

View 0 Replies View Related

CentOS - Can't Get VNC To Display Properly

Feb 2, 2009

I installed VNC on my VPS using a guide I found here. I installed KDE. It all works but when I view the VPS through VNC on my windows PC the text on the screen appears to be squares as if its a non supported language.

[url]

I've uploaded a screenshot to better help you understand what I mean.

View 11 Replies View Related

SMTP Not Working Properly On IIS

Jan 15, 2008

I set up my own SMTP server on IIS.

Most of the time it sends and recieves the email OK.

From time to time, the mails bounce. For example if I send to someone at Hanmail (major korean provider) then it always bounces. Similarly, sometimes people say they sent an email to the server and it bounced back to them.

I guess something is not set up right, maybe MX record or some other mysterious thing. How can I troubleshoot/solve this?

I MUST fix this so I will be back to check on this thread often,

View 0 Replies View Related

How Do I Check If I Have Reverse DNS PTR Set Up Properly

Nov 7, 2008

As title suggests I'm looking to make sure my hosting is set up to respond with valid PTR information so my server generated emails aren't flagged as spam.

I have full SSH access to the machine at root level.

Running a CentOS machine but there are also other virtual hosts using a shared ip.

View 6 Replies View Related

Cron Job Not Working Properly

Jun 9, 2007

I have a slight problem with a cron job I have setup.

I wanted to save a copy of iptables every hour to a folder, so I created a script... here it is:

Code:
varDate=`date +%y%m%d`
varTime=`date +%H%M`

filename="IPtablesBackup-$varDate-$varTime"
iptables-save -c > /etc/IPtablesBackup/$filename
and called is Backup-Script.sh

Now if I just execute the script will in root ./Backup-Script.sh I get a new file with the correct filename and iptables info is saved ! Great ! So then I thought, how can I setup this automatically every hour.

Which leads me on to my problem. I inputted "crontab -e" added this line

Code:
59 * * * * /etc/IPtablesBackup/Backup-Script.sh
The problem is the script is run, I know because it creates a new file with the correct time and date, however the file is empty?

I have set Backup-Script.sh to 777 and owner and group are both root?

View 4 Replies View Related

Domain Not Resolving Properly

Jun 22, 2007

A client recently moved one of their domains to one&one (night mare I know) he then asked us to repoint the domain name to our servers using out name servers.

We have done this and it is not resolving to our server.

The problem is that the site is no longer showing and their emails are down.

I used a domain dossier and the DNS record looks like it should be changed but I'd like some confirmation on this.

View 1 Replies View Related

Tomcat Not Connecting Properly To The Database

Mar 25, 2008

I desperately need someone to help with a tomcat installation on a dedicated server. I have tomcat working properly but the app is not connecting properly to the database.

View 1 Replies View Related

Plesk 12.x / Linux :: SSL Not Updating Properly

Mar 18, 2015

I renewed an SSL cert for one of my servers. After several hours, then days I noticed that the date had not updated to show the new expiration date.

When I do an ssl check through [URL] it shows the following when scanning https://webhost1.teksavvy.com:8443:

Valid from: 2014-Apr-11 00:00:00 GMT
Valid to: 2015-Apr-11 23:59:59 GMT
When scanning https://webhost1.teksavvy.com it shows:

[Code]....

View 6 Replies View Related

Plesk 12.x / Windows :: Only New Net Domain Will Not Add Properly

Jun 27, 2015

I get this error message when I try to add a new domain from within Plesk 12 for Windows..Error: ProtDir_IIS::update() failed: Add Protected Directory failed: columns siteId, path are not unique (Error code 1)

I have added .co.uk - .com and others no issues at all.

View 1 Replies View Related

Verify That My Mail Server Is Configured Properly?

Feb 29, 2008

how I can verify that my mail server is configured properly?

This is the problem:

I can send out mail without a problem, but I cannot receive mail from external domains (eg: google or hotmail).

Some of the message have weird bounce backs like:

PERM_FAILURE: SMTP Error (state 13): 550 No Such User Here

But the user does exist... I am logged into it right now.

View 3 Replies View Related

Backup/restore Of Cpanel Work Properly

Jan 11, 2008

I use Incremental backup feature of Cpanel but seems it does not work properly.

Yesterday when i restored my customer account, it brought back the files and database of 2 months ago. I set it backup everday so why this happen?

My server run Centos 4.5 and Cpanel Stable

View 2 Replies View Related

Windows Customers, Ensure You Are Properly Secured

May 31, 2008

There has been a recent rash of Windows 2003 customers being hacked and having "UTorrent" installed, as well as having their Administrator password changed, rendering the server inaccessible.

At the moment, we have yet to determine the vulnerability in Windows allowing the hackers to breach the systems however we believe it is related to RDP.
We highly suggest you are complying with the following, to lessen your risk of having your server compromised:

1) Run RDP on a non-standard port
[url]

2) Run a software firewall on your machine, blocking ALL unnecessary ports on your server. You should only have the bare minimum open.

3) Limit any non-public access to your IP and trusted IP's only. This will prevent any other outside networks or servers from reaching your machine through ports which are not meant to be public (http for example)

4) Ensure you have FULL updates for your Windows O/S, immediately.

5) Ensure any 3rd party software you are running, has also been fully updated to the latest version including any patches.

Please make sure these suggestions are implemented immediately to lessen you risk of being hacked by the current wave of exploits.

View 1 Replies View Related

Subdomain In Httpd.conf Not Working Properly

Jun 8, 2007

Added this in the httpd.conf but it is still pointing to the main domain xxxx.com

--------------
<VirtualHost *:80>
DocumentRoot /xxx/xxx/webmail
ServerName webmail.xxxxx.com
</VirtualHost>
-----------------

whenever i type webmail.xxxxx.com, it will see the content of xxxxx.com.

View 5 Replies View Related

Apache :: 2.4.3 Not Validating Ssl Trust Chain Properly?

Feb 21, 2013

I am in the process of upgrading from apache 2.2.21 to apache 2.4.3. I'm using apache lounge's compiled 2.4.3 by the way. I'm working on a windows 7 SP1 64 bit workstation.

My old 2.2.21 was configured to use ssl with client pki authentication. When I configure 2.4.3 with the ssl options and move the CAs, private key and server certificate from my old 2.2.21 instance I get the following error.

View 3 Replies View Related

Plesk 11.x / Windows :: Page Isn't Redirecting Properly?

Apr 14, 2014

A few months ago we had upgraded our server from Win 2k3 with Plesk 8.6 to Win 2k8 with Plesk 11.5.30 migrating all the domains. After migrating, all the domains are working fine, but when trying to access the control panel using a specific user we get always the error "the page isn't redirecting properly" in different browsers, login in with Admin user it works perfect, or even with a different domain user.

Tried already to change the subscription to a different owner and get it back, it didn't work neither on the different owner or the original one.

Tried also:
"%plesk_bin%"websrvmng.exe --configure-anonymous-access
"%plesk_bin%"websrvmng.exe --remove-sites-cache
"%plesk_bin%"websrvmng.exe --configure-plesk-website

When I get this error, the address bar always changes to https://server-ip.com:8443/smb/

I may guess that when migrating this domain, user roles where not upgraded correctly

View 2 Replies View Related

Plesk 11.x / Windows :: Can't Install Joomla Properly

Apr 21, 2014

I registered my domain yesterday and the company where I registered (Webstekker) forwarded me to this website where they obviously have there websites. I wanted to start immediately with my website. I can install Wordpress properly, so will it show easy fast made html text files.

Joomla is the one I want and need to use. I tried to install it via the application tab in either httpdocs and httpdocs/joomla. I tried custom install via the application tab, but didn't work.

Then I tried to copy the files myself via FTP to the server and tried to install it again. Made MySQL databases, but I get stucked on the last installation page where it did ask me if I wanted to install some examples. Whatever I choose it won't go further. Nvm, when I go back to the domain itself, it says I have to delete the installation map (as it should ask when install is actually finished). When I delete the installation map, my domain has no content, nothing. I can however, login via the domain/administrator

So there is something installed, the back end is working, but a website also needs some frontpage right?

The domain we are talking about is[URL]

View 1 Replies View Related

Apache :: Stealth Forwarding Iframe Does Not Work Properly

Oct 31, 2014

I have a website on domain x like https://example.com. One of our customers want to use their own domain name in the address bar and redirect to our web application. In the control panel of the customers website, we can forward the site to our domain without issues (stealth forwarding). After that, we are able to see the site and navigate to some options. But there are some issues/limitations. I cannot open some links, or click on tabs. The login feature works for chrome but not for internet explorer. Is this due the jump of http to https within an iframe? Or is it related to CORS? I have a Windows 2008 R2 server with Apache, which is the frond-end for the tomcat instances. "Tomcat Apache" serves our Java-based web application (mod_jk binded) ...

View 2 Replies View Related

Plesk 12.x / Linux :: Multiple Version Of PHP Are Not Working Properly

Dec 28, 2014

I am looking for a replacement to my existing ISPConfig 3.x installation and have heard a lot of good things about Plesk, so I decided to put up a test server with a trial version of Plesk 12.The server is running Centos 6.5 64-bit minimal install with all system updates applied before installing Plesk. After installing Plesk I used the commands from the attached text-file.After compiling PHP 5.5.20 with no errors displayed on screen I created a new subscription plan as a copy of the #default domain" plan and changed the name to "PHP 5.5 website" and in the Hosting Parameters I changed PHP to run still run as a FastCGI application but use my compiled PHP 5.5.20 instead of the OS vendors PHP 5.3.3.The configure options used are the same as I did use for my ISPConfig 3.x servers.I also tried the configure options shown here: [URL]... But the command ends with a "configure: WARNING: unrecopgnized options: --enable-fastcgi"

If I compile with the attached script I get a HTTP 500 error when visiting the selected website (which is a clean installation of Drupal 7.34) and in the error_log for my test site I get this:
"
[Sun Dec 28 18:51:48 2014] [warn] [client x.x.x.x] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sun Dec 28 18:51:48 2014] [error] [client x.x.x.x] Premature end of script headers: index.php
"
x.x.x.x is the internal IP of my router/firewall.I have also looked in the Plesk Administrator GuideIs there a known issue with Plesk 12 and CentOS 6.5 64-bit when wanting to use multiple versions of PHP, since both the version compiled using the KB article above and my own attached script worked fine on my ISPConfig 3.x servers.

View 4 Replies View Related

Plesk 12.x / Linux :: Site Not Displaying Properly On DocumentRoot

Dec 10, 2014

PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
plesk parrells ,12.0.18 ,Update #26 ,centos 7 , 64 bit
PROBLEM DESCRIPTION
file in documenRoot folder eg httpdocs wont display properly
STEPS TO REPRODUCE
create a new sLTubscriptions , then ftp files into document root folder using filezilla

[Code] ....

The weird thing is when I put the files into a subdirectory (eg www.example.com/home /) the site itself shows correctly. But when I put the files back into the document root folder(eg httpdocs) it doesn't show correctly. Also no css or javascript error messages show up in the chrome debug window?

View 7 Replies View Related

Plesk 12.x / Linux :: Wordpress Installation Not Operating Properly

Dec 22, 2014

In the Wordpress Toolkit several WP installs appear with exclamation mark and title: "A Wordpress installation was previously detected at this path, but it is not operating properly".

View 1 Replies View Related

Plesk 11.x / Linux :: Mail Not Being Sent Properly - Remaining In Queue

Jan 11, 2015

I am relatively new in Plesk and have problems with mail not being sent properly. On the server, there is installed a WordPress installation. Mail from this WordPress installation never reaches for example suscribers. Almost all mail remains in the Queue and will be deleted after 7 days. Could it be because I do not have an SSL Certificate? I use:

Plesk 11.5
CentOS 6.6
postfix
Log file + configuration

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved