Out of Office AutoReply:

2005-05-05 Thread Ian Holsman
Title: Out of Office AutoReply: i am currently out of the office until May  23rd. if the matter is urgent, please contact tech-pma or my manager Paul Osterhus

Re: svn commit: r160645 - httpd/httpd/branches/2.0.x/STATUS

2005-05-05 Thread Greg Ames
William A. Rowe, Jr. wrote: Will, can you help me understand your concern? this doesn't change the headers of the POST request. it only affects which new headers we generate for the new SSI GET subrequest. Well I totally understand the issue - I'm blowing up in some PHP code due to an earlier ph

Running prebuilt apache (Apache 2.0.46) on RHAS 3.0 in worker mpm mode

2005-05-05 Thread Rahul Kohli
Hi, I am working with prebuilt apache (Apache 2.0.46) installed on Red Hat AS 3.0. By default the Apache web server is installed in Prefork mode. How can I modify it run in Worker MPM mode? The default location of apache installation is /usr/sbin and is using httpd. There is one more executa

Re: Running prebuilt apache (Apache 2.0.46) on RHAS 3.0 in worker mpm mode

2005-05-05 Thread Paul Querna
Rahul Kohli wrote: > Hi, > This is the wrong list for this type of question. Please try a user support forum, such as users@httpd.apache.org: http://httpd.apache.org/lists.html#http-users Thanks, Paul > I am working with prebuilt apache (Apache 2.0.46) installed on Red Hat AS > 3.0. By defau

Listen-Protocol Branch

2005-05-05 Thread Paul Querna
Branch URL: https://svn.apache.org/repos/asf/httpd/httpd/branches/listen-protocol/ I have created a branch to: 1. Add a 'protocol' to the Listen Command. (done) 2. Add a Protocol command to force the protocol inside a vhost. (done) 3. Allow mod_ssl to be active without setting 'SSLEngine on'.

problem starting apache - __mcount runtime defn not found.

2005-05-05 Thread Balaji
Hi,     I have built an apache dso using the make system on AIX. But when I do an “apachectl startssl”, it throws the following error:   Cannot load /home/rbalaji/usr/local/apache2/modules/mod_dyso.so into server: rtl d: 0712-001 Symbol __mcount was referenced\n  from module

Re: svn commit: r160645 - httpd/httpd/branches/2.0.x/STATUS

2005-05-05 Thread Joe Schaefer
Greg Ames <[EMAIL PROTECTED]> writes: > William A. Rowe, Jr. wrote: [...] >> So I'm effectively arguing that apreq should be the arbiter of bodies. >> If the subrequest calls apreq API's (rather than trusting headers >> which should be handled in our HTTP filter stack) then everything >> would b

Re: Listen-Protocol Branch

2005-05-05 Thread William A. Rowe, Jr.
At 06:26 PM 5/5/2005, Paul Querna wrote: >Branch URL: >https://svn.apache.org/repos/asf/httpd/httpd/branches/listen-protocol/ > >I have created a branch to: > >1. Add a 'protocol' to the Listen Command. (done) > >Comments, ideas, alternatives, flames, and code review are welcome. Only a question t