Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、私は自分のプロジェクト/wwwを自分の Apache2 サーバーのディレクトリに配置しており、次の方法でこのプロジェクトにアクセスできますlocalhost/abc 。
/www
localhost/abc
これをまたは同様に試すことができ/etc/apache2/httpd.confます(OS /ディストリビューションに固有です)。私はApacheをローカルで実行していないので、このようなものが機能するかどうかはわかりません.
/etc/apache2/httpd.conf
<VirtualHost ip:port> ServerName localhost DocumentRoot /www/your_project </VirtualHost>