Displaying 20 results from an estimated 7628 matches for "redirecting".
2005 Feb 22
6
selective redirect
Hi,
I am trying to redirect my subnet thru squid and it seems to be working.
However I decided tu exclude two hosts from the redirect (ie acces the
net directly) and can''t manage to achieve that. I am using the following
rule:
REDIRECT loc:!192.168.13.48,!192.168.13.200 3128
tcp 80 -
With this rule everything gets redirected thru squid. I also tried:
2009 Jul 17
3
[LLVMdev] [PATCH 1/2] Trailing whitespace.
---
include/llvm/System/Program.h | 8 ++++----
lib/System/Unix/Program.inc | 30 +++++++++++++++---------------
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index 49de7cf..14f9e9e 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@ -97,12 +97,12 @@ namespace sys {
///
2005 Jun 07
5
redirect and special rules
Hi!
REDIRECT lan 3328 tcp www -
!192.168.0.0/29,10.0.0.0/16
This rules redirect all traffic web to proxy but howto exclude 1 ip from
redirect ??
REDIRECT lan 53 tcp domain -
REDIRECT lan 53 udp domain -
And in this case howto exclude some ip ?
Thx.
2009 Jul 17
1
[LLVMdev] [PATCH 2/2] Make Program::ExecuteNoWait return a process ID.
---
include/llvm/System/Program.h | 14 ++++++++++----
lib/System/Unix/Program.inc | 17 +++++++++--------
lib/System/Win32/Program.inc | 16 +++++++++-------
3 files changed, 28 insertions(+), 19 deletions(-)
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index 14f9e9e..05c73ac 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@
2007 Sep 21
3
merb 0.4.0 - redirect problems
...ntroller:
-----------------------
def do
redirect "http://www.ebay.com"
end
Error Output:
-------------------------
Internal server error 500
uninitialized constant Merb::ControllerMixin::MovedTemporarily
in /lib/merb/mixins/controller.rb:
def redirect( url )
MERB_LOGGER.info("Redirecting to: #{url}")
raise MovedTemporarily, url
end
Thanks
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070921/6d288670/attachment.html
2015 Sep 01
4
Redirected Folders not working for Desktop
I have a problem I've not been able to figure out. I'm using Samba4 as the
office AD/DC. I've set up the Redirected Folders policy to redirect Desktop,
Favorites and Documents to \\mail.hprs.local. I set this up months ago and it
works great for Documents and Favorites, but Desktop is not redirected (no Desktop):
$ ls -l /redirectedFolders/Users/thisuser/
total 16
drwxrwx---+ 10
2023 Aug 31
1
Samba Folder Redirection
On 30.08.2023 21:44, Chris me via samba wrote:
> Hi, I have a samba 4 AD setup and I am using a GPO for folder redirection as stated here:
> https://wiki.samba.org/index.php/Configuring_Windows_Profile_Folder_Redirections_with_Group_Policy
>
> I am able to redirect folders such as Desktop, Documents, etc but I am trying to redirect AppData and it will not work. When I try setting that,
2015 Sep 02
4
Redirected Folders not working for Desktop
Well, I've just added another directory to not make the redirected folders a the
root. And, Favorites and Documents do work.
Goog suggestion to check the Windows event viewer. I'll do that and get back
with what I find.
Thanks, --Mark
-----Original Message-----
> To: samba at lists.samba.org
> From: James <lingpanda101 at gmail.com>
> Date: Tue, 1 Sep 2015 08:14:06 -0400
2018 Oct 16
3
[sieve] Restrict redirects to only own domain
Hello list,
I'd like to let my colleagues redirect mail automatically (via a sieve
filter) to other mailboxes within the same domain, but deny redirects to
outside mailboxes (gmail, yahoo etc.) since this is considered bad
practice and could lead to blacklisting (forwarding spam for example).
If I set sieve_max_redirect to 0 then no redirect is allowed, at all. I
wish to let redirects to
2012 Jul 16
3
outlook and redirect sieve
Hi Aall,
we are having issues with outlook clients, running exchange or lotus
being unable to parse the email messages redirected by
dovecot's sieve 0.3.1, the command is plain redirect "email at lotusmail.xxx";
redirects from mta also work correctly
exchange was fixed by removing this commit
2014 Dec 17
3
AMI Redirect both calls from a bridge
Doe anybody know of a way to redirect both channels from a bridge to
different dial plan extensions from the using the AMI.
Currently, as soon as I redirect one of the channels the other appears
to be dropped and gets reorder tone (congestion, fast busy).
I guess what I really need is a way to redirect one of the channels and
hold on to the other.
Thanks,
Neil Cherry
2009 Apr 17
2
Sieve "redirect"
Is there an alternative to the "redirect" Sieve capability?
For example:
if header :contains "Subject" "Listserv" {
redirect "list-user1 at example.com";
redirect "list-user2 at example.com";
redirect "list-user3 at example.com";
stop;
}
How can I do the above without using "redirect"?
Unfortunately,
2006 Jul 21
1
GLX redirection extension
...ows to provide
full parity between GLX 1.2 and GLX 1.3. The redirection of these
requests would also enable compositors to avoid making requests
on destroyed windows. These erroneous requests result in unnecessary
X errors and can crash GL under compliant GLX implementations.
The advantages of redirecting GLX to the compositor might include:
1) Support for direct GLX contexts.
2) Drawing directly into textures.
3) Avoiding texture_from_pixmap.
4) Avoiding GL crashes.
5) Reduced memory usage.
6) Improved resource sharing.
There is an expectation that many of the problems that GLX redi...
2007 Jul 26
6
response.should_not redirect_to
Hey,
May be it is just too deep night over here and I''m missing something
though I got this failure on {{{response.should_not redirect_to}}}:
''QueuesController should allow authenticated user to access ''show''''
FAILED
Matcher does not support should_not.
See Spec::Matchers for more information
about matchers.
Also I''ve found this in
2009 Jul 17
0
[LLVMdev] [PATCH 2/2] Make Program::ExecuteNoWait return a process ID.
I don't think this is the right direction for the system library to
go. The System library is supposed to expose generic OS independent
interfaces, not be a generic way for clients to get OS information.
Ultimately I think a better API would be to provide a generic class
which represents an executed operating system process, and includes
operations to wait for its completion, redirect its IO,
2020 Feb 03
2
Changes to Folder Redirection
I am having some issues that I believe might be related to folder
redirection that has prompted me to review my folder redirection GPO
settings.
On the "Configuring Windows Profile Folder Redirections" page of the
Samba WIKI I find an 'information box' that says, /"//Windows does not
support dynamically-generated user home folders provided by the Samba
[homes] section.
2009 Aug 14
4
Redirecting mail gives 'mail forwarding loop' to the sender - calling for sieve help
Greetings, i am testing:
- dovecot-1.2-sieve-0.1.11
- dovecot 1.2.3
- dovecot-1.2-managesieve-0.11.8 (with patch)
I am trying to use sieve_after to execute some redirection of mails.
I have put in the after script:
require "include";
require "fileinto";
if header :contains ["To","Cc"] "userA at acasalud.com.ar"
{
keep;
redirect
2006 Mar 27
13
Is this a bug in Ajax handling?
When a controller responds to a link_to_remote with a redirect_to, the
link_to_remote gets a success callback, this would seem like a bug to
me, at a minimum it should return a failure?
This is driving me crazy because all the login engines/generators
respond to an authentication error with a redirect_to. The work around
is to change them to all do a
render :layout => false, :status => 500
2008 Dec 03
2
Render and/or redirect were called multiple times in this action
...keep getting this error
[code=]Render and/or redirect were called multiple times in this
action. Please note that you may only call render OR redirect, and at
most once per action. Also note that neither redirect nor render
terminate execution of the action, so if you want to exit an action
after redirecting, you need to do something like "redirect_to(...) and
return".[/code]
the database is set up correctly and it works when the site is
enabled. when its disabled i get the error above. any suggestions as
to how to fix this?
thanks.
--~--~---------~--~----~------------~-------~--~----~
Yo...
2023 Aug 30
1
Samba Folder Redirection
Hi, I have a samba 4 AD setup and I am using a GPO for folder redirection as stated here:
https://wiki.samba.org/index.php/Configuring_Windows_Profile_Folder_Redirections_with_Group_Policy
I am able to redirect folders such as Desktop, Documents, etc but I am trying to redirect AppData and it will not work. When I try setting that, when a user logs on it will just sit at the signing in screen