Tagged Questions
The setenv tag has no wiki summary.
7
votes
5answers
372 views
htaccess conditionals
I have setup htpasswd authentication on my live site and it works great, but I don't want to be asked for a password when I am working on the development environment.
In my httpd.conf file I have:
...
4
votes
1answer
961 views
Apache SetEnvIf trouble
I have the following in my .htaccess file:
SetEnvIf Host "^example\.com$" myvar=1
<IfDefine myvar>
RewriteRule ^(.*)$ index2.php?q=$1 [L,QSA]
</IfDefine>
As far as I can tell, this ...
3
votes
2answers
327 views
setenv, unsetenv, putenv
I am working on a custom shell for a systems programming class. We were instructed to implement the built in setenv and unsetenv commands with a hint of "check man pages for putenv()".
My issue is ...
3
votes
4answers
149 views
How secure is storing DB variables with SetEnv or in php.ini?
I don't like storing sitewide crypto keys and DB access information under document_root, so I was using Apache's SetEnv and php.ini files under conf.d to separate these from the codebase. The big ...
3
votes
2answers
460 views
How to do conditional .htaccess password protect
I'm trying to password protect a specific url using a .htaccess. Different urls point to the same files but have different workings. I now need to password protect only one url. I'm trying to do this ...
3
votes
3answers
4k views
How to find Windows SDK's SetEnv.cmd / SetEnv.cmd Does not work correctly
We have a Team City Build Server running and want to compile a Visual C++ project. So far this would be easy, since I've setup our Windows Build Agent with the Windows SDK, but we don't have a ...
3
votes
1answer
577 views
Why isn't my wrapper around setenv() working?
I have the method below, and it correctly sets the ret value to 0 (indicating success in setenv), but when I check to see if this environment variable is actually set, it's absent. Why would this be ...
2
votes
2answers
126 views
Problems with using setenv and then making the dlopen call
I am using setenv to set DYLD_LIBRARY_PATH so when I do a dlopen() it will have the correct paths to find my .dylib, but when I do the dlopen() it doesn't seem to search the paths that I added to ...
2
votes
3answers
347 views
Java: load a library that depends on other libs
I want to load my own native libraries in my java application. Those native libraries depend upon third-party libraries (which may or may not be present when my application is installed on the client ...
2
votes
2answers
651 views
How can I set environmental variables in bash using setenv?
I've a file containing all the environmental variables needed for an application to run in the following format...
setenv DISPLAY invest7@xxx.com
setenv HOST xxx.com
setenv HOSTNAME sk
...
How ...
2
votes
0answers
504 views
How to use the SetEnvIf in this situation?
I try to put a X-FRAME-OPTIONS to the http header to prevent the Clickjacking attack.
If I set the header in the httpd.conf or .htaccess file like this, it works.
Header set X-Frame-Options ...
2
votes
1answer
264 views
how can I make window sdk's setenv.cmd work globally, instead of a single cmd window?
Greetings,
I feel kinda stupid for asking this, but I want to set the windows sdk build environment so that any process (including some non MS developer tools) can access the correct setup, without ...
1
vote
3answers
599 views
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
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-s
RewriteCond ...
1
vote
3answers
469 views
SETENV newbie Problem
I am using the tcsh terminal in Linux. In the other terminal I normally used I set the path to some license file as follows:
export PATH="$PATH:$MODEL_TECH"
Tcsh shell does not recognise this ...
1
vote
2answers
538 views
Django - Can't pass Environment Variable to Apache/Passenger on the WSGI Interface
I'm looking for a solution, I can't pass to apache a variable define in /etc/profile.
Here is what I am trying to set:
I have a django application that I deploy through Apache/Passenger (modrails) ...
1
vote
1answer
2k views
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, lib and common directories are all still in $CATALINA_HOME. ...
1
vote
1answer
581 views
Apache SetEnv appends REDIRECT_ . What gives?
For an application based on Zend Framework I use apaches SetEnv in .htaccess. I use this on test, staging and production servers like so:
SetEnv APPLICATION_ENVIRONMENT production
On the staging ...
0
votes
1answer
21 views
“SetEnv” via php.ini file
I'm using FuelPHP and the environment information cannot be passed to my command-line script via the framework htaccess file. I read that I can set the same value by modifying my php.ini file. I'm ...
0
votes
1answer
26 views
Can I call chdir or setenv after fork on Mac OS X?
On OS X, the man page for fork says this:
There are limits to what you can do in the child process. To be totally safe you should restrict yourself to only executing async-signal safe operations ...
0
votes
0answers
31 views
Using SetEnv in Apache : where and how can I do that?
I want to run locally an App I am developing. There are instructions about how to config that here : http://devcenter.heroku.com/articles/facebook#working_locally in 2).
I am using PHP, so I will use ...
0
votes
0answers
49 views
Does Apache's SetEnv directive work if not in CGI mode?
Quoted from here:
Sets an internal environment variable, which is then available to
Apache HTTP Server modules, and passed on to CGI scripts and SSI
pages.
Does it work for mod_php or ...
0
votes
2answers
342 views
SetEnv with php.ini
I initially set up a website on a LAMP server, but my employer needs it moved to a WISP (windows/iis/sql server/php .. I don't think this is a real term?) server, which I have done. I'm using IIS v ...
0
votes
0answers
126 views
Setting setenv.bat to run in debug mode
Presently my setenv.bat is set like below
if exist "%CATALINA_HOME%/jre1.6.0_21/win" (
if not "%JAVA_HOME%" == "" (
set JAVA_HOME=
)
set ...
0
votes
1answer
329 views
use fw_setenv for set U-boot's env (U-boot)
I used the source code (version:u-boot 1.2)
want to corss compiler fw_setenv .
so. I enter to uboot/uboot-1.2-dm9000/tools/env
and
arm-linux-gcc -Wall -DUSE_HOSTCC -I/include crc32.c fw_env.c ...
0
votes
1answer
167 views
How do you use SetEnv to read variables in Apache?
I want to set an env variable that has the DOC_ROOT info but nothing
SetEnv PROJECT_BASE %{ENV:DOC_ROOT}
SetEnv LAYOUT_HOME %{ENV:PROJECT_BASE}"/html/app/wordpress/"
and then be able to access ...
0
votes
1answer
945 views
How to use the setEnv variable in apache?
I need to set my apache environment to 'foobar'
I know I need to set in in my vhost, but what should i type there and where?
0
votes
2answers
299 views
Building an Evironment Variable with SET using a FOR loop in Command Prompt
I am having trouble with the following command prompt commands (in Windows XP).
set SOMEVAR=
for /F %i in (1 2 3) do set SOMEVAR=%SOMEVAR% "%i"
echo %SOMEVAR%
I expect it to build the ...
0
votes
2answers
521 views
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.php
rewriteEngine on
RewriteRule ^(.*)$ %{MY_SCRIPT} [L]