Re: Help needed to test Windows builds in Travis

2020-04-28 Thread Luca Toscano
Hi Mario, I didn't had the time to do much, so please feel free to take ownership of the work to do. I am looking forward to see this done properly :) If I can help please let me know! Luca Il mar 28 apr 2020, 21:24 Mario Brandt ha scritto: > Hi Luca, > did you start somewhere yet? > > Mario

Re: Help needed to test Windows builds in Travis

2020-04-28 Thread Mario Brandt
Hi Luca, did you start somewhere yet? Mario On Sat, 30 Nov 2019 at 14:56, Luca Toscano wrote: > > Hi Mario, > > will take this as starting point, but since I have zero experience in > building anything on Windows it might take a bit to translate > everything into a meaningful Travis config. Hope

Re: Help needed to test Windows builds in Travis

2019-12-05 Thread Luca Toscano
Hi William, I had time to review this work and it seems automating most of the steps needed. Would you have time/energy to work with me to integrate it in the Travis config? I can definitely help for the Travis config side, but I am still failing to find time to gather a bit of knowledge about Win

Re: Help needed to test Windows builds in Travis

2019-11-30 Thread Luca Toscano
Hi Mario, will take this as starting point, but since I have zero experience in building anything on Windows it might take a bit to translate everything into a meaningful Travis config. Hope to have something to share during the next days :) Luca Il giorno ven 29 nov 2019 alle ore 05:37 Mario Br

Re: Help needed to test Windows builds in Travis

2019-11-28 Thread Mario Brandt
Hi Luca, the cmake post on AL has a batch script, so I think that will do the job pretty well. https://www.apachelounge.com/viewtopic.php?t=6462 For a command line build without cmake maybe Gregg or Steffen can help out more than I can. Mario On Thu, 28 Nov 2019 at 07:51, Luca Toscano wrote: >

Re: Help needed to test Windows builds in Travis

2019-11-27 Thread Luca Toscano
Hi Mario, first of all apologies for the late reply to you, Michal and William, I wanted to work on it during the past days but got busy at work. I have read some docs but didn't try anything, if you have any prototype/suggestion/etc.. I'll be happy to follow up! Luca Il giorno mer 27 nov 2019 a

Re: Help needed to test Windows builds in Travis

2019-11-27 Thread Mario Brandt
Hi Luca, is there any progress on this? Cheers Mario Luca Toscano schrieb am Do., 7. Nov. 2019, 22:56: > Hi everybody, > > if you build httpd for Windows can you give us a list of commands and > steps that you usually do? I am not familiar enough with the platform > and [1] is still a bit crypt

Re: Help needed to test Windows builds in Travis

2019-11-18 Thread William A Rowe Jr
The https://github.com/appsuite/oss-httpd-build/tree/master/mak tree contains all the tooling we've used to generate convenience binaries. Makefile.build-win should be what you are looking for; we no longer test .dsp/.mak based builds, only CMake logic. But testing both while they remain 'supporte

Re: Help needed to test Windows builds in Travis

2019-11-11 Thread Michal Karm
This used to work for me: https://github.com/modcluster/ci.modcluster.io/tree/master/windows/httpd build.bat On 11/11/2019 01:31 PM, Mario Brandt wrote: > Hi Luca, > sorry for the delay. > > You can find a cmake version here > https://www.apachelounge.com/viewtopic.php?t=6462 > > Outdated, but

Re: Help needed to test Windows builds in Travis

2019-11-11 Thread Mario Brandt
Hi Luca, sorry for the delay. You can find a cmake version here https://www.apachelounge.com/viewtopic.php?t=6462 Outdated, but what I did with VS IDE https://gist.github.com/JBlond/ff51fad2ada2bf711b1b9f844c663136 Mario On Fri, 8 Nov 2019 at 07:56, Luca Toscano wrote: > > Hi everybody, > > if

Help needed to test Windows builds in Travis

2019-11-07 Thread Luca Toscano
Hi everybody, if you build httpd for Windows can you give us a list of commands and steps that you usually do? I am not familiar enough with the platform and [1] is still a bit cryptic to me :) The end goal is to add the build steps to our Travis config, to run them every time that a commit happen

RE: Apache SSI Help Needed

2009-07-22 Thread Plüm, Rüdiger, VF-Group
Please ask this question on the users list and provide your configuration. Regards Rüdiger From: Sameer Ravindra Sent: Mittwoch, 22. Juli 2009 06:45 To: dev@httpd.apache.org Subject: Apache SSI Help Needed

Apache SSI Help Needed

