Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Configuration of Apache virtual host

2025-02-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

Question: In the httpd.conf file, DocumentRoot is modified to "G:\PHPWeb"(listening port is still 80), but after entering "localhost" directly in the browser, the index.html in G: \Apache\Apache24\httdocs is returned instead of G:\PHPWeb\index.php. or "You don't have permission to access..." error prompt appears.

Reason: Apache defaults to port 80 and the default virtual directory is G: \Apache\Apache24\httdocs. Even if DocumentRoot is changed to G:\PHPWeb in httpd.conf, Apache will still forward the request to index in the virtual directory.

Workaround: Open the file: G:\Apache\Apache24\conf\extra\httd-vhosts.conf (virtual host configuration file) Find it

#DocumentRoot "${SRVROOT}/htdocs"

#ServerName www.example.com:80

Amend to read

DocumentRoot "G:\PHPWeb"

#ServerName www.example.com:80

That's it.

Apache supports multiple websites by configuring multiple virtual hosts.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report