ฉันอัปเดต kubuntu เป็น 13.10 วันนี้และ virtualhosts ของฉันที่ทำงานได้อย่างสมบูรณ์แบบมาก่อนจะไม่ทำงานอีกต่อไป
s2ensite
และa2dissite
คำสั่งเรียกร้อง "xxxxxx เว็บไซต์ไม่ได้แล้ว" แม้กระทั่งไฟล์ที่อยู่ในเว็บไซต์ที่มีให้เลือกและอยู่ในเว็บไซต์ที่เปิดใช้งานผม tryed จะลบออกจากเว็บไซต์ที่เปิดใช้งานแล้วช่วยให้พวกเขาอีกครั้ง แต่ยังคง Apache เรียกร้องพวกเขาจะไม่อยู่
นี่คือหนึ่งใน virtualhosts ของฉัน พวกมันล้วนเป็นแบบนี้
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName expsite.local
DocumentRoot /var/www/expsite/htdocs
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/expsite/htdocs/>
Options Indexes FollowSymLinks MultiViews
AllowOverride FileInfo
Order allow,deny
allow from all
</Directory>
# ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
# <Directory "/usr/lib/cgi-bin">
# AllowOverride None
# Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
# Order allow,deny
# Allow from all
# </Directory>
CustomLog /var/www/expsite/logs/access.log combined
ErrorLog /var/www/expsite/logs/error.log
LogLevel warn
# Alias /doc/ "/usr/share/doc/"
# <Directory "/usr/share/doc/">
# Options Indexes MultiViews FollowSymLinks
# AllowOverride None
# Order deny,allow
# Deny from all
# Allow from 127.0.0.0/255.0.0.0 ::1/128
# </Directory>
</VirtualHost>
000- ค่าเริ่มต้นใช้งานได้และฉันสามารถเปิดใช้งานและปิดใช้งานได้