Site access error Bad Request (Invalid Hostname), as shown below:
Analysis:
"Bad Request (Invalid Hostname)" is the literal translation of "wrong requests (invalid hostname)", a IIS6 error hint. That is, the domain name has be
Today's new site found in the Chrome browser, through localhost access is valid, but through the native IP even 127.0.0.1 access is not valid,The error in the report is that the Request Invalid HostNameSo that the site through two computers access, debugging encountered a small resistanceHere's how to fix it:1. In the status bar, select the Iispress site, right-click to display all applications2. Click the site name, select the configuration path in t
Generally, when we see a Bad Request (Invalid Hostname) error on the website, we will say that it is iis. If there is a problem with apache, the solution to this problem in iis is probably: IIS> default website> Properties> website> IP Address: (all unallocated)> advanced, there is a host header value, or you can directly restart iis to solve the problem.
The website access error "Bad Request (
Tag: ORACLE12C RAC hostname is invalidTo build an Oracle 12c RAC cluster on the Windows 2012 64-bit Enterprise Edition, the Hosts file is as follows:#add for RAC Config11.14.72.83 Rac111.14.72.84 RAC1-VIP192.168.0.1 Rac1-priv11.14.72.85 RAC211.14.72.86 RAC2-VIP192.168.0.2 Rac2-priv11.14.72.87 ScanipTwo machines to ping each other is not a problem, the pre-check batch is also completely passed, but in the installation of the cluster piece grid is promp
${db2dir?} /instance/db2isrv-addfcm-i ${instname?} ${db2isrvopts?}
If [$?-eq 3]; Then
Db2isrv
${db2dir?} /instance/db2isrv-addfcm-i ${instname?} ${db2isrvopts?}
If [$?-eq 3]; Then
Display_msg ${db2cat?} 922 \
' dbi1922n the host name is not valid.\n '
is when Db2isrv-addcfm-i ${instname?} ${db2isrvopts returns to 3 when the host name is not correct.
This db2isrv found a lot of things, did not find specific content, look at the name is to add a servi
# vi/etc/sysconfig/networkNetworking=yesHostname=yourname//Modify HOSTNAME in thisNisdomain=eng-cn.platform.com2. Modify the name inside the/etc/hosts# vi/etc/hosts127.0.0.1 localhost.localdomain localhost172.17.33.169 yourname//modify hostname in this3. Finally execute under the terminal:#hostname * * * * *//***** for modified hostnameThe
After the IP address is bound, The hostname of Linux I changed back to Localhost.localdomain, after the restart is to become 237.99.135.219.broad.fs.gd.dynamic.163data.com.cn this string of ghosts, 650) this.width=650; "Src=" http://s4.51cto.com/wyfs02/M02/85/FE/wKiom1exqtTSzXcmAAA_2hBghpo337.png-wh_500x0-wm_3-wmp _4-s_977616473.png "title=" 12.png "alt=" Wkiom1exqttszxcmaaa_2hbghpo337.png-wh_50 "/>After a lot of data found that when the
First, permanent modification Modify the/etc/sysconfig/network to specify the host name Hostname= then execute the command . hostname Host name this time can write off the system, and then re-login after the line. or modify the/etc/hosts file to add 192.168.2.13 Linux # # # #ip + host name Then: hostname Host name this time you can unregister the syste
Recently, monitoring long running SQL showed that some users are using office to pull data. Because there are no restrictions in the office, every time we capture the data of all operating companies and run very frequently, resulting in a decline in the performance of our ERP system. Find the corresponding developer based on host_name, and they say they are not running at all. This is strange. Where did the host name come from? I checked the office data source and found that it was configured wi
Modify hostname in Centos and hostname in centos
1. Temporary modification with commands
Hostname oier
In this way, the hostname of the server becomes oier, but it will change back after restart.
2. Edit the configuration file for permanent Modification
Vi/etc/sysconfig/network
1. The phenomenon of problems
Host name (hostname) is displayed as unknown
2. How to Solve
My environment is for unknown, one is not set host name, two are using DHCP assigned IP mode
The workaround steps are described below:
First procedure: Modifying the hostname configuration file and creating a new node file
Vi/etc/hosts
bash-3.00# cat/etc/hosts## Internet Host Table#:: 1 localhost127.0.0.1 localho
When I think of the Linux system modified hostname already very familiar with the time, today encountered a few problems, these several questions for me a good lesson, a lot of knowledge points, when you think you have mastered the time, in fact, you know is still only fur. Technical life, do not have to be tasted then stop!
Experimental Environment: Red Hat Enterprise Linux Server release 5.7 (Tikanga), other versions of Linux may be different. Plea
In Linux, do not restart and permanently modify hostname1. if you only modify the hostname, run the following command [java] hostnamenewHostname: Note: This modification method is only valid currently. after the server is restarted, the hostname will become invalid, return to the original hostname. 2. if permanent... i
The reason for recording this is that when JBoss is used, server startup will bind a hostname while hostname does not exist under/etc/hosts. some inexplicable problems will be reported during startup!
To put it simply, uname-A can see the hostname. The modification steps are as follows:
Uname-a view hostname
Modify
How to modify the hostname of the Linux hostnameLinux operating system is a kernel variable. you can use the hostname command to view the hostname of the local machine. You can also directly view the catprocsyskernelhostname. How does hostnamecatprocsyskernelhos modify the Linux hostname?
The
Original link http://soft.chinabyte.com/os/281/11563281.shtml The Linux operating system's hostname is a kernel variable that can be viewed by hostname commands to view the hostname of the machine. You can also view it directly cat/proc/sys/kernel/hostname. #hostname #cat/
From:http://www.cnblogs.com/kerrycode/p/3595724.html written in quite detail!!! Deep understanding of Linux modification hostname2014-03-12 10:17 by Xiaoxiang Hermit, 81950 reads, 19 Comments, Favorites, compilation When I think of the Linux system modified hostname is already very familiar with, today encountered a few problems, these questions give me a good lesson, a lot of knowledge points, when you think you have mastered, in fact, you know is on
Original: http://www.cnblogs.com/kerrycode/p/3595724.htmlWhen I think of the Linux system modified hostname is already very familiar with, today encountered a few problems, these questions give me a good lesson, a lot of knowledge points, when you think you have mastered, in fact, you know is only fur. Technical work, do not taste the stop!Lab Environment: Red Hat Enterprise Linux Server release 5.7 (Tikanga), other versions of Linux may be different.
Hostname Modification of LinuxThe Linux operating system's hostname is a kernel variable.1. View the hostname of the machineYou can view the hostname of this machine through the hostname command. You can also view it directly cat/proc/sys/kernel/
Transferred from: http://www.cnblogs.com/kerrycode/p/3595724.htmlWhen I think of the Linux system modified hostname is already very familiar with, today encountered a few problems, these questions give me a good lesson, a lot of knowledge points, when you think you have mastered, in fact, you know is only fur. Technical work, do not taste the stop!Lab Environment: Red Hat Enterprise Linux Server release 5.7 (Tikanga), other versions of Linux may be di
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.