You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by Vladislav Vorobiev <my...@googlemail.com> on 2006/10/31 14:31:04 UTC

Apache2.2 Debian SID was hat sich geändert

Hallo,

ich experementiere mit SIDs apache2.2 leider ohne erfolg.
Auf einer anderen maschiene mit apache2.0 läuft der konfig.

httpd.conf

<VirtualHost *>
ServerName localhost
RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/localhost:80/ruXXXX [L,P]
ProxyVia on
<IfModule mod_disk_cache.c>
   CacheEnable disk /
 </IfModule>
</VirtualHost>


mods-enabled# ll
insgesamt 0
lrwxrwxrwx 1 root root 28 2006-10-19 12:19 alias.load ->
../mods-available/alias.load
lrwxrwxrwx 1 root root 28 2006-09-28 06:32 cache.load ->
../mods-available/cache.load
lrwxrwxrwx 1 root root 33 2006-10-31 13:31 proxy_html.load ->
../mods-available/proxy_html.load
lrwxrwxrwx 1 root root 28 2006-09-28 06:28 proxy.load ->
../mods-available/proxy.load
lrwxrwxrwx 1 root root 30 2006-09-28 06:13 rewrite.load ->
../mods-available/rewrite.load
.......................



error.log

[Tue Oct 31 14:16:04 2006] [notice] Apache/2.2.3 (Debian)
proxy_html/2.5 configured -- resuming normal operations
[Tue Oct 31 14:16:07 2006] [warn] proxy: No protocol
handler was valid for the URL /.
If you are using a DSO version of mod_proxy, make sure
the proxy submodules are
included in the configuration using LoadModule.

auf dem Bildschirm

Forbidden 403

You don't have permission to access / on this server.
Apache/2.2.3 (Debian) proxy_html/2.5 Server at www.mykniga.org Port 80

Hat sich was geändert in RewriteRules. Ich habe nur was uber
PassProxy... gefunden.
Any Tips?

Grüß
Vlad

--
Best Regards
Vlad Vorobiev
http://www.mymir.org


-- 
Best Regards
Vlad Vorobiev
http://www.mymir.org

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Apache2.2 Debian SID was hat sich geändert

Posted by Vladislav Vorobiev <my...@googlemail.com>.
2006/11/2, Vladislav Vorobiev <my...@googlemail.com>:
> An fuer sich nicht,
> eigentlich nur source.list ändern. Problemme tauchen auf wenn in dem
> repository neue versionen zu verfügung stehen und die konfigs sich
> geändert haben.
>
> 2006/11/2, Rainer Sokoll <R....@intershop.de>:
> > On Thu, Nov 02, 2006 at 09:59:21AM +0100, fox@linuser.de wrote:
> >
> > > War das Problematisch? bzw wie macht man das am besten in die sourcelist
> > > quellen für etch eintragen
> > > und apt-get upgrade ?
> >
> > Das solltest Du auf einer Debian-Liste fragen.
> >
> > Und wenn Du /bitte/
> >
> > > >Hallo Vladislav,
> > > >
> > > >bitte antworte _unter_ dem Zitat, danke.
> >
> > beachten würdest?
> >
> > Danke,
> > Rainer

Ok, habe die Source version von Apache.org instaliert. Bei der version
habe ich die Probleme nicht.


-- 
Best Regards
Vlad Vorobiev
http://www.mymir.org

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Apache2.2 Debian SID was hat sich geändert

Posted by Rainer Sokoll <R....@intershop.de>.
On Thu, Nov 02, 2006 at 09:59:21AM +0100, fox@linuser.de wrote:

> War das Problematisch? bzw wie macht man das am besten in die sourcelist 
> quellen für etch eintragen
> und apt-get upgrade ?

Das solltest Du auf einer Debian-Liste fragen.

Und wenn Du /bitte/

> >Hallo Vladislav, 
> >
> >bitte antworte _unter_ dem Zitat, danke.

beachten würdest?

Danke,
Rainer

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Apache2.2 Debian SID was hat sich geändert

Posted by "fox@linuser.de" <fo...@linuser.de>.
War das Problematisch? bzw wie macht man das am besten in die sourcelist quellen für etch eintragen
und apt-get upgrade ?

(Ein anderen Server habe ich auf Etch upgedatet)



