IIS : Disable HTTP Access

Jun 11, 2007

I have a series of web services that are exposed to the world via IIS. The problem is I only want users to have HTTPS access to these.

At the moment everything is working fine, however users can access services via HTTP (port 80) and HTTPS (port 443). Using the IIS manager I have attempted to remove port 80, however it will not allow me to do this.

So the question is, how can I close of HTTP access within IIS?

View 5 Replies


ADVERTISEMENT

How To Permanently Disable Http/ftp/mysql/courier With LXADMIN/KLAXO

Jun 30, 2009

I have a small VPS that is used only to send mail. It uses the HyperVM software, so I installed "Klaxo" (LXadmin) on it and set up the domain, etc..

I then went into the "Server : Linux --> Services" page and disabled everything except qmail. (I also set them so they are not auto-started at bootup.)

The problem is that after about 10 minutes or so... all the services are automatically restarted.

I have no idea what process is doing this, and it's driving me a little nutty.

Does anyone know how to permanently disable a service using the Klaxo/lxadmin control panel?

(Or at least, where I can find whatever monitoring system is checking if they are up, and then restarting them?)

View 2 Replies View Related

How Can I Http Access A Server Without A Domain

Mar 10, 2008

I've setup a dedicated server that is currently running with a domain bound to it. However this time I want to setup a centos 5.1 + latest apache 2 + bind 9 server that can only be connected to by IP address and doesn't have a domain name. So what do I need to modify in the below files to do so:

First of all will I even need bind at all? I already have it setup and (mis-)configured but I guess if I don't need it I can just take if off of autostart and stop the process "named".

Named.conf

options {
pid-file "/var/named/chroot/var/run/named/named.pid";
directory "/var/named/chroot/var/named";
query-source address * port 53;
allow-query { any; };
allow-transfer { };
recursion no;
notify no;
version "unknown";
};

logging {
category default { null; };
};

zone "server.domain.com" { type master; file "server.domain.com.db"; };
I don't even want the zone have domain.com in its name but that's just there so I could show you how I'd include server.domain.com.db.

server.domain.com.db

$TTL 14400
@ IN SOA ns1.domain.com. root.server.domain.com. (
2007052503
14400
3600
1209600
86400 )

server.domain.com. 14400 IN NS ns1.domain.com.
server.domain.com. 14400 IN NS ns2.domain.com.

localhost 14400 IN A 127.0.0.1
www 14400 IN A 78.129.174.164
I'm not sure what to do about those references to domain.com here, they shouldn't be needed but without them I don't know what to put here. ^^
Obviously I can't use those nameservers...

resolv.conf

nameserver 127.0.0.1
nameserver 78.129.143.155
nameserver 87.117.198.200
nameserver 87.117.196.200
The only thing missing from this file is "search domain.com" at the top, is that needed even though I won't really have any domains used by this server?

/etc/hosts:

# Do not remove the following line, or various programs
# that require network functionality will fail ....

View 7 Replies View Related

Where Can I Buy Access To UK Http/socks Proxy

May 15, 2008

I have been searching for a non web UK proxy. I need to view UK search results and ads

Should I just use ssh tunneling? If so any suggestions on a cheap UK shell account?

View 4 Replies View Related

Apache :: Can't Access Http Anymore (2.2)

Sep 30, 2014

I made the idiotic move of not making a backup of the default configs and now I can't access my http website externally. ssl works fine, but I need http to work too.

View 3 Replies View Related

Apache :: Allow Access From Webserver - Block From HTTP

Mar 13, 2015

I want to run an HTML webpage that accesses an MP3 resource that's also on my website. However, I only want the webpage to have access to the file and block access from those attempting to access the file directly. That leaves me with two options:

1. Block access through the Apache configuration so that only my Webserver can access the resource, or

2. Hide the URL in the code.

How I can go about doing this?

View 1 Replies View Related

Apache :: Access HTTP Address Redirects To HTTPS Just Fine

Jun 19, 2013

I'm currently struggling with an issue on our Apache 2.2.24 home-rolled installation on an OEL 6.2 x64 linux server that front-ends for a Glassfish cluster via proxypass.The httpd.conf manages 4 virtual hosts with each virtual host entry rewriting to HTTPS.

Anyone trying to access the HTTP address redirects to HTTPS just fine.The issue is that anyone using the HTTPS address gets redirected to the Document Root defined in Apache instead of being proxypassed to Glassfish.

