I can visit my site by http://localhost
And I give my friend my ip address like 220.181.6.184,
but they can't browse it by http://220.181.6.184
How to enable this?
I have installed an SSL for power2process.net but when i scan it with SSL-labs it ails for PCI compliancy: SSL_labs Scan
Here is the portion of my SSL Connector in the server.xml
Connector port="443" maxhttpheadersize="8192" address="127.0.0.1" enablelookups="false"
protocol="org.apache.coyote.http11.Http11Protocol"
disableUploadTimeout="true"…
I have a domain was registered at godaddy named http://mysite.com/. I logged into godaddy and I went to All Products Domains Domain Management. I clicked on the appropriate domain and it took me to the Domain Details page. I clicked Launch under DNS Manager and it took me to the Zone File Editor. I noticed that notify.mysite.com was pointing…
Hi,
I have a weird problem I cant solve. I have several computers, two with xubuntu 9.10
One of them, acting as a media server, has stopped to work when it comes to external network.. I can do for example:
ping google.com
Which gives me an ip adress back, like:
name@Media:/etc$ ping google.com
PING google.com (66.102.9.147) 56(84) bytes of…
Environment - MS Server 2003 AD Domain, XP computers at Branch office connected by VPN back to main office. T
IP Traffic to the internet and internally is relatively stable, but the in-house application has been buggy, and dropping connections. Users report "slowness"
DNS Name resolution might be the culprit or a symptom, I cannot ping…
I want to forward some ports (1666 for perforce, 8081 for Hudson) on my Internet Gateway machine. This machine is running Windows 7 (64 Bit, legal, user-account) and connected to the Internet via cable modem (it's not a router). The Windows machine is sharing its Internet Connection via ICS and that works fine on all connected computers.…
Question source
Problem: Your company has been assigned the following IP address:
192.112.136.0 /27 Your group has been assigned the fourth subnet.
Question 5: How many useable subnets are available for assignment?
Why the answer is 6? I would shoot it's 8 , because 255/32 = 8.
More generally - what is an correct…
My company has an old out of service device with windows embedded on it that we want to re purpose.
Any changes to the drive (SD Card with 2 partitions), (ie: installed software, ip address, system settings, files) are reset/deleted when we reboot the device.
We can successfully make changes to the drive by plugging it into a…
I run a simple server that I administrate remotely, and I need it to be able to send an email to my personal email address every time an error occurs. With the default setup on Ubuntu, sendmail just accumulates emails in /var/spool/mail that are to be sent locally, but I need it to go to an external email.
The tutorials I've…
I'm using http://www.hetzner.de/en/.
They send me something like that:
Your Hetzner-Server is now active. Thank you for choosing Hetzner Online as your Web Hosting partner.
You can access your server immediately via SSH2, using following details:
IP-Address: *.*.*.*
Login: "login"
Password: "password"
So, I'm…
I have a virtual machine on Vsphere 5.0 running Ubuntu 12.04 when i put dinamic IP (/etc/network/interfaces) iface eth0 inet dhcp
Ubuntu have network and i can do ping to google for example (8.8.8.8)
but when i put static IP and configure resolv.conf
My interfaces file:
auto eth0
iface eth0 inet static
address…
I've seen occasional references that claimed a graphics card's video memory was part of Windows XP's memory address space - is that true? If you have 4GB on an XP system, and add a 1GB graphics card, does that mean Windows only has 3GB for programs?
I have a machine that can't access the server. I tried pinging the using the ip address of the server and it work great. But when I use the name to ping the server it gives a timeout.
My nslookup cannot resolve the DNS servers but others in my company can. I am wondering is there something that can cause these…
My PC keeps reporting the following error in the event viewer around every 10-15 minutes: Faulting application , version 0.0.0.0, faulting module unknown,
version 0.0.0.0, fault address 0x00000000. Whenever it happens, the XP theme change to classic theme then change back to the normal theme. The network goes…
I'm running Solr on Tomcat 8 on a Windows Server 2008 and I want to complete restrict all access to both except local.
I've tried adding address attributes to <connector/> tags in the server.xml file and a couple of other things, but I noticed in each case the problem described was limiting access to a…
The question is simple: no root access, but need to point particular domain name to the specified IP address.
What are the other ways to do the same thing as with adding the record to /etc/hosts file?
I am continuously receiving below error in event viewer... from which it stop mysql service...
This is the following error,
Faulting application mysqld-nt.exe, version 0.0.0.0, faulting module mysqld-nt.exe, version 0.0.0.0, fault address 0x0022401c.
When I checked MySQL error log file, there is no ERROR…
I got a Debian server with a public and a private IP in a DMZ.
I need to be able to connect to it through SSH on our private side, and then block all access to the public address. Both /etc/hosts.deny and sshd_config seems to only let one block incoming IP addresses. What I really want is to disable SSH…
I have multiple secondary calendars under one account. I would like to be able to embed all of these calendars in the same frame on a web page so that anyone is able to view them. I tried making them all public but have only been able to embed one at a time because each calendar has a different address.…
I've registered xdebug in php.ini (as per http://xdebug.org/docs/install) but it's not showing up when i run "php -m" or when i get a test page to run "phpinfo()". I've just installed the latest version of XAMPP. Can anyone provide any suggestions in getting xdebug to show up?
This is what i get when i…
Hi Everyone,
I have created a pdf version of our rails application using the Prawn plugin, the page in question is part of the Kase model - the link to the kase is /kases/1 and the link to the pdf version is /kases/1.pdf.
How can I add a link within the show.html.erb to the PDF file so whichever page…
I'm new to Json, so please excuse the newb question.
I have a form in which I'm conducting an Ajax post to submit address information to a backend script for validation.
Here's the form:
<form name="Form" id="Forms" method="post" action="WebCatPageServer.exe" class="uniForm">
<input…
I have an odd set of arrays that I need to count how many times specific values show in the results. Currently I have this bit of code.
$nested_arrays = shopp_orders( '2011-11-30 00:00:00', '2012-11-30 12:59:59', false, '', 2 );
print_r($nested_arrays);
This code pulls multiple arrays…