Re: [us...@httpd] $_POST equivalent env variable in apache

2009-05-18 Thread Matus UHLAR - fantomas
On 18.05.09 22:58, Evuraan wrote: > Question:much like $_POST in php, used to collect values from a form > sent with method="POST", is there a variable (like $QUERY_STRING in > case of a GET) to grab data from a POST request? > > I am trying to avoid having a php snippet to read form data. Like >

Re: [us...@httpd] Where is the HOW-TO for creating a FIPS 140-2 Apache 2.2.x ?

2009-05-18 Thread Matus UHLAR - fantomas
On 15.05.09 09:13, Sam theman wrote: > I can install the openssl FIP version, but how do you config apache and > mod_ssl to build and use FIPS ? I think that only including FIPS ciphers should be enough. However the only list I found on http://www.mozilla.org/projects/security/pki/nss/ssl/fips-ssl

[us...@httpd] apache2 and .htaccess

2009-05-18 Thread Chris Henderson
Is there any way to tell Apache2 to prompt for username and password when it sees a .htaccess file in a directory? At the moment, I need to define the directory in the following fashion in Apache2 conf file but it becomes a problem as I have thousands of directories that needs .htaccess file passw

[us...@httpd] $_POST equivalent env variable in apache

2009-05-18 Thread Evuraan
Greetings..! Question:much like $_POST in php, used to collect values from a form sent with method="POST", is there a variable (like $QUERY_STRING in case of a GET) to grab data from a POST request? I am trying to avoid having a php snippet to read form data. Like $QUERY_STRING in case of a GET,

Re: [us...@httpd] Ubuntu + Apache + Virtual host + Subversion + SSL tutorial: error about SSL.

2009-05-18 Thread Eric Covener
On Mon, May 18, 2009 at 7:18 PM, Eric Covener wrote: > On Mon, May 18, 2009 at 5:54 PM, tirengarfio wrote: >> >> Thanks, I followed the steps more carefully again, but the error is the >> same.., any idea? > > I offered advice in this thread, did you take any action on it? > > Can you include the

Re: [us...@httpd] Ubuntu + Apache + Virtual host + Subversion + SSL tutorial: error about SSL.

2009-05-18 Thread Eric Covener
On Mon, May 18, 2009 at 5:54 PM, tirengarfio wrote: > > Thanks, I followed the steps more carefully again, but the error is the > same.., any idea? I offered advice in this thread, did you take any action on it? Can you include the output of apache2ctl if the advice before didn't help? -- Eric

Re: [us...@httpd] Re: [graphviz-interest] Dot extremely slow when called from python cgi script

2009-05-18 Thread Eric Covener
> However, I never received an answer about about how to get apache to see the > .fontconfig caches. Apache doesn't care about them. Maybe your CGI does, but setting up the execution environment for your CGI isn't really something OT here. -- Eric Covener cove...@gmail.com

[us...@httpd] Re: [graphviz-interest] Dot extremely slow when called from python cgi script

2009-05-18 Thread Dan Yamins
I'm having a problem with performance of the program "dot" (for rendering graphs) when called from a python cgi script, served by an apache virtual host. I'm writing this email both the apache httpd list as well as the graphviz users lists (hoping some intersection might be useful). I'm using OSX

Re: [us...@httpd] Ubuntu + Apache + Virtual host + Subversion + SSL tutorial: error about SSL.

2009-05-18 Thread tirengarfio
Thanks, I followed the steps more carefully again, but the error is the same.., any idea? -- View this message in context: http://www.nabble.com/Ubuntu-%2B-Apache-%2B-Virtual-host-%2B-Subversion-%2B-SSL-tutorial%3A-error-about-SSL.-tp23502072p23606046.html Sent from the Apache HTTP Server - Us

[us...@httpd] Re: Ubuntu + Apache + Virtual host + Subversion + SSL tutorial: error about SSL.

2009-05-18 Thread tirengarfio
Thanks, I followed the steps more carefully again, but the error is the same.., any idea? -- View this message in context: http://www.nabble.com/Ubuntu-%2B-Apache-%2B-Virtual-host-%2B-Subversion-%2B-SSL-tutorial%3A-error-about-SSL.-tp23502072p23606030.html Sent from the Apache HTTP Server - Use