Paul Puschmann schrieb:
> On Wed, Nov 01, 2006 at 09:17:22AM +0300, Vladislav Vorobiev wrote:
>   
>> Sorry für den MailBomber aber ich korregiere mich:
>>
>> Hallo,
>>
>> Ein anderen Server habe ich auf Etch upgedatet das gleiche Problem.
>> ich denke nicht das es etws mit den Modulen zutun hat.
>> Es sieht so aus als ob der Apache sich weigert auf port 8080 per
>> RewriteRule zuzugreifen.
>>
>> Forbidden
>>
>> You don't have permission to access / on this server.
>> Apache/2.2.3 (Debian) PHP/4.4.4-3 mod_ssl/2.2.3 OpenSSL/0.9.8c Server
>> at www.mykniga.de Port 82
>>     
>                          ^^^--- wieso Port 82 ?
>
> Was steht in der ports.conf?
>
>   
>> Keine Ahnung wieso. Ich kann mir das nicht Erklären.
>> Der User ist www-data und kann problemlos auf localhost:8080
>> zugreifen.  Habe
>> zur Zeit mir eine Notlösung aus Apache1.3 gebastelt.
>>
>>     
> Hallo Vladislav, 
>
> bitte antworte _unter_ dem Zitat, danke.
>
>   


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Apache2.2 Debian SID was hat sich geändert

Posted by Paul Puschmann <ln...@uzulabs.net>.
On Wed, Nov 01, 2006 at 09:17:22AM +0300, Vladislav Vorobiev wrote:
> Sorry für den MailBomber aber ich korregiere mich:
> 
> Hallo,
> 
> Ein anderen Server habe ich auf Etch upgedatet das gleiche Problem.
> ich denke nicht das es etws mit den Modulen zutun hat.
> Es sieht so aus als ob der Apache sich weigert auf port 8080 per
> RewriteRule zuzugreifen.
> 
> Forbidden
> 
> You don't have permission to access / on this server.
> Apache/2.2.3 (Debian) PHP/4.4.4-3 mod_ssl/2.2.3 OpenSSL/0.9.8c Server
> at www.mykniga.de Port 82
                         ^^^--- wieso Port 82 ?

Was steht in der ports.conf?

> 
> Keine Ahnung wieso. Ich kann mir das nicht Erklären.
> Der User ist www-data und kann problemlos auf localhost:8080
> zugreifen.  Habe
> zur Zeit mir eine Notlösung aus Apache1.3 gebastelt.
> 
Hallo Vladislav, 

bitte antworte _unter_ dem Zitat, danke.

-- 
: Bitte einen Realname benutzen, unter dem Zitat antworten
: und einfache Text-Mails senden (kein HTML).
: Danke.

Re: Apache2.2 Debian SID was hat sich geändert

Posted by Vladislav Vorobiev <my...@googlemail.com>.
Sorry für den MailBomber aber ich korregiere mich:

Hallo,

Ein anderen Server habe ich auf Etch upgedatet das gleiche Problem.
ich denke nicht das es etws mit den Modulen zutun hat.
Es sieht so aus als ob der Apache sich weigert auf port 8080 per
RewriteRule zuzugreifen.

Forbidden

You don't have permission to access / on this server.
Apache/2.2.3 (Debian) PHP/4.4.4-3 mod_ssl/2.2.3 OpenSSL/0.9.8c Server
at www.mykniga.de Port 82

Keine Ahnung wieso. Ich kann mir das nicht Erklären.
Der User ist www-data und kann problemlos auf localhost:8080
zugreifen.  Habe
zur Zeit mir eine Notlösung aus Apache1.3 gebastelt.

Grüß
Vlad

