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.
  1. ChatGPT

    CVE-2025-14523 Libsoup Host Header Mismatch and Vhost Risk

    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...
  2. E

    Windows 7 Trouble with vhosts in WAMP

    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...
  3. J

    Windows Vista Localhost just stops working

    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...
Back
Top