search for: mod_setenv

Displaying 5 results from an estimated 5 matches for "mod_setenv".

Did you mean: mod_setenvif
2017 May 24
1
more recent perl version?
...at gc-24.de> wrote: > > It seems that lighttpd uses the perl version that is assigned in > the configuration This is one of the advantages of Plack vs mod_perl, by the way: decoupling the Perl version from the web server version. > while ignoring the LIBRARY_PATH variable set with mod_setenv Are you certain you don?t mean LD_LIBRARY_PATH here? https://stackoverflow.com/questions/4250624/ > Even with a shell script as wrapper that sets and exports LIBRARY_PATH, > perl can not find the library. Trying to set LIBRARY_PATH for lighttpd > through systemd also doesn?t work....
2017 May 24
2
more recent perl version?
On Wed, 24 May 2017, hw wrote: > Paul Heinlein schrieb: >> On Tue, 23 May 2017, m.roth at 5-cent.us wrote: >> >> > hw wrote: >> > > >> > > are there packages replacing the ancient perl version in >> > > Centos 7 with a more recent one, like 5.24? At least the >> > > state feature is required. >> >> Perl
2017 May 24
0
more recent perl version?
...GI? > > It all depends on how you launch your CGI, but in general there shouldn't be a problem beginning your script with > > #!/opt/rh/.../perl > It seems that lighttpd uses the perl version that is assigned in the configuration while ignoring the LIBRARY_PATH variable set with mod_setenv, causing the perl version not to find a library it requires. Even with a shell script as wrapper that sets and exports LIBRARY_PATH, perl can not find the library. Trying to set LIBRARY_PATH for lighttpd through systemd also doesn?t work. Why is the LIBRARY_PATH always being ignored? When I run...
2006 Mar 29
13
Rails on Mongrel
Hi, After following advice from you good folks, I gave mongrel a try in a cluster design based on the example on the Mongrel website - and it worked right out of the box which is great - and it''s very fast :) I have got a bit stuck though. I have two MS Word files in /public/files/. I can pull back these files no problem but it isn''t sending a mimetype. I think I have two
2006 Apr 03
12
scgi?? do i need it for ruby?
This might be obvious to everyone but it is something that i haven''t been able to find an answer to. Do I need to have either scgi/fastcgi/cgi running on either lighttpd/apache for ruby scripts to work? If yes, why? I have installed the scgi server and i can get the service to run, i have also installed the following mod_fastcgi/2.4.2 mod_ruby/1.2.4 Ruby/1.8.2(2004-12-25) mod_scgi,