2006/11/1, Vladislav Vorobiev <my...@googlemail.com>:
> Hallo,
>
> ich denke nicht das es etws mit den Modulen zutun hat.
> Es sieht so aus als ob der Apache sich weigert auf port 80 zuzugreifen.
>
> Forbidden
>
> You don't have permission to access / on this server.
> Apache/2.2.3 (Debian) PHP/4.4.4-3 mod_ssl/2.2.3 OpenSSL/0.9.8c Server
> at www.mykniga.de Port 82
>
> Keine Ahnung wieso. Ich kann mir das nicht Erklären.
> Der User ist www-data und kann Problem los auf localhost:8080
> zugreifen. Hast du noch Idein. Ich brauche es ziemlich dringend. Habe
> zur Zeit mir eine Notlösung aus Apache1.3 gebastelt.
>
> Grüß
> Vlad
>
>
>
>
> Am 31.10.06 schrieb Paul Puschmann <ln...@uzulabs.net>:
> > On Tue, Oct 31, 2006 at 04:31:04PM +0300, Vladislav Vorobiev wrote:
> > > Hallo,
> > >
> > > ich experementiere mit SIDs apache2.2 leider ohne erfolg.
> > > Auf einer anderen maschiene mit apache2.0 läuft der konfig.
> > >
> > > httpd.conf
> > >
> > > <VirtualHost *>
> > > ServerName localhost
> > > RewriteRule ^/(.*)
> > > http://localhost:8080/VirtualHostBase/http/localhost:80/ruXXXX [L,P]
> > > ProxyVia on
> > > <IfModule mod_disk_cache.c>
> > >   CacheEnable disk /
> > > </IfModule>
> > > </VirtualHost>
> > >
> > >
> > > mods-enabled# ll
> > > insgesamt 0
> > > lrwxrwxrwx 1 root root 28 2006-10-19 12:19 alias.load ->
> > > ../mods-available/alias.load
> > > lrwxrwxrwx 1 root root 28 2006-09-28 06:32 cache.load ->
> > > ../mods-available/cache.load
> > > lrwxrwxrwx 1 root root 33 2006-10-31 13:31 proxy_html.load ->
> > > ../mods-available/proxy_html.load
> > > lrwxrwxrwx 1 root root 28 2006-09-28 06:28 proxy.load ->
> > > ../mods-available/proxy.load
> > > lrwxrwxrwx 1 root root 30 2006-09-28 06:13 rewrite.load ->
> > > ../mods-available/rewrite.load
> > > .......................
> > >
> > >
> > >
> > > error.log
> > >
> > > [Tue Oct 31 14:16:04 2006] [notice] Apache/2.2.3 (Debian)
> > > proxy_html/2.5 configured -- resuming normal operations
> > > [Tue Oct 31 14:16:07 2006] [warn] proxy: No protocol
> > > handler was valid for the URL /.
> > > If you are using a DSO version of mod_proxy, make sure
> > > the proxy submodules are
> > > included in the configuration using LoadModule.
> > >
> > > auf dem Bildschirm
> > >
> > > Forbidden 403
> > >
> > > You don't have permission to access / on this server.
> > > Apache/2.2.3 (Debian) proxy_html/2.5 Server at www.mykniga.org Port 80
> > >
> > > Hat sich was geändert in RewriteRules. Ich habe nur was uber
> > > PassProxy... gefunden.
> > > Any Tips?
> > >
> >
> > In Apache 2.2 musst du die verwendeten Module meist noch von hand
> > aktivieren. Nicht alle Einstellungen entsprechen den
> > Standard-Einstellungen bzw. den vorher von Apache 2.0 eingestellten
> > Werten.
> >
> > Paul
> > --
> > : Bitte einen Realname benutzen, unter dem Zitat antworten
> > : und einfache Text-Mails senden (kein HTML).
> > : Danke.
> >
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (GNU/Linux)
> >
> > iD8DBQFFR1yOqErKtBWD7VQRAkV2AJwKbrJu8t/J5KO7eGeS3WaXIUm4uwCfQ/Pi
> > aF0JxKeo+IH7mIz8MedjzUY=
> > =41/5
> > -----END PGP SIGNATURE-----
> >
> >
> >
>
>
> --
> Best Regards
> Vlad Vorobiev
> http://www.mymir.org
>


-- 
Best Regards
Vlad Vorobiev
http://www.mymir.org

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Apache2.2 Debian SID was hat sich geändert

Posted by Vladislav Vorobiev <my...@googlemail.com>.
Hallo,

ich denke nicht das es etws mit den Modulen zutun hat.
Es sieht so aus als ob der Apache sich weigert auf port 80 zuzugreifen.

Forbidden

You don't have permission to access / on this server.
Apache/2.2.3 (Debian) PHP/4.4.4-3 mod_ssl/2.2.3 OpenSSL/0.9.8c Server
at www.mykniga.de Port 82

Keine Ahnung wieso. Ich kann mir das nicht Erklären.
Der User ist www-data und kann Problem los auf localhost:8080
zugreifen. Hast du noch Idein. Ich brauche es ziemlich dringend. Habe
zur Zeit mir eine Notlösung aus Apache1.3 gebastelt.

Grüß
Vlad




