Localhost is an address/term used for testing connection to the local host (current computer) used for some network troubleshooting
0
votes
1answer
730 views
IPTables configuration for Localhost
I have a problem in connecting a JIRA instance running on a cloud server to an instance of MySQL running on the same box. I have configured it previously using quite a few iptables rules, but it ...
0
votes
1answer
81 views
whats the point of @localhost entries for a mail server
After recently setting up a mail server I am now adding the users that I need. As part of the tutorial I followed I created root@localhost as an account and also a bunch of aliases ...
0
votes
3answers
77 views
What software can I use to link my public domain to my dynamically changing local computer IP? [closed]
Any free websites/software that might be recommended?
1
vote
3answers
1k views
Fake domain doesn't resolve when offline
I have a flimsy grasp of DNS. Nonetheless, in order to install a local development copy of Wordpress MU, I needed to create a fake domain, which I called local.dev. It and all subdomains simply ...
0
votes
4answers
1k views
Domain name is forwarding to my localhost, no idea why
On my local development machine, I have a WAMP setup (Windows Vista Home Premium, Apache 2, MySQL and PHP 5). One of my projects is rehash.dustinfineout.com, which may be related to the problem... For ...
0
votes
2answers
404 views
problems installing mysql and phpmyadmin to localhost
I know there have been many similar questions, but as far as I can tell, most of the other people have gotten further than I have...
I'm trying to get a WAMP setup happening.
I've got PHP and ...
5
votes
2answers
13k views
How to create an alias for a named SQL Server instance
On my developer computer I have an SQL Server instance named *developer_2005*. In the resource setting files of a C# application we are creating, the instance name is set to foobar (not really, but ...
2
votes
2answers
1k views
Redhat doesn't set my desired hostname on reboot
I have a redhat (EL5) server that I need to change the hostname on. I'm trying to put it back into a known state to help with server provisioning activities.
As part of changing the hostname, I'm ...
2
votes
1answer
591 views
setting documentroot in apache
i've set the documentroot in httpd.conf as:
DocumentRoot "C:\Users\user1\Documents\WebProjects"
if the files are located in WebProjects, they work; however if i create a sub folder [project] in ...
0
votes
2answers
205 views
Problems pointing site to site in Hosts file
I'm on my localhost PC. I need to add an entry that maps our public site to our dev server.
I tried several things with no luck:
192.168.1.40 oursite.com // where the IP here is our internal dev ...
0
votes
1answer
589 views
Tomcat cannot connect to MySQL on localhost
I have deployed an application on my Tomcat server with JDBC resources defined. What is puzzling me is that I can connect to the database (which is running locally on the server) only using the ...
1
vote
2answers
410 views
Trying to get rid of localhost in outgoing email — Sendmail
I'm running sendmail and I've appeared on the CBL. I've already fixed a couple issues, but I can't figure out how to get rid of these last two localhost mentions. I commented out the localhost line in ...
0
votes
1answer
863 views
Sharing Localhost on Network in Windows 7
Basically - I am producing a website and I am trying to share the "localhost" port on 2 computers.
Basically, when I build the project I just want to also be able to access it on both computers via ...
6
votes
3answers
2k views
localhost in a DNS zone
Our ISP also hosts our external DNS. By default they include an entry for localhost.
For example:
localhost.example.com. 86400 IN A 127.0.0.1
When I've asked them to remove it they give me a hard ...
0
votes
1answer
67 views
Is it possible to configure Apache for several local host?
I want to tests to sites locally.
It is good for me to have two configuration sections in Apache.
I tried
<VirtualHost 127.0.0.1>
...
</VirtualHost>
<VirtualHost 127.0.0.2>
...
0
votes
1answer
947 views
Accessing localhost using ip
I am running google app engine locally and it runs on port 8080. I can access it from the browser using 'localhost:8080' or '127.0.0.1:8080'. But I cannot access it using the ip of the machine even ...
3
votes
4answers
488 views
Virtual hosts on same ip AND port
Is this even possible?
My current vhost.conf entries:
<VirtualHost www2.b-page.lv:80>
ServerAdmin example@example.com
DocumentRoot "C:/xampp/htdocs/b-page"
ServerName b-page
...
0
votes
1answer
2k views
Wamp server giving “It works!” on going to http://localhost [closed]
This is for a friend of mine. When he installed WAMP server, it installed perfectly. And then when he goes to http://localhost there is only 1 message that is displayed in the browser which is It ...
1
vote
1answer
370 views
How to exclude local traffic from AWStats reports?
I have AWStats configured to run on my website, but I would like it to exclude hits coming from myself (localhost) that are seen as originating from these ip addresses:
127.0.0.1
192.168.0.1
How ...
2
votes
4answers
3k views
Is it Possible to view my apache server (local host) from home or remote computer that is outside my LAN?
i am developing a website and need to share progress with other stakeholders.
Is it Possible to view my apache server (local host) from home or remote computer that is outside my LAN?
2
votes
1answer
146 views
Why don't ports resolve correctly for localhost and {my server name}?
I set up VisualSVN Server, and SQL Server on my local machine.
VisualSVN was set up to use https://dell/svn/ as the repository root.
I was connecting to SQL Server using "localhost".
At some point I ...
1
vote
1answer
514 views
Non-server side method of getting local IP address in browser?
I am trying to provide a way for users on my LAN to "register" with the Network admin (me) without having to either a) host a page on my computer b) host a script on the central server (since it is ...
1
vote
3answers
3k views
-bash: mysql: command not found
I'm kinda new to this but I am having issues with PHPMyAdmin as well as MySQL on my local machine. It has worked previously.
When I try to run mysql from the command line I get:
-bash: mysql: ...
0
votes
2answers
2k views
.htaccess file not being read on localhost
My live site reads the .htaccess fine. I got 404.php and mod_rewrite working fine there, but on my localhost... nothing.
PHPmyAdmin 3.1.5
PHP 5.2.9-2
Apache 2.2
My .htaccess is this:
...
0
votes
4answers
430 views
127.0.0.1 corrupted
I can't access my local printers with \\127.0.0.1\printername. Windows XP gives me an error message in my language which roughly translate to :
"Impossible to complete this operation. You have ...
1
vote
1answer
717 views
Socket support using wamp in windows 7
I'm running windows 7 and using WAMP for my local development. Now I Installed Cultbooking (sourceforge.net/projects/cultbooking/) in my wamp and can't finish my installation because it says sock ...
0
votes
1answer
1k views
Apache Tomcat + WAMP running at the same time?
Can you run both at the same time since they are operating on different ports? (for localhost development environment)
2
votes
2answers
572 views
iptables for local connections
On "Server A", I have a service running on port 1445.
"Server B" can connect to "Server A" on port 445 via the following rule:
iptables -t nat -A PREROUTING -d www.kunde.de -p tcp -m tcp --dport 445 ...
1
vote
3answers
83 views
How *much* server resources needed to make a *decent* cross-browser testing server
In my company we need to test our website (that we develop), On many browsers including:
IE6
IE7
IE8
Safari
Firefox 2
Firefox 3
Chrome
This is a very time consuming task since we test it in many ...
0
votes
2answers
69 views
Host a windows-based mail server
I am setting up a kiosk that will allow a user to view a client's catalogue and let that user send an email of some item or other to themselves.
I'm hosting a windows-based web site, so I want the ...
2
votes
2answers
1k views
Accessing PC localhost from Mac over WiFi
I have a web service running on the localhost of my PC. I set up an ad hoc local wifi network and I would like to access the web service from my Mac. Can this be done?
What would the url to my web ...
1
vote
1answer
4k views
How can I set up another alias like “localhost” to point to a folder within htdocs?
Hi Everyone
So I have xampp running, localhost or 127.0.0.1 will take me to htdocs within my xampp folder. Is there a way I can use a similar name such as localhost2 on the same machine to take me to ...
0
votes
1answer
1k views
Accessing Localhost Port Over a Local Network
Both localhost and 192.168.0.199 both resolve to the same page in my web browser (they both redirect to localhost/xampp/ and 192.168.0.199/xampp/ respectively).
But when I try not to access my web ...
0
votes
1answer
1k views
Ad Hoc Wireless Network Between Vista IIS and Leopard
I am trying to set up an Ad Hoc network between my PC running Vista and my Macbook running Leopard. It's not just the Ad Hoc network though. I have Visual Studio Developer Express and SQL Studio ...
0
votes
1answer
150 views
Apache refuses to acknowledge my Sites folder
I'm running Apache on a Mac, and all of the sudden http://localhost results in Apache's HTDOCS folder, while for some time now it correctly referred to my Sites folder.
Running apachectl -D ...
0
votes
2answers
77 views
Website showing localhost?
I recently added a alias and virtualhost to apache on my development machine.
Today I stumbled across a website under the domain http://www.circle.nu/.
This domain showed my localhost homepage (It's ...
2
votes
3answers
303 views
Need help setting localhost
Help!
I'm trying to convince my Apache to point localhost to /Sites. What am I doing wrong?
httpd.conf settings
<Directory />
Options FollowSymLinks
AllowOverride None
Order ...
1
vote
2answers
2k views
IE on VirtualBox to visit http://localhost on Mac OS X host [closed]
I use VirtualBox on my Mac to run IE for testing, but sometimes I want to test http://localhost. Is there a way to do that?
0
votes
1answer
1k views
Can a router block localhost (127.0.0.1) traffic on a server?
Our web server was just switched to a V-LAN with some very strict firewall rules. Basically they closed every inbound and outbound port unless we specifically needed it.
We have some services ...
0
votes
2answers
147 views
Apache2's root dir problem
I have apache2 setup on my local machine with virtualhosts.
In my hosts file, i have this:
127.0.1.1 mysite
'mysite' is a site, in which i have php scripts that use include('/path/to/whatever');
...
5
votes
4answers
2k views
/etc/hosts file being ignored
My hosts file is being ignored, apparently.
It contains:
127.0.0.1 localhost.localdomain localhost
127.0.0.1 mydomain.com
127.0.0.1 nowhere
If I ping localhost or 'nowhere', I get an ...
0
votes
3answers
345 views
Host file set, ping goes 127.0.0.1, but in browser URL still goes out to web?
Having some issues running my code local.
I have host file setup like this:
127.0.0.1 ryan.local.myappname.com
if I ping that URL it kicks back from 127...
but if I browse there in firefox or IE ...
0
votes
4answers
379 views
How to enable access to LAN?
I don't have a domain name.
And I browse my site by "http://localhost"
How to enable visit my site by guys not in LAN?
0
votes
3answers
758 views
WGET Localhost 0 bytes
Hi I am trying to execute wget locally using cron, I have been told by my hosting that due to a local loopback that this won't work?
I am attempting the following command:
wget -q -O ...
0
votes
3answers
489 views
accessing localhost?
i had installed WAMP and registered a domain to link my website and hav resolved the dynamic ip issue which is assigned by of WAN interface. Now web ever i write my registered domain e.g: ...
2
votes
4answers
1k views
MySQL Database is DROPPED can I recover it (on localhost)
Is there anyway to get my database back?
I've dropped it accidentally.
1
vote
2answers
370 views
Subdomains on localhost
It is possible to use wildcard in /etc/hosts file?
For example, im developng the application that will have user-defined subdomains, like "user1.foo.bar", "user2.foo.bar".
Im looking for something ...
0
votes
4answers
1k views
localhost files are not showing up on port 80
I browse to localhost/ and nothing is shown. No web page, no 'page not found' etc.
However, I change httpd.conf to use port 8080, then browse to localhost:8080/ and my local pages show up.
Why would ...
0
votes
3answers
527 views
Unable to share a file in local network by Macs?
This question is based on this question.
I have two Macbooks in the same network. Both computers get the internet from the network.
I guess that I can share files between the two Macs without ...
1
vote
3answers
662 views
hosts file and multiple sub-domains
For local testing (and learning), I wish to use x.com host name instead of localhost. I changed my Windows XP host file to this -
127.0.0.1 x.com
Now http://x.com/ works beautifully but ...

