标签: backtrack-linux

有人可以帮我避免内部服务器错误| htaccess | apache2ctl | 原路返回

我是stackowerflow以及apache的新手,如果我把这个帖子放在错误的地方,我很抱歉.

有人可以帮我避免内部服务器错误| htaccess | apache2ctl | 原路返回

我想要做的是将这些行添加到htaccess ..我的htaccess和webserve工作正常没有这些行..但我需要将它们添加到htaccess

RewriteEngine on
RewriteCond %{REQUEST_METHOD}^(TRACE|TRACK)
RewriteRule .* - [F]

Header set X-Frame-Options Deny
Header always append X-Frame-Options SAMEORIGIN**
Run Code Online (Sandbox Code Playgroud)

一旦我进入上面的行,当我刷新网页时它会给我这个错误

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available …
Run Code Online (Sandbox Code Playgroud)

apache .htaccess backtrack-linux

6
推荐指数
1
解决办法
2635
查看次数

dpkg:需要一个动作选项

在此输入图像描述在Backtrack 5r3上安装Google Chrome

但我得到错误dpkg:需要一个动作选项

root@bt:~# ls
Desktop  google-chrome-stable_current_i386.deb
root@bt:~# dpkg .i google-chrome-stable_current_i386.deb
dpkg: need an action option

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].

Options …
Run Code Online (Sandbox Code Playgroud)

linux google-chrome backtrack-linux

5
推荐指数
3
解决办法
2万
查看次数