2009-07-21 Thread Sameer Ravindra
Hi, I am using Server Side Includes in apache it is working fine in "http". But when I switch from http to https it's not coming. I am including header.jsp and footer.jsp using Its loading fine when protocol is http. But when I switch from http https it's not showing header, footer and

Re: Includes vs IncludesNoExec security issue - help needed

2009-05-08 Thread Joe Orton
On Tue, Apr 28, 2009 at 02:48:52PM +0100, Joe Orton wrote: > 5) I'll post an updated patch soon which fixes the behaviour of "Options > Includes"/"Options +IncludesNoExec" such that SSI is permitted without > exec, as is the current 2.2.x behaviour, since that seems to be the > rough consensus.

Re: Includes vs IncludesNoExec security issue - help needed

2009-04-28 Thread Joe Orton
Thanks for all the feedback so far. I've added in tests of combinations using negative options in .htaccess, bringing the test matrix to a glorious size of 3 x 4 x 10 = 120 entries: this page gives before/after results with 2.2.x vanilla and the patch I posted previously: http://people.apach

Re: Includes vs IncludesNoExec security issue - help needed

2009-04-23 Thread Ruediger Pluem
On 04/23/2009 02:31 PM, Joe Orton wrote: > > I've attached the patch I'm using for testing; results are up here: Is it the same one you posted on secur...@httpd.apache.org? Regards Rüdiger

Re: Includes vs IncludesNoExec security issue - help needed

2009-04-23 Thread Ruediger Pluem
On 04/23/2009 02:31 PM, Joe Orton wrote: > A security issue in the handling of the Includes and IncludesNoExec > directives was reported recently, and I'm after some help. > > The security issues are as follows: > > a) If "AllowOverride Options=IncludesNoEXEC" is configured in >httpd.conf

Re: Includes vs IncludesNoExec security issue - help needed

2009-04-23 Thread William A. Rowe, Jr.
Joe Orton wrote: > > These are fixable but one question is left on how a particular > combination of Includes and IncludesNoExec is interpreted: > > - if httpd.conf has "Options Includes", and an .htaccess file has >"Options +IncludesNoExec" - should exec= be permitted in an SSI? > > I can

Re: Includes vs IncludesNoExec security issue - help needed

2009-04-23 Thread Jeff Trawick
On Thu, Apr 23, 2009 at 8:31 AM, Joe Orton wrote: > These are fixable but one question is left on how a particular > combination of Includes and IncludesNoExec is interpreted: > > - if httpd.conf has "Options Includes", and an .htaccess file has > "Options +IncludesNoExec" - should exec= be per

Re: Includes vs IncludesNoExec security issue - help needed

2009-04-23 Thread Eric Covener
On Thu, Apr 23, 2009 at 8:31 AM, Joe Orton wrote: > - if httpd.conf has "Options Includes", and an .htaccess file has >   "Options +IncludesNoExec" - should exec= be permitted in an SSI? My (soft) preference would be exec= permitted and doc tweak to match the notion of what Includes + IncludesNoE

Includes vs IncludesNoExec security issue - help needed

2009-04-23 Thread Joe Orton
A security issue in the handling of the Includes and IncludesNoExec directives was reported recently, and I'm after some help. The security issues are as follows: a) If "AllowOverride Options=IncludesNoEXEC" is configured in httpd.conf, a user can put "Options Includes" in an .htaccess fi

Help needed track down bug in mod_auth_xradius

2007-04-04 Thread B Thompson
Hi I recently installed a module called mod_auth_xradius on my server. This module is available from :- http://www.outoforder.cc/projects/apache/mod_auth_xradius/ It provides authentication against RAIDUS which is exaclty what I need but unfortunately I have found a bug which is causing me problem

[httpd 2.0]: apr_dso_load Help needed!

