hosting mutiple sites on IIS6 windows server 2003 - iis-6

Hi
I have 2 domains , egmahdi.com and 4xstats.com
The first domain which I bought was egMahdi.com , I set the nameservers to ns1.egmahdi.com and ns2.egmahdi.com ,
after that I used the DNS server in my VPS and IIS for hosting the site and there were no problem ,
I just registered the second domain '4xsttas.com' and made the same steps I had done for egmahdi.com (in DNS server and IIs )
but now the problem is that I can not access the new website and my browser always says 'website not found' , But I can access the website when typing it's address in my VPS' Browser ,
I would really appreciate it if some one help me solve the problem .
really thanks .

4xsttas.com does not resolve for me. If you ping it the domain name, what happens?

Related

The 104.238.72.167:2083 page isn’t working

I am trying to connect to the remote host server to acess the cpanel but the linkThe 104.238.72.167:2083/ not working .But the same addreass is working on other computer.Plz help me how to sort this problem

"The website cannot display the page" error when accessing the SSRS Report Manager 2012

I'm trying to connect to a SSRS 2012 Report Manager on a Win Server 2012 server.
I'm getting "The website cannot display the page" error. Can't figure out why.
I've tried the following things:
Browsing either to the computer's name url and either to the computer's network ip address
Changing the service login type.
Running IE as Administrator
I can connect to the Web Service and I can view reports through it.
I'm connecting with a Domain Admin account.
Would appreciate any help. Thank you.
Ok. The answer was indeed detected in the Windows Event Log. Thanks.
Adding the SSRS host as a trusted site in the browser fixed this for me.

Can't connect to MySQL server on 'amazon web server path' shows wrong path

We are building up website in magento. it was working well until last night. But when i merged with the other programmer. I am having this issue.
It gives me this error "SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'amazon web server' (4)".
I know its problem of database path and it can resolved by changing path into app/etc/config.xml . But it shows me localhost as a host name.
I was using localhost at first and it was working.
I am not sure why this is happening.
Any Help would be appreciated.
i changed path in app/etc/local.xml, and now it's working. Before it was pointing to amazon web server, i changed it to localhost.

"Unable to Connect to the Remote Server" when connected via .NET ReportingService web service call

I have reporting services running on SQL Server 2008 inside the domain. I'm able to hit http://localhost/reportserver without error. I can hit the same site from the web box (also in the domain name) using the internal ip of the DB box (192.169.X.X/ReportServer/ReportService.asmx.) I've looked in the SSRS logs and I see these hits being properly recorded, no errors.
However.. I have a website that uses the .NET ReportingService class to make a connection to SSRS. Using the same credentials as before, I get "Unable to connect to the remote server."
I've checked, there's no firewall active. Quadrupled checked the config in the web site to make sure it has the proper credentials and service URL for SSRS. There are also no hits in the SSRS logs when I'm trying to connect via .NET, so something is most certainly blocking access.
I've Googled my fingers bloody, and would seriously love some help. I'm sure it's some small thing, I just can't think of it.
The following change worked for me:
Remove the SSL configuration
1.1. Reporting Services Configuration Manager;
1.2. Web Service URL (click on Advanced button and then remove the SSL configuration);
1.3. Report Manager URL (click on Advanced button and then remove the SSL configuration);
Edit the file rsreportserver.config, normally it's in the path C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\
2.1. find out the Key SecureConnectionLevel;
2.2. change the Key's value from "2" to "0";
Could be your reporting services is exposed only to the private ip and your localhost. Try setting your domain name's static ip to the configuration. I've added a SSRS Url configuration link for your quick reference.
The following worked for me:
1. Remove the SSL if configured.
2. Go to C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config
3. In rsreportserver.config Change the SecureConnectionLevel value from "2" to "0"
The following worked for me: I Removed the SSL and set it to 0 vs 2 in the path
G:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer file is reportserver.config file.
Basically it was previously configured with SSL at port 443 but the server has been moved to another domain, and did not know where to go to get a new SSL certificate for this domain,
So i removed the SSL config in the reporting services configuration GUI and then remove it also in the reportserver.config file.
Make sure your report URL ends with /Reportserver/ (For the purpose of .NET code calling). Also keep in mind that you should use complete URL i.e. It should include servername and domain.
Check this link
I like the other solutions however in my instance I had to update the following. For some reason or another the service wasn't able to use 127.0.0.1, localhost, or any of the other IP addresses assigned to the computer, this method however worked.
Open "Report Server Configuration Manager"
Web Service URL
Click on Advanced Button
Click the IP entry that I wanted to edit.
Click "Host Header Name" and type in the fully qualified name for the server.
Report Manager URL
Click on Advanced Button
Click the IP entry that I wanted to edit.
Click "Host Header Name" and type in the fully qualified name for the server.
After the above were done both URLs in "Web Service URL" and "Report Manager URL" were able to work once correct credentials were passed to the server.

how to configure xamp?

recently i installed xamp server on my VPS (windows xp sp3)
and i installed mysite there
i am successful to run my from
http://localhost.com/mysite/index.php
and http://xxx.xxx.xxx.xx/mysite/index.php (locally on my vps ,where xx.xxx.xxx.xx is my server IP )
but when i am trying to access the link http://xxx.xxx.xxx.xx/mysite/index.php from my home pc its saying waiiting and finally blank white page coming :(
can any one help me in this issue
thanks in advance
Edit : Damn i didnt turned off windows firewall ,Problem solved ,If some one faced this issue just turn off u r windows firewall:)
In addition of opening the firewall, edit the httpd-xampp.conf in xampp\apache\conf\extra folder.
The last rule is there to unallow unexepected navigation on configuration pages.