我重新安装了 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
Run Code Online (Sandbox Code Playgroud)
并重新启动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/ for detailed information about
# the directives and /usr/share/doc/apache2/README.Debian about Debian specific
# hints.
#
#
# Summary …
Run Code Online (Sandbox Code Playgroud) 您好,我在 kubuntu 13.10 上安装 ati 13.12 驱动程序时遇到问题。我在控制台中收到此错误
Loading new fglrx-13.251 DKMS files...
Building only for 3.11.0-15-generic
Building for architecture x86_64
Building initial module for 3.11.0-15-generic
Error! Bad return status for module build on kernel: 3.11.0-15-generic (x86_64)
Consult /var/lib/dkms/fglrx/13.251/build/make.log for more information.
update-initramfs: deferring update (trigger activated)
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up fglrx-amdcccle (2:13.251-0ubuntu1) ...
Setting up fglrx-dev (2:13.251-0ubuntu1) ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.11.0-15-generic
^Cdpkg: error processing initramfs-tools …
Run Code Online (Sandbox Code Playgroud)