Am 31.10.06 schrieb Paul Puschmann <ln...@uzulabs.net>:
> On Tue, Oct 31, 2006 at 04:31:04PM +0300, Vladislav Vorobiev wrote:
> > Hallo,
> >
> > ich experementiere mit SIDs apache2.2 leider ohne erfolg.
> > Auf einer anderen maschiene mit apache2.0 läuft der konfig.
> >
> > httpd.conf
> >
> > <VirtualHost *>
> > ServerName localhost
> > RewriteRule ^/(.*)
> > http://localhost:8080/VirtualHostBase/http/localhost:80/ruXXXX [L,P]
> > ProxyVia on
> > <IfModule mod_disk_cache.c>
> >   CacheEnable disk /
> > </IfModule>
> > </VirtualHost>
> >
> >
> > mods-enabled# ll
> > insgesamt 0
> > lrwxrwxrwx 1 root root 28 2006-10-19 12:19 alias.load ->
> > ../mods-available/alias.load
> > lrwxrwxrwx 1 root root 28 2006-09-28 06:32 cache.load ->
> > ../mods-available/cache.load
> > lrwxrwxrwx 1 root root 33 2006-10-31 13:31 proxy_html.load ->
> > ../mods-available/proxy_html.load
> > lrwxrwxrwx 1 root root 28 2006-09-28 06:28 proxy.load ->
> > ../mods-available/proxy.load
> > lrwxrwxrwx 1 root root 30 2006-09-28 06:13 rewrite.load ->
> > ../mods-available/rewrite.load
> > .......................
> >
> >
> >
> > error.log
> >
> > [Tue Oct 31 14:16:04 2006] [notice] Apache/2.2.3 (Debian)
> > proxy_html/2.5 configured -- resuming normal operations
> > [Tue Oct 31 14:16:07 2006] [warn] proxy: No protocol
> > handler was valid for the URL /.
> > If you are using a DSO version of mod_proxy, make sure
> > the proxy submodules are
> > included in the configuration using LoadModule.
> >
> > auf dem Bildschirm
> >
> > Forbidden 403
> >
> > You don't have permission to access / on this server.
> > Apache/2.2.3 (Debian) proxy_html/2.5 Server at www.mykniga.org Port 80
> >
> > Hat sich was geändert in RewriteRules. Ich habe nur was uber
> > PassProxy... gefunden.
> > Any Tips?
> >
>
> In Apache 2.2 musst du die verwendeten Module meist noch von hand
> aktivieren. Nicht alle Einstellungen entsprechen den
> Standard-Einstellungen bzw. den vorher von Apache 2.0 eingestellten
> Werten.
>
> Paul
> --
> : Bitte einen Realname benutzen, unter dem Zitat antworten
> : und einfache Text-Mails senden (kein HTML).
> : Danke.
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (GNU/Linux)
>
> iD8DBQFFR1yOqErKtBWD7VQRAkV2AJwKbrJu8t/J5KO7eGeS3WaXIUm4uwCfQ/Pi
> aF0JxKeo+IH7mIz8MedjzUY=
> =41/5
> -----END PGP SIGNATURE-----
>
>
>


-- 
Best Regards
Vlad Vorobiev
http://www.mymir.org

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: Apache2.2 Debian SID was hat sich geändert

Posted by Paul Puschmann <ln...@uzulabs.net>.
On Tue, Oct 31, 2006 at 04:31:04PM +0300, Vladislav Vorobiev wrote:
> Hallo,
> 
> ich experementiere mit SIDs apache2.2 leider ohne erfolg.
> Auf einer anderen maschiene mit apache2.0 läuft der konfig.
> 
> httpd.conf
> 
> <VirtualHost *>
> ServerName localhost
> RewriteRule ^/(.*)
> http://localhost:8080/VirtualHostBase/http/localhost:80/ruXXXX [L,P]
> ProxyVia on
> <IfModule mod_disk_cache.c>
>   CacheEnable disk /
> </IfModule>
> </VirtualHost>
> 
> 
> mods-enabled# ll
> insgesamt 0
> lrwxrwxrwx 1 root root 28 2006-10-19 12:19 alias.load ->
> ../mods-available/alias.load
> lrwxrwxrwx 1 root root 28 2006-09-28 06:32 cache.load ->
> ../mods-available/cache.load
> lrwxrwxrwx 1 root root 33 2006-10-31 13:31 proxy_html.load ->
> ../mods-available/proxy_html.load
> lrwxrwxrwx 1 root root 28 2006-09-28 06:28 proxy.load ->
> ../mods-available/proxy.load
> lrwxrwxrwx 1 root root 30 2006-09-28 06:13 rewrite.load ->
> ../mods-available/rewrite.load
> .......................
> 
> 
> 
> error.log
> 
> [Tue Oct 31 14:16:04 2006] [notice] Apache/2.2.3 (Debian)
> proxy_html/2.5 configured -- resuming normal operations
> [Tue Oct 31 14:16:07 2006] [warn] proxy: No protocol
> handler was valid for the URL /.
> If you are using a DSO version of mod_proxy, make sure
> the proxy submodules are
> included in the configuration using LoadModule.
> 
> auf dem Bildschirm
> 
> Forbidden 403
> 
> You don't have permission to access / on this server.
> Apache/2.2.3 (Debian) proxy_html/2.5 Server at www.mykniga.org Port 80
> 
> Hat sich was geändert in RewriteRules. Ich habe nur was uber
> PassProxy... gefunden.
> Any Tips?
> 

In Apache 2.2 musst du die verwendeten Module meist noch von hand
aktivieren. Nicht alle Einstellungen entsprechen den
Standard-Einstellungen bzw. den vorher von Apache 2.0 eingestellten
Werten.

Paul
-- 
: Bitte einen Realname benutzen, unter dem Zitat antworten
: und einfache Text-Mails senden (kein HTML).
: Danke.