2005-10-17 Thread Francis ANDRE
Hi ListenersThe same DSO library cannot be found by the second instcance of Apache.exe. Could anybody help me in solving this issue.While the SMAM.so library is loaded without any error by the first Apache instance ([Mon Oct 17 10:12:38 2005] [debug] apache_handler.cpp(140): loaded CPP so:t

Re: help needed!! mod_proxy_ajp

2005-08-05 Thread Graham Leggett
nimit suri said: > Can anyone pls tell tell me how to configure apache caching with > mod_proxy_ajp. Look for the docs for mod_cache. The cache is not specific to proxy_ajp or any other module, but applies system wide. Regards, Graham --

help needed!! mod_proxy_ajp

2005-08-04 Thread nimit suri
hi all  i am a newbie to this grp. Can anyone pls tell tell me how to configure apache caching with mod_proxy_ajp. any help will be appreciated   thanks   nimit__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail

Re: Help needed

2003-02-05 Thread Sudhir . Kelappan
<[EMAIL PROTECTED]To: [EMAIL PROTECTED] om> cc: Subject: Re: Help

Re: Help needed

2003-02-05 Thread Dmitri Tikhonov
On Wed, Feb 05, 2003 at 06:56:43PM +0530, [EMAIL PROTECTED] wrote: > > Hello all, > > can anyone tell me where to find the manuals on apcahe API functions ? > I am attempting my first apache 2.0 module. I have been using this nice compilation: http://docx.webperf.org/ - Dmitri.

Re: Help needed

2003-02-05 Thread Cliff Woolley
On Wed, 5 Feb 2003 [EMAIL PROTECTED] wrote: > can anyone tell me where to find the manuals on apcahe API functions ? > I am attempting my first apache 2.0 module. The documentation is in the header files themselves. --Cliff

Help needed

2003-02-05 Thread Sudhir . Kelappan
Hello all, can anyone tell me where to find the manuals on apcahe API functions ? I am attempting my first apache 2.0 module. Thanx and regards Sudhir K

Re: Help Needed on Load Balancing using Apache Web server.

2002-04-21 Thread Adinarayana Kadiyam
er to achieve this ?    Regards, Adi.    ---Original Message---   From: [EMAIL PROTECTED] Date: Monday, April 22, 2002 11:39:20 To: [EMAIL PROTECTED] Subject: Re: Help Needed on Load Balancing using Apache Web s

Re: Help Needed on Load Balancing using Apache Web server.

2002-04-21 Thread Eli Marmor
P.S. I just now noticed that you mentioned also POST requests. Combinations of POST and rewritings/redirections have been always a mine field. You may even find that your plan is impossible (I don't have the exact details of your plan, so I can't be sure). -- Eli Marmor [EMAIL PROTECTED] CTO, Fou

Re: Help Needed on Load Balancing using Apache Web server.

2002-04-21 Thread Cliff Woolley
On Mon, 22 Apr 2002, Adinarayana Kadiyam wrote: > I want to use the Apache web server to redirect(transperent proxying) > incoming requests (GET and POST) to three internal web server. > Could you please advise me on possible solution ? Please see http://httpd.apache.org/userslist.html for suppo

Re: Help Needed on Load Balancing using Apache Web server.

2002-04-21 Thread Eli Marmor
Read the following documents: http://httpd.apache.org/docs-2.0/misc/rewriteguide.html (written by the fabolous Ralf S. Engelschall) http://www.LinuxVirtualServer.org/ Note: I don't know of a way to decide redirections/rewritings according to cookies, so if there is really no existing way, you

Help Needed on Load Balancing using Apache Web server.

2002-04-21 Thread Adinarayana Kadiyam
Hi, I want to use the Apache web server to redirect(transperent proxying) incoming requests (GET and POST) to three internal web server.   The redirection depends on- Availability- Information present in Cookies   Details regarding av

Re: Help needed: Bug #8480 still present in 1.3.23

2002-02-11 Thread Thomas Jarosch
I tried it with your testfile and it failed. Then I tried it again on another machine using exactly the same binaries and there it worked. I found out that this problem only occurs when I load a special custom module. The module itself is doing authentication and some content serving. It installs

Re: Help needed: Bug #8480 still present in 1.3.23

2002-02-11 Thread Martin Kraemer
On Sun, Feb 10, 2002 at 10:54:38AM +0100, Thomas Jarosch wrote: > To me it seems like a problem in the request body parser of Apache, > but I'm not an Apache guru, so I could be wrong... I tried to reproduce your problem, but to no avail. Some questions (in oder to nail down the problem): a) do

Help needed: Bug #8480 still present in 1.3.23

2002-02-10 Thread Thomas Jarosch
Hi, the bug I've found on Oct 06 2001 is still present in Apache 1.3.23. I've spent several hours debugging the code myself, but ended up nowhere :-( Below you can find the summary of my bug report. To me it seems like a problem in the request body parser of Apache, but I'm not an Apache guru,

Re: Help needed

2001-12-11 Thread Rodent of Unusual Size
[EMAIL PROTECTED] wrote: > > Our question is the following: We've an Excel sheet and we > communicate with it by the COM object from PHP. This is not a support list. Please see http://httpd.apache.org/userslist.html>. -- #kenP-)} Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/ A

Help needed

2001-12-11 Thread DAS6804
Hello all We've mounted an Apache HTTP Server under Windows 2000 with PHP 4 and SQL Server 7 support. The server is running with absolutely normality and totally OK. Our question is the following: We've an Excel sheet and we communicate with it by the COM object from PHP. This sheet has some prob