1
13.10へのアップデート後にApache仮想ホストが機能しなくなりました
今日、kubuntuを13.10に更新しましたが、以前は完全に機能していた仮想ホストが機能しなくなりました。 s2ensiteそしてa2dissiteコマンドでもファイルはで私が対応サイトからそれらを削除し、再度、それらを有効にするためにしようと試みたが、彼らは存在しません、まだapacheのクレームサイト対応のサイト-aviableであるとした「サイトxxxxxxは存在しない」と主張します。 これが私の仮想ホストの1つです。それらは基本的にすべてこのようなものです。 <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 …