I had set up a dummy DocumentRoot with a simple index.html meta redirect and what happens is that anyone directly accessing HTTPS will hit the index.html file which redirects to the the https site. At this point it simply loops to infinity.

View 1 Replies View Related

Plesk 11.x / Linux :: Disable Apache Access Logs

Sep 27, 2014

I need to disable apache access logs. I commented out the access log path in /etc/httpd/conf/httpd.conf and restarted the server but it's still logging access.

View 3 Replies View Related

Plesk 12.x / Linux :: Disable Access Logs For Vhosts?

Mar 4, 2015

We run a high traffic server and the access logs get filled up very quick. I know we could implement rotation, but I would also like to prevent performance loss by having an access log, doesnt matter how marginal that would be.

View 6 Replies View Related

Mysql Disable INSERT Access To Specific User/table

Apr 26, 2009

How can I disable INSERT access to specific table.

The user should have full access the the DB except insert to specific table.

The tables_priv allow to set what enable and not what disable.

I'm using mysql v5

View 4 Replies View Related

Disable Shell Access :: Users Can Read Files For Other Websites

Sep 4, 2008

i have a Dedicated server and i installed firewall and i fixed all cpanel option and i disable shell access for all users and ......

but my users can upload shell hack files (Like:c99 ) then they can access to another website ,,,, they can`t Write ,,, they can Read files only

but there is a problem because the hacker will read the config files so my Database websites will hack soon

View 14 Replies View Related

Plesk 12.x / Linux :: Disable Access For Clients Domains On Port 8443

Feb 16, 2015

I was wondering if it is possible to disable plesk redirect for clients domains on port 8443.I do not not want clients to to be able to access the plesk login screen when they visit exampleclientdomain.com:8443 but obviously i still want to be able to access my control panel e.g. myprimarydomain.com:8443. Is there something i can do to prevent the sites redirecting to my primary domain or am i better creating a htaccess rule to stop/redirect traffic on port 8443 ?

View 2 Replies View Related

Plesk Automation :: Possible To Hide CCP File Manager And Disable FTP Access Completely

Jan 3, 2014

We will be hosting our own closed source solutions and need to be able to not give customers access to the files in their webspace.FTP and SSH access will be blocked in the firewall, so that it easy.I see it is possible to disable access to FTP users information, but the file manager is still usable in the CCP (Customer Control Panel / Hosting Panel).Can this file manager be disabled as well?

View 6 Replies View Related

Redirect Http:// To Http://www

Jun 23, 2008

Does anyone know how to redirect the URL of a host so that it always goes to the www subdomain? Is this done with RedirectMatch or is a rewrite rule?

View 3 Replies View Related

Http Messed Up But Not Http

Mar 31, 2008

where when I view my website through http using Firefox, it never stops loading. If I use IE, then I get a "page can not be displayed" error.

If I use https then everything works fine.

I have noticed that if I delete lines from the files, I don't have this problem.

If I try viewing images (so I know it can't be an html of php problem) some look fine (the very small files). But, larger files, around 168 kb, load halfway and the second half is distorted (green and purple chunks and other random colors and lines).

If I view the image through https, the image is perfectly fine!

If I put my site through w3.org's validator (just to see what it would report) it says "500 Line too long (limit is 4096)".

My website used to work, so I know there isn't any code in the pages that would cause this to happen.

Is there an Apache setting I check? Perhaps it is sending a really long header that I can not see? I am not really sure what to do. I have made my site to force https but it's slow and not signed.

View 6 Replies View Related

Http-put Proxy / Http-connect Proxy

Oct 28, 2007

Anyone can inform how to fix "http-put proxy" or "http-connect proxy" ?

My hosting provider said that my dedicated server is not secure because of that.

I use CentOS 4.x and only Apache 2.0.52

# rpm -qa | grep htt
httpd-2.0.52-28.ent.centos4
httpd-suexec-2.0.52-28.ent.centos4

I searched about the topic but got not much information.

View 0 Replies View Related

Plesk 11.x / Windows :: How To Limit Access To Few IP Address To Access Port 8443 On Firewall

Aug 28, 2012

How can I allow only one ip or a list of ip addresses to access port 8443.I need to limit access this port to few ip addresses and not everyone

View 6 Replies View Related

IIS 5 - Cant Access Page From IE7 But Can Access From Firefox

Feb 20, 2008

I found a great little app called ID Shutdown Manager which bascially lets you do stuff like wake on LAN, Shutdown, Log Off etc.

The App also has a cgi script which you can call from a web server so you get a web interface to the program.

This is exactly my reason for getting the app as I just wanted to host a web page where I could login from the internet and wake on lan my media PC.

Ok so...

The app gives you all the iis or apache setup instructions and tells you to place the cgi script which is actually a .exe into the scripts folder and then enable basic authentication for it.

Done.

So if I navigate to <SERVER>/scripts/sdmancgi.exe its supposed to give me a user / pass prompt and then when login successful I see the app and can wake on lan etc.

ok I have got this to work

on the actual machine where server is running I can access it in IE7 by localhost etc.. and it works

However when I try to access from another PC in my lan by typing <SERVER>/scripts/sdmancgi.exe I get a nice little message saying the content cannot be displayed you may require to insall a program or something to display it.

If I try to access the page from firefox on same remote PC, it works!

I can also access page from outside my LAN, it works on my N95 browser.

Also I have had friends try it from firefox from the Internet and they say it works as well.

Forgot to mention I am running on port 8081 as I already have other servers running on 8080 and 80 (one is my router and the other server installed itself from setup.exe and I dont know what server its using)

I have also tried latest apache server as well as some other free one. Both have the same effect. Ok in firefox, not in IE.

One would think its a problem with the cgi file not compatible with IE7 however, I even tried to go to default page setup in IIS <SERVER>:8081 and I get the same message. So at this point the server hasnt even tried to access CGI or prompt for Basic Authentication.

I tried googling and not much luck. I read something about CSS and when I view source of failed web page from IE7 it mentions something about CSS so dont know if this is it?

View 4 Replies View Related

Http:// And Http://www

Jan 14, 2009

I am having problem with my members sometimes accessing my forum

i am getting this error message;

Error message:

Internet Explorer cannot display the webpage

Most likely causes:

You are not connected to the Internet.

The website is encountering problems.

There might be a typing error in the address.

What you can try:
Diagnose Connection Problems
More information

This problem can be caused by a variety of issues, including:

Internet connectivity has been lost.

The website is temporarily unavailable.

The Domain Name Server (DNS) is not reachable.

The Domain Name Server (DNS) does not have a listing for the website's domain.

If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.

I contacted the support Team but they told me its working Fine , but for me and some members its not working all the time.

View 8 Replies View Related

Www And Http

Mar 21, 2009

All of my 3 new websites are not generating www.. Even if I type [url] all are changing to [url]when page is open...

I am asking because I am having irrelevant ads on adsense in all 3 sites thogh these sites are optimized well..

View 8 Replies View Related

Http Down ...

Apr 6, 2008

Im able to ping / SSH into my server however unable to access any websites?

any idea what to do

doing a top shows (no sign of http)

4726 root 16 0 2168 1088 828 S 0.3 0.0 0:02.76 top
1 root 15 0 2040 636 548 S 0.0 0.0 0:00.43 init
2 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
3 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
4 root RT 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0
5 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 events/0
6 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khelper
7 root 16 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
10 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kblockd/0
11 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
136 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 cqueue/0
139 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khubd
141 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kseriod
205 root 25 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
206 root 15 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
207 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kswapd0
208 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 aio/0
359 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 kpsmoused
382 root 17 -5 0 0 0 S 0.0 0.0 0:00.00 ata/0
383 root 17 -5 0 0 0 S 0.0 0.0 0:00.00 ata_aux
386 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
387 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_1
388 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_2
389 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_3
398 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 ksnapd
401 root 10 -5 0 0 0 S 0.0 0.0 0:00.10 kjournald
433 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 kauditd
467 root 21 -4 2760 1176 396 S 0.0 0.0 0:00.52 udevd
887 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kedac

View 5 Replies View Related

Http 204

May 30, 2007

Where is the best place to use HTTP 204 response, in which situations you use it?

View 1 Replies View Related

Http / Php 500 Errors

Jun 15, 2009

On a cpanel / centos box:

We are facing with a strange issue about URLs. At any web site in our reseller account in php pages when we add http:// or http%3A%2F%2F to the URL as a query string server returns Internal Server Error 500.

For example when I try to access such page /index.php?q=http%3A%2F%2F[url] or /index.php?q=[url]I get this error. Is there any misconfiguration about PHP or Apache at server or what can we do to solve this problem?

Server uses PHP 5.2.9 / apache 2.2

View 12 Replies View Related

Http Has A Uid 0 Account

Jul 6, 2009

I got this email recently just after doing a cpanel update (/script/upcp)

Quote:

IMPORTANT: Do not ignore this email.

This message is to inform you that the account http has user id 0 (root privs).

This could mean that your system was compromised (OwN3D). To be safe you should
verify that your system has not been compromised.

What should I do next? Was this because of the update, or should I reinstall the system?

View 5 Replies View Related

OPTIONS * HTTP/1.0

Jun 22, 2009

Am having a lot of this in my apache status in both, a dedicated server and a vps, i think is affecting our load,

example of just some of the ones that appear in the apache status (whm)

Code:
70-0 - 0/0/21 . 0.00 18726 0 0.0 0.00 0.17 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
71-0 - 0/0/33 . 0.00 18730 0 0.0 0.00 0.20 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
72-0 - 0/0/93 . 0.00 18731 0 0.0 0.00 0.83 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
73-0 - 0/0/17 . 0.00 18734 0 0.0 0.00 0.07 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
74-0 - 0/0/24 . 0.00 123794 0 0.0 0.00 0.13 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
75-0 - 0/0/30 . 0.08 123710 0 0.0 0.00 0.07 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
76-0 - 0/0/9 . 0.00 123783 0 0.0 0.00 0.03 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
77-0 - 0/0/10 . 0.01 123709 0 0.0 0.00 0.01 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
78-0 - 0/0/19 . 0.00 123748 232 0.0 0.00 0.17 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
79-0 - 0/0/129 . 0.00 123793 0 0.0 0.00 1.77 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
80-0 - 0/0/1 . 0.00 177694 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
81-0 - 0/0/1 . 0.00 177693 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
82-0 - 0/0/1 . 0.00 177692 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
83-0 - 0/0/3 . 0.07 177638 0 0.0 0.00 0.02 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
84-0 - 0/0/13 . 0.16 177609 0 0.0 0.00 0.03 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
85-0 - 0/0/1 . 0.00 177691 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
86-0 - 0/0/12 . 0.08 177616 0 0.0 0.00 0.01 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
87-0 - 0/0/3 . 0.00 177647 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0

View 7 Replies View Related

Difference Between Http And Ftp?

Oct 15, 2008

whats the difference between http and ftp ? I have read many references of those but still couldn't comprehend. The internet world is way too many inferior quoting.

View 4 Replies View Related

Ping Is Down, Http Is Up

Jul 23, 2008

My sites are up when I go to http and there is no slowdown but my monitors (panopta and pingdom) say that there is an outage in ping (only in ping, http is up). I tried pinging the server and there are packet loss up to 100% but the site is still up. I also used other online pinging tools (all-nettools.com, dnsstuff.com, etc.) and host unreachable.

I tried contacting the provider but they say there are no network problem at this time. So I found this other site that's also hosted on the same provider and I can access their site but fails on ping.

View 1 Replies View Related

FLV Playng Through HTTP

Feb 14, 2008

i have Apache 2. Before now, on the same server i had the same OS : CentoOS at the same version but an old version of DirectAdmin with Apache 1.3, unfortunately my sysadmin installed the last version with Apache 2, so now i ask you for help.

I host videos in virtual directory : ( ex: video1.myweb.com ; video2.myweb.com )

Before Now :

CentOS 4.5
Apache 1.3
JW FLV 3.14

1. the user click the play button
2. the player put on screen the first frame of video and start loading
3. the player when have loaded 3% start play the video
4. if the buffer become empty the player pause the reproduction and restart from the current time position when the buffer is full.

Now

CentOs 4.5
Apache 2
JW FLV 3.14

1. the user click the play button

2. the player doesn't start ( black screen ) --> probably in backgorund the download is started because:

3. the user click again the button --> and now the player start the reproduction of the video

4. if the player have not loaded all the video, the player stop with black screen

5. the user click on play and the player restart not from the current posizion but from the start of the video

Clearly this depend on Apache bad configuration i think, but i have no idea how can i resolve, and on google i have not found any tutorial and documentation.

View 1 Replies View Related

HTTP 500 Error

Jun 12, 2008

I recently transferred my domain names from MyDomain.com to GoDaddy.com and now whenever you click on a link to my site from the search results it produces an HTTP 500 Error. I am using HostGator and they said that it is "not what they assist with". I know it could be a number of things but they told me to check with my redirects and there is nothing in the .htaccess file.

View 2 Replies View Related







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