cgi-binが機能しない
kubuntu 13.10を再インストールしましたが、cgi-binが機能しません。Apacheはcgiを実行する代わりにダウンロードします! cgi modを有効にした最新のApacheがあります。000-default.confに、これらのオプションを追加しました。 ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> Options +ExecCGI AddHandler cgi-script .cgi .pl Options FollowSymLinks Require all granted </Directory> Action application/x-httpd-php /cgi-bin/php5 Apacheを再起動しましたが、問題は解決しません。 これは私の現在のapache2.conf設定です: # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs/2.4/ …