0
votes
4answers
63 views
Including Port numbers in %systemroot%\system32\drivers\etc\hosts File
Hi all,
Is it possible to include port numbers in hosts file? Reason that I'm asking is because I have sites that I'm trying to migrate from one hosting server to another, and the …
0
votes
0answers
60 views
apache2, vhosts and servername directive [closed]
I'm running an apache development environment on my ubuntu desktop machine.
When I start apache, I get the error
"apache2: Could not reliably determine the server's fully qualifie …
1
vote
0answers
118 views
How to copy /etc/hosts to all my machines? [closed]
import os, sys, time
servers = ['dev','admin','db1']
for s in servers:
cmd = 'scp /etc/hosts regular_user@%s:/etc/hosts' % s
print cmd
os.system(cmd)
I have written …
0
votes
4answers
50 views
How can I edit/update hosts(etc/hosts) file using any programming language
Dynamically I want to edit/update hosts(etc/hosts) file to add domain.
To edit hosts(etc/hosts) file require Admin privileged. Using Linux I can do this by this command
sudo gedi …
0
votes
3answers
42 views
hosts file in windows and my developer
One of my sites - mediadeals.co.uk is showing a blank page.
So I went back to my developer. He asked me to add this on my hosts file
in windows->system32->drivers->etc->hosts
74. …
-1
votes
5answers
263 views
localhost problem on windows 7
Hi there
I m using windows 7 prof. and i want to run my web project but url modife to www.localhost.com
if use http://127.0.0.1:2710/default.aspx it working. i checked host file w …
0
votes
1answer
108 views
How do you edit hosts file on Win7 [closed]
C:\Windows\System32\drivers\etc\hosts. I am trying to setup a local redirect for my website (like I've always done in XP). It will not let me save!!!
I have taken ownership, I h …
0
votes
0answers
30 views
A massive and non-trivial way to block many URLS on Windows XP ?
Hello,
My GF is from a country X. She is now living abroad but is addicted to internet and often spends many hours per day on her laptop browsing "nonsense" information by website …
0
votes
2answers
50 views
Change Default Starting Domain For .NET Website Project
I have a Website project that I'm trying to debug using Fiddler. Fiddler doesn't track traffic from localhost, so I created another alias in my hosts file to use instead of localh …
0
votes
1answer
93 views
How I can map a service running on a specific port number to an alias on Unbuntu?
How I can map a service running on a specific port number to an alias on Ubuntu 8.10?
For example, I have a webservice which I can access like this:
http://localhost:3000/
But I …
1
vote
4answers
629 views
How to unblock website which is blocked, using C#?
This is some code to unblock any website from listview, but now I want to unblock a website which has previously been blocked. How can I do this?
String path = @"C:\Windows\System …
0
votes
4answers
200 views
Windows hosts file
What's the difference between these lines:
::1 localhost
...and
127.0.0.1 localhost
in Windows hosts file?
Initially I had the line of the first kind in my …
1
vote
6answers
1k views
Can I use the /etc/hosts file to configure an alias
The /etc/hosts file can be used to override dns definitions, i.e. to point an hostname to a different ip.
I want to use /etc/hosts to make an alias record, i.e.e to make my comput …
0
votes
2answers
320 views
Redirecting an internal path to a virtual host
I have been working on a drupal test site for a while, which has a bunch of virtual hosts set up like this:
<VirtualHost *:80>
ServerAdmin email@example.com
DocumentRoot "/p …
2
votes
3answers
1k views
Forwarding only on a single port 8080 to localhost (windows) possible?
Hello,
I know how to set up a local webserver using xampp on windows... I enter my alias and target on the hosts file (c:\windows\system32\drivers\etc\hosts) and then add a respec …
