خطا در Apache Virtual Hosting
دوشنبه, ۱ تیر ۱۳۹۴، ۱۰:۴۹ ق.ظ
در زمان اضافه کردن یک virtual host در آپاچی ممکن است این خطا مشاهده شود.
خطای داده شده :
root@tsrv:~# a2ensite vh.postfixhelp.html
ERROR: Site vh.postfixhelp.html does not exist!
راه حل:
a2ensite is simply a perl script that only works with filenames ending .conf
Therefore, I have to rename my setting file for mysite.com to mysite.com.conf as might be achieved as follows:
mv /etc/apache2/sites-available/mysite.com /etc/apache2/sites-available/mysite.com.conf
Success