You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
virtual hosts
About this tag
Discussions tagged with virtual hosts cover web server configuration challenges and security implications. Users troubleshoot WAMP and Apache virtual host setups on Windows, particularly issues with localhost access when offline and configuration differences across Windows versions. A security thread highlights CVE-2025-14523 in GNOME's libsoup library, where duplicate Host header handling can lead to virtual-host confusion, cache poisoning, and request smuggling when libsoup-based servers sit behind proxies. These posts reflect practical problems in managing virtual hosts for local development and the importance of consistent header processing to avoid vulnerabilities.
A newly disclosed vulnerability in GNOME’s HTTP library libsoup — tracked as CVE-2025-14523 — exposes a subtle but powerful mismatch in how duplicate Host headers are handled, creating a practical vector for virtual-host confusion, cache poisoning, and request‑smuggling–style bypasses when...
Ok, I've searched far and wide (mostly in forums relating to WAMP and APACHE), but I suspect this is related to Win7, so I thought I'd try here.
I've used WAMP for several years, with several vhosts set up on development machines using WinXP, then Vista, and now Win7. This *same* setup worked...
apache
computer issues
configuration
development
drupal
file structure
forum
hosts file
local development
localhost
network
software configuration
troubleshooting
user support
virtualhosts
wamp
web server
website
windows 7
When I am away from home I often have no access to the Internet. But it never used to matter because my laptop was XP and I used localhost/hosts/127.0.01 and virtual hosts in Apache to work on the train whilst travelling etc with my website development stuff.
Until I installed Vista Ultimate...