Current time: 05-06-2024, 01:47 PM Hello There, Guest! (LoginRegister)


Post Reply 
mod_proxy abschalten?
Author Message
Flakes Offline
Junior Member
*

Posts: 24
Joined: Mar 2010
Reputation: 0
Post: #11
RE: mod_proxy abschalten?
Kann mir da keiner helfen? Wink
Ich hab in der Config alle Einträge:

Quote: # httpd awstats support BEGIN.

ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /stats http://localhost/stats/dj-flakez.de
ProxyPassReverse /stats http://localhost/stats/dj-flakez.de

gelöscht. Aber warum sind sie wieder drinn? so kann ich keine kunden anlegen und nix. das nu scho bissel doof. und die mod will ich nun nicht wieder anschalten. sonst hab ich wieder andere sorgen.
03-26-2010 06:17 AM
Find all posts by this user Quote this message in a reply
nolimithosting Offline
Junior Member
*

Posts: 135
Joined: Sep 2008
Reputation: 0
Post: #12
RE: mod_proxy abschalten?
Für dieses problem genüg es folgendes in die /etc/apache2/apache2.conf einzufügen

<Location />
<Limit CONNECT>
Order deny,allow
Deny from all
</Limit>
</Location>

Danach kann man problemlos auf jeden IRC connecten

mod_proxy kann somit aktiviert bleiben. Habe ich auch so gelöst.
(This post was last modified: 03-26-2010 07:59 AM by nolimithosting.)
03-26-2010 07:58 AM
Find all posts by this user Quote this message in a reply
Flakes Offline
Junior Member
*

Posts: 24
Joined: Mar 2010
Reputation: 0
Post: #13
RE: mod_proxy abschalten?
Das Problem, dass funktionierte ebend nicht. Der Spamscanner des IRC Netztes ging immer wieder auf "SPAM". Ich werd das später nochmals ausprobieren.
03-26-2010 04:32 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)