Displaying 20 results from an estimated 20000 matches similar to: "apache env vars - best practices"
2018 Nov 16
2
Conflicting TERM env var with SetEnv feature.
On 17/11/18 12:32 am, Raphael Medaer wrote:
> Actually if you use "-o" it's also overridden. Looking at sshd
> logging, it seems that the env var is overridden because of session
> mechanism (aka "not ordering of parameter source").
> Thus is it a non-issue due to priority of configuration source ? Does
> it mean that the priority is "env var" >
2018 Nov 23
4
Conflicting TERM env var with SetEnv feature.
On 22/11/18 10:09 pm, Philipp Marek wrote:
> if it happens that your local terminal emulation is not available
> on the remote machine(s), what would be the right place to fix it?
Is it a trick question?? Isn't the remote machine the only place that
you can fix ?? Setting TERM on the local machine won't magically make a
Wyse 60 understand VT220 control codes.
Why not wrap ssh
2006 Apr 27
5
one more try - ENV and FastCGI
Hi,
I''m desperate, so I thought I''d try one more time in the hopes of getting a
different audience. Basically. it boils down to this. Using CGI, the ENV
hash is populated and is accessible from a model script. Using FastCGI, the
ENV hash is empty. Can anyone explain how I can fix this?
Thanks,
Stan Mcfarland
--
View this message in context:
2022 May 21
4
[Bug 3438] New: env var that is SetEnv'ed multiple times in the same SetEnv directive, is sent/printed several times
https://bugzilla.mindrot.org/show_bug.cgi?id=3438
Bug ID: 3438
Summary: env var that is SetEnv'ed multiple times in the same
SetEnv directive, is sent/printed several times
Product: Portable OpenSSH
Version: v9.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
2023 Mar 02
1
Uniquely Identifying the Local TTY of an SSH Connection
Packing the data in TERM is a great idea! I?ll see what I can do with that.
>> Finally, some administrative notes: I wasn't able to sign up for this
>> mailing list at
>> https://lists.mindrot.org/mailman/subscribe/openssh-unix-dev because
>> attempts to do so were met by a "Bug in Mailman version 2.1.39" page.
>
> I just tried that and didn't get
2006 Mar 12
0
Setting env vars from within a Rails app?
Greetings! I''m trying to set an environment variable in Rails. Why? I
can''t use RMagick unless I do so. I can do it from the shell, run irb,
and then require ''RMagick'' works. So far so good. But how can I do
this from my application?
I''m on a shared host so I''ve put in a ticket to have something like
this added to httpd.conf:
SetEnv
2006 Oct 23
1
Updated Apache Best Practices Doc fixes
Hi guys,
Thanks to several members I''ve updated the apache best practices docs
to include several fixes including the bug reported (by Zed and
someone else I believe, sorry for the non-attribution) with IE''s \b
instead of b rule for deflate.
I also added some success stories from Martins, Phillip Hallstrom, and
Jens Kraemer -- and the REMOTE_USER pass instructions from Jon
2006 Aug 17
5
Apache Proxy Error + Mongrel dying
Hi,
I''ve got to active project both running on the last Apache 2.2 and on
Mongrel 0.3.13.3.
One is running perfectly, the other gets (always on the same pages,
but not after each request, it seems to be random) a ProxyError every
now and then which leads to the mongrel process being called to die
and subsequently slowing down the whole web site.
I have to restart the mongrel
2016 Aug 01
2
R, OpenBLAS and OMP_NUM_THREEADS
What is the correct way to globally configure R to default to single (or
at least, << NUM_CPUS) threaded operation?
Using R 3.3.1 (both in debian unstable or using the CRAN repository for
xenial) with OpenBLAS (0.2.18) defaults to using one thread per
available CPU, which isn't ideal for machines more than a couple of CPUs.
Setting the environment (OMP_NUM_THREADS or
2006 Aug 04
8
Capistrano /usr/bin/env: ruby: no such file or directory
Hi,
I''m deploying to a prod linux server via Capistrano, but the last step,
running the reaper, won''t complete.
Ruby is stored in /usr/local/bin on the server, and I''m deploying from
winxp.
$ ssh mcalogin@lx07
Password:
mcalogin@LX07:~> env | grep "^PATH"
PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/b
in:/opt/
2008 Mar 14
4
How to know which env vars a software wants
Hello ppl.
Im trying to install an aplication and for some reason ir says.
"Cannot get enviorment variables"
I spoke with the developer and he told me that it is because i dont have microsoft DAC installed.
I installed it and the problem persists.
I need to know how to see which ENV vars the software wants in order to create them.
It is not a wine problem because I get the same error
2020 May 28
5
xinetd custom service - perl - remote address
Hi all,
I can't believe that I can't find the answer to this one. I have a perl script which is called by xinetd.
I want that perl script to be able to detect the remote IP address of the caller.
I presumed that it would be an environment variable but I could be wrong. I've found reference to the ENV and PASSENV arguments for xinetd.conf but no examples, and no indication of what
2008 Oct 29
4
Can one invoke multiple INSTANCEs of Firefox on CentOS
I am doing some testing with XForms and I really need a separate instance
of Firefox, one that shares nothing with my primary instance that has
various reference works and web sites open, to test forms. Is this even
possible? I have a sense from the small bit of testing that I have done
that even with separate profiles and invoking the firefox process manually
from different terminal windows
2017 Dec 11
2
upgrading python
Pete Biggs wrote:
> On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote:
>> On Mon, 11 Dec 2017 16:32:06 -0500
>> Larry Martell wrote:
>>
>> > Can I make that the default python?
>>
>> ~/.bashrc
>>
> No. I'm not entirely sure that is a good idea! No, not all.
>
> 'scl enable python27 bash' creates a *new* shell with the correct
2008 Oct 31
3
OT: SA/Apache "Best Practice"?
Alle,
Here is our situation:
Our customer leases their machines from us and contract us to to manage
them (as far as all systems administration issues). The customer does
not have root access to any machine (by their own choice, as they want
us to be responsible if something goes awry).
In the case of their web servers, we handle all configuration, they
manage the content. We make changes
2006 Mar 13
9
apache 1 fastcgi config correct???
I followed this tutorial on the rails wiki about how to get apache with
fastcgi working on a vps machine:
http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel
In the tutorial it said to add this to the httpd.conf file to get fastcgi
working.
<IfModule mod_fastcgi.c>
FastCgiIpcDir /tmp/fcgi_ipc/
AddHandler fastcgi-script .fcgi
</IfModule>
However
2008 Oct 01
8
Mongrel_Cluster unable to access OCI8 library
Hi,
I''m able to run a ROR application in a Red Hat Enterprise Linux 4.4
environment, as long as I start my mongrel_cluster via the command line:
[chris at localhost ~]$ mongrel_cluster_ctl start
I take a look at the two mongrel_rails processes that were just created:
[chris at localhost log]$ ps -ef | grep mongrel
chris 4781 1 5 05:55 ? 00:00:02 /usr/local/bin/ruby
2012 Sep 24
4
SSL CRIME
Hi,
Some of you have heard of CRIME, probably.
from https://bugzilla.redhat.com/show_bug.cgi?id=857051
> Adding the following line to the /etc/sysconfig/httpd file:
>
> export OPENSSL_NO_DEFAULT_ZLIB=1
But there are other services but http that use ssl and are vulnerable?
What is the optimal place for setting this environment variable system wide?
I tried to set it in
2010 Nov 12
3
Best way to configure proprietary NVidia driver on CentOS ?
Hi,
What's the best (cleanest, easiest, whatever) way to install the proprietary
NVidia driver on CentOS 5.5 ? Usually I'm using the RPMForge 3rd party repo
and compile the odd missing package myself from a Fedora SRPM. But the nvidia
packages look a bit like a mess. DKMS has errors in the startup script
(looking for a nonexistent log_action_msg and the likes), so I wonder if it's
2014 Mar 19
1
OpenSSH 6.6 (env vars)
Hello.
For the purposes of backporting, can you please confirm the relevant
change for the environment variable security fix in 6.6 is:
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/session.c.diff?r1=1.270;r2=1.271
FYI, not sure if the request originated with OpenBSD/OpenSSH but this
has been assigned CVE-2014-2532.
Thanks.
--mancha