मैंने अपने कुबंटु को आज १३.१० में अपडेट किया और मेरी वर्चुअलहोस्टेस जो पहले पूरी तरह से काम करती थीं, अब काम नहीं कर रही हैं।
s2ensite
और a2dissite
आदेशों का दावा "साइट xxxxxx मौजूद नहीं है" भी फ़ाइलें साइटों-aviable में हैं और में थे साइटों सक्षम मैं उन्हें साइटों सक्षम से हटा दें और फिर उन्हें फिर से सक्षम करने के लिए tryed, लेकिन अभी भी अपाचे का दावा है कि वे मौजूद नहीं होगा।
यहां मेरी एक वर्चुअलहोस्ट है। वे मूल रूप से इस तरह से हैं।
<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-डिफ़ॉल्ट काम कर रहा है और मैं इसे सक्षम और अक्षम कर सकता हूं।