[us...@httpd] Redirect requests to ScriptAlias location

2009-05-18 Thread Mahesh Pinnamaneni
Hi, I want to redirect to my own application page when I type just the hostname like: http://testenv should redirect my to the application that i have hosted on Apache HTTP Server to http://testenv/myapp/llisapi.dll I have created a ScriptAlias for this location like ScriptAlias /myapp/ "c:/Apps

Re: [us...@httpd] Apache won't start, nothing is logged.

2009-05-18 Thread John Oliver
On Mon, May 18, 2009 at 07:47:56PM +0200, Florian Bender wrote: > Hi, > it seems as if it's the same error I've encountered today, yet I've > done slightly different things which may have caused it. > Does Apache start when you disable mod_ssl? That has worked for me, > yet isn't a satisfying solut

Re: [us...@httpd] Apache won't start, nothing is logged.

2009-05-18 Thread Florian Bender
Hi, it seems as if it's the same error I've encountered today, yet I've done slightly different things which may have caused it. Does Apache start when you disable mod_ssl? That has worked for me, yet isn't a satisfying solution. Best regards, Florian -

[us...@httpd] Apache won't start, nothing is logged.

2009-05-18 Thread John Oliver
System is RHEL5.2, httpd-2.2.3-22.el5 httpd was running. I got new certificates, installed them, restarted. After fixing the inevitable selinux issues, I was getting a message about not being able to read the passphrase. I ensured no httpd processes were running, stripped the passphrase from the

[us...@httpd] Re: Apache 2.2.9 won't start, leaves no error message

2009-05-18 Thread Florian Bender
Okay, I have tracked it down to be a problem with mod_ssl, the server starts after removing it. I will ask at the mod_ssl mailing lists, too. - The official User-To-User support forum of the Apache HTTP Server Project. See http://

[us...@httpd] Apache 2.2.9 won't start, leaves no error message

2009-05-18 Thread Florian Bender
Hello, I'm having a quite mysterious problem with Apache 2.2.9. After having changed something in the Config, Apache won't start, leaving no error message. Even after changing it back, there's nothing. So, after googling it and finding nothing, I ran an strace, as proposed in #apache on freenode: #

Re: [us...@httpd] Thread related configuration in APACHE(2.2.8) httpd.conf

2009-05-18 Thread Eric Covener
On Mon, May 18, 2009 at 10:52 AM, Narendra Verma wrote: > Hi All; > I am using apache 2.2.8(@ unix) as load balancer where backend are  tomcat > servers. > > Tomcat provides different following properties in server.xml  like > > maxThreads="100" minSpareThreads="20" maxSpareThreads="50" > > Is the

[us...@httpd] Thread related configuration in APACHE(2.2.8) httpd.conf

2009-05-18 Thread Narendra Verma
Hi All; I am using apache 2.2.8(@ unix) as load balancer where backend are tomcat servers. Tomcat provides different following properties in server.xml like maxThreads="100" minSpareThreads="20" maxSpareThreads="50" Is there any option to provide these type of properties in httpd.cof file for

Re: [us...@httpd] P3P policy for each virtual host

2009-05-18 Thread Eric Covener
On Mon, May 18, 2009 at 12:09 AM, Paras Fadte wrote: > Can anybody shed light on this? On what part of it? How P3P can be added at all or how the basic configuration sections work? http://httpd.apache.org/docs/2.2/sections.html#virtualhost Can't you just try it and see? -- Eric Covener cove..

Re: [us...@httpd] After restart Vista, working Apache 2.2.11 stopped working, reinstall, google, etc to no avail

2009-05-18 Thread Abel Braaksma
The good news is: it works again, see http://www.undermyhat.org/wordpress/?p=19 for the first part of this nightmare in prose ;-) The bad news is, I don't know why it works. It was clearly NOT a bug in Apache, so no blame or fame there, but I'm sure you all knew that already. The path of fixi