search for: segreg

Displaying 20 results from an estimated 220 matches for "segreg".

2006 Aug 09
3
Deployment: Segregating static files from RHTML
All, I am deploying on a production system using Apache/fastcgi. I would like Apache to take care of all of my static files and dispatch.fcgi to take care of all of my Ruby templates. In order to achieve this separation, do I need to set up two vhosts in Apache, one to serve static content and one to serve dynamic content? Has anyone done this in production and can point me to the right
2008 Oct 29
5
network design philosophy and practice
I'm wondering how prevalent the practice of physically segregating voice and data networks is in the Real World. What are the factors that typically lead to such a decision? DIscussions of pros and cons are most welcome by me. Experiences, anybody? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: appli...
2015 May 30
6
Using two agents
...ete that first key, if present, in your .bashrc or .login procedures in the remote account. That doesn't keep the first private key around for repeated logins, but that might be enough for some circumstances. Mind you, I've never been complete thrilled with ssh-agent. If you really want to segregate credentials for different environments, you might look into Kerberos based authentication, which can provide a very different approach to finer grained credential management. I just wish I could get it to work with Subversion.....
2018 Jul 24
2
[DWARF] De-segregating type units and compile units
Hello DWARF fans, I've just posted a set of four refactoring patches for DebugInfo/DWARF, which move in the direction of handling DWARF v4 or v5 type units and compile units more coherently. In DWARF v4, type units and compile units are strictly segregated into the .debug_types and .debug_info sections, respectively. This division was pretty ingrained into how DebugInfo/DWARF handled the units. In DWARF v5, type units and compile units are all in the .debug_info section, and the .debug_types section is obsolete. So, we need to have a container...
2020 Feb 19
2
EuroLLVM'20: Diversity and Inclusion in Compilers and Tools workshop announcement
Hi All, It's my pleasure to announce the Diversity and Inclusion in Compilers and Tools workshop that will be held on the afternoon of April 5th, at the same venue as the EuroLLVM'20. This event features speakers and discussion aiming to increase diversity and inclusion within the LLVM community, attendee's workplace or university, and within the field of compilers and tools. It is
2011 Sep 30
4
Running Apache sites as separate users
...rent user to run the hosting service. So example1.comhas it's own Apache instance running as apache1 and then example2.com has its own instance of Apache as apache2. Is this even possible or realistic? I understand the idea of how that would be secure, much like creating a virtual machine to segregate services. The only way I can think how this is done is to chroot each website. What makes this request even stranger is that each website will be managed by the same CMS and code base. So with that being the case, I don't see how this is possible. Any ideas or insight are very welcome....
2015 Mar 27
2
postfix sasl -> haproxy -> dovecot auth
I don?t want to allow public network facing servers to be able to reach passwords database. And I want to segregate roles of the servers. If I will setup dovecot locally I will still have to provide it access to database (eg. /etc/dovecot/dovecot-sql.conf.ext). On 27 Mar 2015, at 15:49, Benny Pedersen <me at junc.eu> wrote: > Edgaras Luko?evi?ius skrev den 2015-03-27 14:34: >> Can?t dovecot...
2017 Nov 05
2
Listing AD group members
...ve the line > if it is getting its IP via DHCP. > > Rowland That little trick is used so that contacts to the loopback, at 127.0.0.0/8, can be set to a distinct IP address and ensure the trafic is recorded separately, even though coming in on the loopback address. It can be very handy for segregating SSH and webshost traffic separately from localhost traffic.
2007 Oct 19
3
Tc Filter - Port Ranges Calculate Mask Value
Hi, I need to support port ranges in tc filter rules. I know how to formulate the rule but , I am not able to understand how to calculate the mask value for a perticular range so as to segregate the port values that lie within this range . I got the following sample "tc filter add dev eth1 parent 1:1 protocol ip prio 10 u32 match ip sport 0x1ae0 0x1ff0 flowid 1:10 This rule will match all ports from 6880 to 6895. " This rule correctly matches port range from 6880 to 6895. B...
2005 Aug 28
3
T1 DSU's/Split for voice
Hello All, I was wondering if I could do the following on asterisk... Get a T1 between 2 locations, and split it into a data channel of like 1024, and use the rest for voice channels. Has anyone done this and had it working well? Or would I need to get a csu that allows a split into two interfaces? Regards, Greg
2010 Jan 13
2
There's a nice packaging thing you do...
...amiliar with RedHat/Fedora systems, and they don't have that approach built in. I've not tried to install a package on an RPM based system as an ordinary user lately, but in the old days it failed because user's can't write in /usr/lib. I am certain the RPM based systems don't segregate packages installed from RPM and built by root with install.packages. Am I correct in my "detective work" that your package is making changes to the Renviron file to make this happen? Are there other changes as well? I'd like to do the same to an RPM setup. I found myself wonder...
2018 Feb 23
2
RADIUS
...gt; with PXE it's already accessed the network and got an IP address and so > on. There is absolutely no way to prohibit access to your network > without first allowing the device some access to your network in order > to authenticate. The normal way around this is to use VLANs to > segregate "dirty" unauthenticated machines - once it's authenticated it > is moved onto a different VLAN and a new DHCP request initiated. Suddenly moving the client to a different VLAN would have the same effect as unplugging the network cable: it would freeze until the connection is r...
2008 Mar 17
9
Roxygen
Is this the appropriate place for GSoC conversations? If I understand the proposal correctly, there should be a lexer (written in R) that exposes an API; that API would be used by segregated mini-parsers (Roclets) which do the dirty work of Roxygen -> {html, LaTeX, DocBook, ...} translation. The lexer should ship with a proof-of-concept Roclet. Have I missed anything?
2014 Aug 05
4
[LLVMdev] Publication: Languages Used in LLVM During Compilation
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of David Chisnall > Subject: Re: [LLVMdev] Publication: Languages Used in LLVM During Compilation > How do I download it? The link sends me to a site with ads, then when I > find the little English icon, there's a download link that takes me to a > page with a picture telling me an
2014 Feb 01
3
[LLVMdev] Sanitizers libs in Compiler-RT
..." functionality and thus can only operate on special developer kits. Additionally, we need to put this type of code into a dynamic library instead of a static library to avoid versioning problems. I agree that this is all part of compiler_rt as a project/repo, but the sanitizers should remain segregated into their own runtime library. Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/5bb3b0f4/attachment.html>
2002 Aug 30
2
Partitioning an nxp Time series matrix
...nal year project, I would like to partition this data set into a smaller number of units ( < n). Where each of the units contains time series that move closely together (i.e. in unison), and the "simmilarity" (in terms of occurence & amplitudes of peaks and troughs) between the segregated units is "low". I know these are slightly "fuzzy" terms, but I want to get to the essence of what I'm trying to achieve (time series partitioning), without throwing in words like correlation or cointegration which are "trigger" words. I would like to know i...
2015 Apr 09
3
[LLVMdev] [cfe-dev] want to intercept array dereferences
...wrote: >> Again, I asked the LLVM list if, since LLVM is a typed assembly >> language, if I could just look for pointer plus offset followed by a >> dereference. They seemed to suggest that looking for that idiom would > JFTR, we're one big community, and it's not as segregated into "the clang > devs" vs "the llvm devs" as you might think. On the LLVM list I was told "That would need to be in Clang" so I am writing the front-end list. > It's encouraged to cc both lists (as appropriate) when having these sorts of > discussio...
2011 May 10
3
DRBD, Xen, HVM and live migration
Hi, I want to combine all the above mentioned technologies. The Linbit pages warn not to use the drbd: VBD with HVM DomUs. This page however: http://publications.jbfavre.org/virtualisation/cluster-xen-corosync-pacemaker-drbd-ocfs2.en (thank you Jean), simply puts two DRBD devices in dual primary mode and starts Xen DomUs while pointing to the DRBD devices with phy: in the DomU config files.
2006 May 19
12
Mongrel/Apache and static content
I''m looking for an easy way to have mongrel only serve dynamic railscontent, while letting Apache serve non-Rails content. Unfortunately,it seems that you have to segregate the static content in its ownfolder. That was also the case with the SCGI runner. I used thetrick outlined athttp://comments.gmane.org/gmane.comp.lang.ruby.rails/23347 to managethis. I was curious if a similar trick would be the best way tohandle this issue with Mongrel. I''m hoping...
2011 Jul 06
0
[LLVMdev] First steps with LLVM and partial evaluation
...at uses LLVM under the hood (graphics, let's say), and I write another one that uses LLVM and does audio processing. Someone then decides to write a video game that uses both of our libraries. As long as we each use a separate context, everything about llvm will stay entirely and completely segregated and we'll never interfere with each other. The module and the function your pass runs on and all of the types in it were created with a certain LLVMContext, but then you tried to mix your own LLVMContext in there. Don't do that, always pull the context from the IR that you're g...