我試圖在我的apache服務器上設置虛擬主機,並且它沒有按預期工作。在APache中設置虛擬主機
首先,如果我嘗試本地主機,一切正常......但當我嘗試www.test.com它確實帶我到實際的網站..我如何註冊我的更改?
WSGIPythonPath /var/www/html/apache-virtual-env/lib/python2.7/site-packages
<VirtualHost *:80>
ServerName test.com
ServerAlias www.test.com
WSGIScriptAlias//var/www/html/Deployment/wsgi.py
<Directory /var/www/html/>
#Options Indexes FollowSymLinks Includes ExecCGI
#AllowOverride All
Order deny,allow
Allow from all
</Directory>
</VirtualHost>
什麼是平臺?視窗? Linux呢?猜測test.com沒有按年登記。 –
它在Linux上。是,test.com未註冊...我應該在哪裏進行更改... – user1050619
@userX - test.com已註冊。但只需編輯/ etc/hosts,如下所述進行測試 –