Gentoo Archives: gentoo-user-de

From: Tobias Edler <tobias.edler@×××××××××××××××××××××.de>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] Ajaxterm
Date: Mon, 11 Feb 2008 20:28:34
Message-Id: 47B0AFDC.2050406@physik.uni-goettingen.de
1 Guten Abend miteinander,
2
3 Ich versuve gerade mir ein Ajaxterm zu installieren, nach der
4 Anleitungen http://gentoo-wiki.com/Ajaxterm
5
6 In /etc/conf.d/apache2 steht:
7 APACHE2_OPTS="-D PROXY -D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D
8 SSL_DEFAULT_VHOST -D PROXY_HTML"
9
10 und in /etc/apache2/modules.d/27_mod_proxy_html.conf steht:
11 <IfDefine PROXY_HTML>
12
13 LoadFile /usr/lib/libxml2.so
14 LoadModule proxy_html_module modules/mod_proxy_html.so
15
16 ProxyRequests Off
17 <Proxy *>
18 Order deny,allow
19 Allow from all
20 </Proxy>
21 ProxyPass /ajaxterm/ http://localhost:8022/
22 ProxyPassReverse /ajaxterm/ http://localhost:8022/
23 .....
24
25 Irgendwas scheint da aber nicht zu klappen:
26 /etc/init.d/apache2 start
27 * Apache2 has detected a syntax error in your configuration files:
28 Syntax error on line 6 of /etc/apache2/modules.d/27_mod_proxy_html.conf:
29 Invalid command 'ProxyRequests', perhaps misspelled or defined by a
30 module not included in the server configuration
31
32 Die USE-Flags vom apache scheinen aber doch zu stimmen:
33 [ebuild R ] www-servers/apache-2.2.8-r1 USE="ssl -debug -doc -ldap
34 (-selinux) -sni -static -suexec -threads" APACHE2_MODULES="actions alias
35 auth_basic auth_digest authn_alias authn_anon authn_dbm authn_default
36 authn_file authz_dbm authz_default authz_groupfile authz_host
37 authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir
38 disk_cache env expires ext_filter file_cache filter headers include info
39 log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp
40 proxy_connect proxy_http rewrite setenvif speling status unique_id
41 userdir usertrack vhost_alias -asis -authn_dbd -cern_meta -charset_lite
42 -dbd -dumpio -ident -imagemap -log_forensic -proxy_balancer -proxy_ftp
43 -version" APACHE2_MPMS="-event -itk -peruser -prefork -worker" 0 kB
44
45 Irgendeine Idee, an was das liegen könnte?
46
47 Gruß
48 Tobias
49 --
50 ________
51 \..| Tobias Edler
52 .\.|-- 1. Physikalisches Institut Tel: 0551-39 3669
53 ..\|____ Georg-August-Universität Göttingen Fax: 0551-39 2328
54 --
55 gentoo-user-de@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Ajaxterm Tobias Edler <tobias.edler@×××××××××××××××××××××.de>