Apache2.2

[error] ap_proxy_connect_backend disabling worker for xxxxx

e Dec 07 00:40:26 2010] [error] (110)Connection timed out: proxy: HTTP: attempt to connect to xxx.xxx.xxx.xxx:80 (xxxxx) failed
[Tue Dec 07 00:40:26 2010] [error] ap_proxy_connect_backend disabling worker for (xxxxx)

[解決済み]Invalid command 'Header'

aya@exmample:/etc/apache2/sites-enabled$ sudo apache2ctl configtest
Syntax error on line 33 of /etc/apache2/sites-enabled/myblog-http:
Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

なんやこりゃーと調べたら

a2enmod headers

でHeadersのモジュールを有効にしたら使えた

[解決済み]Directory index forbidden by Options directive

[Fri Apr 09 05:31:43 2010] [error] [client XXX.XXX.XXX.XXX]
Directory index forbidden by Options directive: /var/www/webpage01/

とでたら/etc/apache2/site-enabled/webpage01の設定の

<Directory /var/www/webpage01/>
 Options FollowSymLinks MultiViews Indexes #<=Indexes追加
 AllowOverride FileInfo
 Order allow,deny
 allow from all
</Directory>

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2012-03-12 (月) 16:54:40 (197d)