[us...@httpd] passing all env vars to a cgi

2009-02-12 Thread Jürgen Mathwich
Hi I 've got a problem regarding apache's environ handling. I know about the usage of SetEnv and PassEnv. To use them I have to know the key/name of every single environ variable. When doing a # cat /proc//environ it shows me more variables than the cgi knows about. Now I have a project

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread Torsten Foertsch
On Thu 12 Feb 2009, Jürgen Mathwich wrote: > When doing a > > # cat /proc//environ > > it shows me more variables than the cgi knows about. Now I have a > project where I need to pass all the vars without knowing their keys > to the cgi (just ALL of them), but I don't have any idea how to solve > t

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Feb 12, 2009, at 8:59 AM, Jürgen Mathwich wrote: I 've got a problem regarding apache's environ handling. I know about the usage of SetEnv and PassEnv. To use them I have to know the key/name of every single environ variable. When doing

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread Jürgen Mathwich
Am Donnerstag 12 Februar 2009 10:44:37 schrieb Karel Kubat: > Hi, > > On Feb 12, 2009, at 8:59 AM, Jürgen Mathwich wrote: > > I 've got a problem regarding apache's environ handling. I know > > about the usage of SetEnv and > > PassEnv. To use them I have to know the key/name of every single > > en

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread André Warnier
Karel Kubat wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Feb 12, 2009, at 8:59 AM, Jürgen Mathwich wrote: I 've got a problem regarding apache's environ handling. I know about the usage of SetEnv and PassEnv. To use them I have to know the key/name of every single environ vari

Re: [us...@httpd] xml question

2009-02-12 Thread Matus UHLAR - fantomas
On 11.02.09 11:51, Marty Enright wrote: > Are you always a dick head? He is not, you seem to be. Why are you insulting people trying to help you? Your question was very hard to understand so he asked for rephrasing it. > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com]

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread Matus UHLAR - fantomas
On 12.02.09 08:59, Jürgen Mathwich wrote: > I 've got a problem regarding apache's environ handling. I know about the > usage of SetEnv and PassEnv. To use them I have to know the key/name of > every single environ variable. > > When doing a > > # cat /proc//environ > > it shows me more variab

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread Jürgen Mathwich
Am Donnerstag 12 Februar 2009 11:15:36 schrieb Matus UHLAR - fantomas: > On 12.02.09 08:59, Jürgen Mathwich wrote: > > I 've got a problem regarding apache's environ handling. I know about the > > usage of SetEnv and PassEnv. To use them I have to know the key/name of > > every single environ varia

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread André Warnier
Karel Kubat wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Feb 12, 2009, at 8:59 AM, Jürgen Mathwich wrote: I 've got a problem regarding apache's environ handling. I know about the usage of SetEnv and PassEnv. To use them I have to know the key/name of every single environ vari

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread André Warnier
André Warnier wrote: Karel Kubat wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Feb 12, 2009, at 8:59 AM, Jürgen Mathwich wrote: I 've got a problem regarding apache's environ handling. I know about the usage of SetEnv and PassEnv. To use them I have to know the key/name of ever

[us...@httpd] How to use self signed Jar file on Apache HTTP Server

2009-02-12 Thread Manupriya
Hi, We are using Apache Web Server, PHP, Java Script on Windows XP. We need to support copy/cut /paste support on our website. This works fine on IE but on Firefox/mozilla, it doesnt work. As per our understanding, this is due to the Mozilla security mechanisms. We understand, there are two wa

Re: [us...@httpd] xml question

2009-02-12 Thread Raul Santiago
Marty Enright escribió: Are you always a dick head? -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, February 11, 2009 11:44 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] xml question Marty Enright wrote: Have a box running win xp

[us...@httpd] Re: How to use self signed Jar file on Apache HTTP Server

2009-02-12 Thread Dan Poirier
Manupriya writes: > 2. Deployment time - Self Signed web pages - We followed the link - > http://straxus.javadevelopersjournal.com/creating_a_mozillafirefox_drag_and_drop_file_upload_script_p_1.htm > > 1. What do I do with x509.raw and x509.cacert ? Where do I copy these files > on the Apache Ser

