Top "Setenv" questions

SETENV: Bad : modifier in $ ($)

I am using the tcsh terminal in Linux. In the other terminal I normally used I set the path to …

linux tcsh setenv
SetEnvIf HTTP_HOST not working

I can't get it work this part of .htaccess, the IfDefine never runs. What am I doing wrong, setenvif mod …

.htaccess apache2 setenv http-host ifdefine
setenv.sh in an individual tomcat catalina base

At the moment i have several catalina bases configured with the following directories, conf logs server webapps work The bin, …

java tomcat servlets setenv catalina
Zend SetEnv in .htaccess not working

I installed Zend on my ubuntu homeserver. In my .htaccess file i have the following code: SetEnv APPLICATION_ENV development …

php .htaccess zend-framework setenv
How to import all the environment variables in tox

I'm using following in setenv to import the environment variable from where I run, but is there a way to …

python virtualenv setenv tox
Setting environment variable using .htaccess

I'm trying to set up an apache environment variable using .htaccess file in the following way: SetEnv SERVER_KEY "qwerty" …

php apache .htaccess environment-variables setenv
How to set the environment variable in tox?

I have tox 2.9.1 $ tox --version 2.9.1 imported from /Library/Python/2.7/site-packages/tox/__init__.pyc registered plugins: tox-pyenv-1.1.0 at /Library/Python/2.7/site-packages/…

python virtualenv tox setenv
mod_rewrite rule and setenv

Is there anyway to use the value set in a SetEnv on the RewriteRule statement? Example: SetEnv MY_SCRIPT myScript.…

mod-rewrite setenv