[users@httpd] mod_ftp 0.9.6v issue with apache 2.4.10

2014-09-08 Thread Mukesh Kumar
Hi, Does anyone knows when mod_ftp 1.0.1 v is going to release? I was trying to configure mod_ftp(0.9.6) with httpd version 2.4 and it seems like its not compatible. ftp_data_connection.c(294) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ctx' . ftp_data_conn

Re: [users@httpd] Cookie in HTTP Request Header

2014-09-08 Thread vipin kumar
Thanks Eric. can you please share any real network wireshark traces which can show that cookie can come in between as well. Little bit change: would it be safe to assume that Cookie, if present, will always comes after the Host, User-Agent and Referrer field ? i know RFC does not impose any ord

Re: [users@httpd] enabling htaccess in vhosts

2014-09-08 Thread Matthew Smith
On Mon, Sep 8, 2014 at 10:15 AM, Rich Bowen wrote: > > AllowOverride All > > Thank you for the help. What about vhosts? DO I need to add it there as well? Still getting an error. -- Regards, chedder is bedder

Re: [users@httpd] Cookie in HTTP Request Header

2014-09-08 Thread Eric Covener
On Mon, Sep 8, 2014 at 1:32 PM, vipin kumar wrote: > would it be safe to assume that Cookie, if present, will always be the last > field in Header field ? No. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-u

[users@httpd] Cookie in HTTP Request Header

2014-09-08 Thread vipin kumar
Hello, i have a question regarding the cookie attribute in HTTP request header. Though i know that RFC does not require any order on the HTTP header fields but i observed almost every time 'Cookie' always present at last in the HTTP header. would it be safe to assume that Cookie, if present, will

Re: [users@httpd] enabling htaccess in vhosts

2014-09-08 Thread Rich Bowen
On 09/06/2014 10:35 AM, Matthew Smith wrote: is this correct? I am not getting the desired behaviour... DocumentRoot "C:/wwwroot" # # Each directory to which Apache has access can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and

Re: [users@httpd] Rewritemap External Rewriting Program

2014-09-08 Thread Eric Covener
On Mon, Sep 8, 2014 at 10:00 AM, Jim Jagielski wrote: > Idea: we should consider keeping that prg open as a forked child, ala fcgi. > Seems like a reasonable improvement :) It does that part already, but httpd uses a global lock to send requests to stdin and read responses on stdout. ---

Re: [users@httpd] Rewritemap External Rewriting Program

2014-09-08 Thread Jim Jagielski
On Sep 3, 2014, at 9:37 AM, Rich Bowen wrote: > > Using prg on a high-volume site is discouraged, as all requests will be fed > through a single instance of the prg, creating a significant bottleneck. The > dash2under.pl example is just that - an example - and there are better ways > to accom

Re: [users@httpd] Business Setup

2014-09-08 Thread Rainer M. Canavan
On Sep 7, 2014, at 04:39 , John Iliffe wrote: > Someone should also bring to his attention that the web site will have to > comply with the PCIA requirements (all several hundred of them!) if he is > planning on taking credit and debit cards. > > This is NOT a trivial undertaking for those sma