Re: [us...@httpd] Re: How to use self signed Jar file on Apache HTTP Server

2009-02-12 Thread Manupriya
Thanks Dan, We are now able to install the certificate. But still we are not able to access the js file inside the signed jar. We are using PHP 5.0, Apache Web Server and Java Script. Please find the details below - 1. We have made a signed jar of all the js files that our application is using

[us...@httpd] Re: How to use self signed Jar file on Apache HTTP Server

2009-02-12 Thread Dan Poirier
None of that has to do with the web server. You'll need to find help for it elsewhere. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To un

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-12 Thread howard chen
On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > Bizarre conclusion. Other interpreters are likely more > thread-aware/thread-exploitative when not embedded in Apache, so > they'd be less likely to casually link with non-threadsafe libraries. > Why? Since if mod_php has thread safety pro

[us...@httpd] Apache Remote access/configuration page

2009-02-12 Thread supremelmfz
Hi, I am new to Apache HTTP Server. I am just wondering if Apache has a remote access/configuration page like Jboss and Glassfish does? A page where you can view what gets deployed and possibly modify some configurations without going into the folders and modify httpd, etc. I need to know becau

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-12 Thread Eric Covener
On Thu, Feb 12, 2009 at 10:02 AM, howard chen wrote: > On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > >> Bizarre conclusion. Other interpreters are likely more >> thread-aware/thread-exploitative when not embedded in Apache, so >> they'd be less likely to casually link with non-threadsa

[us...@httpd] Re: Apache Remote access/configuration page

2009-02-12 Thread Dan Poirier
supremelmfz writes: > I am new to Apache HTTP Server. I am just wondering if Apache has a remote > access/configuration page like Jboss and Glassfish does? No, but the configuration is just a text file, so it shouldn't be hard to access the remote system any way you like and edit the file there.

Re: [us...@httpd] Apache Remote access/configuration page

2009-02-12 Thread Glen Barber
On Thu, Feb 12, 2009 at 10:27 AM, supremelmfz wrote: > I am new to Apache HTTP Server. I am just wondering if Apache has a remote > access/configuration page like Jboss and Glassfish does? > Not natively, but there are third-party tools. Webmin (which is terrible, in my opinion) will allow you t

Re: [us...@httpd] xml question

2009-02-12 Thread Brian Mearns
On Wed, Feb 11, 2009 at 11:51 AM, Marty Enright wrote: > Are you always a dick head? Another excellent way to get help. Even if he wasn't terribly polite, he's right: people on this list volunteer time out of their day to help other people with their problems. If you can't take more than a few se

Re: [us...@httpd] Redirecting https connection

2009-02-12 Thread Brian Mearns
On Wed, Feb 11, 2009 at 1:28 PM, Karel Kubat wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > you seem to have two separate problems: > >> We have bought wild card ssl certificate *.xyz.com >> Now the problem is when the user hits with xyz.com we get invalid >> certiciate. but

Re: [us...@httpd] Re: How to use self signed Jar file on Apache HTTP Server

2009-02-12 Thread Manupriya
Thanks Dan, But what we actually understand is, if there is any specific location that we should put the jar file on the Apace HTTP Server? We have tried many probable locations, but from no where are we able access the jar/js file inside the Jar. Any insight or direction would be helpful. Than

Re: [us...@httpd] Re: How to use self signed Jar file on Apache HTTP Server

2009-02-12 Thread Eric Covener
On Thu, Feb 12, 2009 at 12:48 PM, Manupriya wrote: > > Thanks Dan, > > But what we actually understand is, if there is any specific location that > we should put the jar file on the Apace HTTP Server? We have tried many > probable locations, but from no where are we able access the jar/js file > i

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-12 Thread William A. Rowe, Jr.
howard chen wrote: > On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > >> Bizarre conclusion. Other interpreters are likely more >> thread-aware/thread-exploitative when not embedded in Apache, so >> they'd be less likely to casually link with non-threadsafe libraries. >> > > Why? Since i