[users@httpd] Gzip different for different user agents

2013-04-30 Thread Ayal Lior
Hi, By looking at packet traces from mobile operators it seems that Apache server returns a slightly different Gzip object for different UAs for the same original file. When unzipping them, the same file is obtained. Anyone have any idea why and what is the algorithm? Thanks, Ayal

Re: [users@httpd] Gzip different for different user agents

2013-04-30 Thread Nick Kew
On 30 Apr 2013, at 12:19, Ayal Lior wrote: Hi, By looking at packet traces from mobile operators it seems that Apache server returns a slightly different Gzip object for different UAs for the same original file. When unzipping them, the same file is obtained. Anyone have any idea why

[users@httpd] root index.php redirected to my first (in file) virtualhost

2013-04-30 Thread Raf Roger
Hi, yesterday i install a new fedora 18 webserver. Since i added my virtual host file in /etc/init.d/conf.d directory, whne i type localhost/index.php i'm automatically redirected to my first virtualhost in vhost.conf file. While localhost/index.php is a testing page for me (displaying results

[users@httpd] Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bo Berglund
I have a local Apache 2.2 server on my development PC. It is running on Windows7X64. Some of our folders are protected and we use .htpasswd files to authenticate the users with CRYPT-ed passwords. THe whole website is version controlled in CVS and I work on a checked out copy of the website. Now

Re: [users@httpd] Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Ben Johnson
On 4/30/2013 9:06 AM, Bo Berglund wrote: I have a local Apache 2.2 server on my development PC. It is running on Windows7X64. Some of our folders are protected and we use .htpasswd files to authenticate the users with CRYPT-ed passwords. THe whole website is version controlled in CVS and I

RE: [users@httpd] Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bennett, Tony
Win7, by default, disables use of BasicAuthentication unless the connection is via SSL. Check out this link: http://blogs.msdn.com/b/robert_mcmurray/archive/2008/01/17/webdav-redirector-registry-settings.aspx Look at this attribute: BasicAuthLevel One alternative is to switch to Digest

[users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bo Berglund
On Tue, 30 Apr 2013 10:31:07 -0400, Ben Johnson b...@indietorrent.org wrote: On 4/30/2013 9:06 AM, Bo Berglund wrote: I have a local Apache 2.2 server on my development PC. It is running on Windows7X64. Some of our folders are protected and we use .htpasswd files to authenticate the users

[users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bo Berglund
On Tue, 30 Apr 2013 10:31:07 -0400, Ben Johnson b...@indietorrent.org wrote: Here's an excerpt from a blog comment that I wrote some time ago; it should steer you in the right direction if you are open to my suggestion. From:

Re: [users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Ben Johnson
On 4/30/2013 11:12 AM, Bo Berglund wrote: On Tue, 30 Apr 2013 10:31:07 -0400, Ben Johnson b...@indietorrent.org wrote: On 4/30/2013 9:06 AM, Bo Berglund wrote: I have a local Apache 2.2 server on my development PC. It is running on Windows7X64. Some of our folders are protected and we

[users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bo Berglund
On Tue, 30 Apr 2013 11:36:47 -0400, Ben Johnson b...@indietorrent.org wrote: Well, I cannot easily change the authentication method at all because the real website uses CRYPT passwords and we also have a lot of software in-house that updates these .htpasswd files with new user logins when

Re: [users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Ben Johnson
On 4/30/2013 11:55 AM, Bo Berglund wrote: On Tue, 30 Apr 2013 11:36:47 -0400, Ben Johnson b...@indietorrent.org wrote: Well, I cannot easily change the authentication method at all because the real website uses CRYPT passwords and we also have a lot of software in-house that updates

Re: [users@httpd] PHP dynamic library install in apache on Linux ?

2013-04-30 Thread Ben Johnson
On 4/30/2013 12:06 PM, georg wrote: Hi, Im switching base from XP to feodora Linux, have installed the Apache packaage that goes with it however, I havent found out how to install PHP through (dynamic linked) library, as I did with XP. I dont want to have it as CGI since Ive understood

Re: [users@httpd] Re: Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Jeff Trawick
On Tue, Apr 30, 2013 at 12:33 PM, Ben Johnson b...@indietorrent.org wrote: On 4/30/2013 11:55 AM, Bo Berglund wrote: On Tue, 30 Apr 2013 11:36:47 -0400, Ben Johnson b...@indietorrent.org wrote: Well, I cannot easily change the authentication method at all because the real website

Re: [users@httpd] PHP dynamic library install in apache on Linux ?

2013-04-30 Thread georg
Tnx ! will do, there is a lot of glue magic out there :) br Georg - Original Message - From: Ben Johnson b...@indietorrent.org To: users@httpd.apache.org Sent: Tuesday, April 30, 2013 6:37 PM Subject: Re: [users@httpd] PHP dynamic library install in apache on Linux ? On