Tagged Questions
-1
votes
2answers
33 views
howto serve different local index page with multiple virtualhosts [closed]
Objective: do http://test.local and get the index from testsite, do http://l4.dev
and serve the index from lara4.
What I don't want is the first index from the virtual host listing it can find
How ...
0
votes
3answers
154 views
localhost redirect to www.localhost
I'm currently developing two websites, one for work and one for studies. The work site (silke) was already configured and ran perfectly. When I set up the other site with ZF2, I set up a virtual host ...
1
vote
2answers
41 views
Aliasing a domain on Apache
I am developing a website on my own development servers. The client is loading some fonts that are white-listed on just their domain, the problem is that during development I cannot see them on my dev ...
0
votes
2answers
706 views
500 Internal Server Error when setting up Apache on localhost
I downloaded and installed XAMPP, and to keep my projects nicely separated I want to create a VirtualHost for each one based on its future domain name. For example, in my first project (we'll say it's ...
0
votes
1answer
174 views
Multiple virtual hosts on localhost for development
I'm using Xampp (Apace 2.2.20) on mac os lion for development. I have a number of CMS projects and i want to access them by going to cms1.localhost, cms2.localhost, cms3.localhost etc
Currently, with ...
0
votes
1answer
97 views
Simply Apache virtual host configuration not working
I'm tying to configure Apache for running phpmyadmin in it's own folder, using phpmyadmin.local server name. I'm not an Apache "guru" and i can't figure out why this is not working. Any help would be ...
0
votes
2answers
201 views
Configuring Apache 2.2 on localhost, getting “It works!”
I am trying to get Apache work and here is my configuration:
System32/hosts:
127.0.0.1 localhost
127.0.0.1 rss.local
httpd-vhosts.conf
NameVirtualHost *:80
<Virtualhost *:80>
...
2
votes
3answers
1k views
editing apache vhosts and ubuntu hosts file?
I have just installed ubuntu (11.04).
I have installed apache/mysql/php etc.
I have a few sites sitting in
/var/www/site1
/var/www/site2
/var/www/site3
I want to be able to access these at
...
2
votes
2answers
511 views
Alternative to HOSTS file for virtual hosts?
I am running Windows 7, Apache 2.28 is my version of Apache, localhost and virtual hosts run well.
Only one issue - what's the best alternative to using the HOSTS file?
I tried DNSKong, but not sure ...
0
votes
3answers
3k views
Why does local host say “It Works”?
I have configured all my websites in the "Sites" folder to be tested in my browser. When I type a web address for example http://test.dev, I get "It Works".
Why?
0
votes
2answers
1k views
Apache on localhost: give virtual hosts specific servers name
I ask my question first and below are details of what I have so far trying to solve the thing:
On Apache running on localhost, I want to have different virtual hosts that would be accessible through ...
0
votes
2answers
591 views
How to configure apache to allow access to subdomain on my local ip address
I would like to have others inside my local network access resources on my computer at outsideprojects.192.168.0.10. I am running Apache and have a virtual host configured so I can access it at ...
0
votes
1answer
68 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>
...
3
votes
4answers
504 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
151 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 ...
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 ...
