[users@httpd] Rewrite rule redirection from http to https does not work.

2013-05-02 Thread Ravi Roy
Hi Guys, My configuration is Apache/2.2.23 on CentOS x86_64, running Subversion server. Recently I installed SSL certificates and I want to redirect all request comming to http://myhostname.domain.com/svn/reponame to be redirected to https://myhostname.domain.com/svn/reponame automatically. This c

Re: [users@httpd] mod_auth_form and original POST body

2013-05-02 Thread David Mansfield
Yes. You can see that below. I tried KeptBodySize 65536. I think my troubles are related to an open bug actually: https://issues.apache.org/bugzilla/show_bug.cgi?id=53692 So it seems I'm on the right track but that bug is stopping things from working. Looking in the debugging it seems the

Re: [users@httpd] mod_auth_form and original POST body

2013-05-02 Thread Paul Norton
Hello David Have you tried mod_request->keptbodysize http://httpd.apache.org/docs/2.4/mod/mod_request.html#keptbodysize All the best Paul On 1 May 2013 19:13, David Mansfield wrote: > Hi All: > > I'm using apache 2.4.4 compiled on Centos 6.3 and attempting to use > mod_auth_form for "inline l

Re: [users@httpd] Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-02 Thread Ben Johnson
On 5/2/2013 2:19 PM, Ben Johnson wrote: > > > On 5/2/2013 1:50 PM, Bo Berglund wrote: >> I am trying to understand the use of MD5 as passwords for Apache, >> previously I have always used CRYPT:ed passwords in my .htpasswd file. >> Because Apache on Windows does not allow CRYPT:ed passwords (se

Re: [users@httpd] Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-02 Thread Ben Johnson
On 5/2/2013 1:50 PM, Bo Berglund wrote: > I am trying to understand the use of MD5 as passwords for Apache, > previously I have always used CRYPT:ed passwords in my .htpasswd file. > Because Apache on Windows does not allow CRYPT:ed passwords (see > earlier thread) I am investigating the MD5 poss

[users@httpd] Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-02 Thread Bo Berglund
I am trying to understand the use of MD5 as passwords for Apache, previously I have always used CRYPT:ed passwords in my .htpasswd file. Because Apache on Windows does not allow CRYPT:ed passwords (see earlier thread) I am investigating the MD5 possibility. The problem I have is that I need to let

Re: Re: Re: [users@httpd] writing my first own module - can't determine bootstrap symbol name; undefined API module structure

2013-05-02 Thread oneat
On Thu, May 2, 2013 at 1:17 PM, oneat wrote: > On Thu, May 2, 2013 at 12:22 PM, oneat wrote: >> Hi. >> >> I'm writing my first module in c++ for apache and this is its code in >> mod_cpp.cpp file: >> >> module AP_MODULE_DECLARE_DATA cpp_module = >> { >>STANDARD20_MODULE_STUFF, >>NULL, >>

[users@httpd] Determining whether 'NameVirtualHost' has been previously called

2013-05-02 Thread John Nichel
Hi all, I'm setting a new web server that will handle multiple 'satellite' web sites for my place of employment. These sites currently exist on an Apache 1.3 server and the previous admin configured them all in the main httpd.conf file. I want to make this easier to maintain, so I am setting u

Re: Re: [users@httpd] writing my first own module - can't determine bootstrap symbol name; undefined API module structure

2013-05-02 Thread Tom Evans
On Thu, May 2, 2013 at 1:17 PM, oneat wrote: > On Thu, May 2, 2013 at 12:22 PM, oneat wrote: >> Hi. >> >> I'm writing my first module in c++ for apache and this is its code in >> mod_cpp.cpp file: >> >> module AP_MODULE_DECLARE_DATA cpp_module = >> { >>STANDARD20_MODULE_STUFF, >>NULL, >>

Re: Re: [users@httpd] writing my first own module - can't determine bootstrap symbol name; undefined API module structure

2013-05-02 Thread oneat
On Thu, May 2, 2013 at 12:22 PM, oneat wrote: > Hi. > > I'm writing my first module in c++ for apache and this is its code in > mod_cpp.cpp file: > > module AP_MODULE_DECLARE_DATA cpp_module = > { >STANDARD20_MODULE_STUFF, >NULL, >NULL, >NULL, >NULL, >NULL, >register_h

Re: [users@httpd] writing my first own module - can't determine bootstrap symbol name; undefined API module structure

2013-05-02 Thread Tom Evans
On Thu, May 2, 2013 at 12:22 PM, oneat wrote: > Hi. > > I'm writing my first module in c++ for apache and this is its code in > mod_cpp.cpp file: > > module AP_MODULE_DECLARE_DATA cpp_module = > { > STANDARD20_MODULE_STUFF, > NULL, > NULL, > NULL, > NULL, > NULL, > reg

[users@httpd] writing my first own module - can't determine bootstrap symbol name; undefined API module structure

2013-05-02 Thread oneat
Hi. I'm writing my first module in c++ for apache and this is its code in mod_cpp.cpp file:    module AP_MODULE_DECLARE_DATA  cpp_module = {     STANDARD20_MODULE_STUFF,     NULL,     NULL,     NULL,     NULL,     NULL,     register_hooks    };   static int handle(request_rec *r){   ap_set_content

Re: [users@httpd] Cdorked.A backdoor

2013-05-02 Thread Mathijs
On Thu, May 2, 2013 at 10:09 AM, Miguel Gonzalez wrote: > Dear all, > > I've been searching in the archives of the mailing list and I don't see > any reference to the Cdorked.A backdoor: > > > http://www.welivesecurity.com/2013/04/26/linuxcdorked-new-apache-backdoor-in-the-wild-serves-blackhole

[users@httpd] Cdorked.A backdoor

2013-05-02 Thread Miguel Gonzalez
Dear all,   I've been searching in the archives of the mailing list and I don't see any reference to the Cdorked.A backdoor:   http://www.welivesecurity.com/2013/04/26/linuxcdorked-new-apache-backdoor-in-the-wild-serves-blackhole/?goback=.gde_3496714_member_236822728   Anyone knows any way of