Re: [users@httpd] Restrict Access to a set of IP in a specific URL

2014-01-18 Thread John List
On 01/18/2014 09:59 PM, John List wrote: On 01/18/2014 06:45 PM, Jeff Dyke wrote: Remember that IPs are easily spoofed. Actually, since HTTP is based on a TCP connection, I don't know that you can say that IP addresses can be spoofed in the web context. (IP addresses can be spoofed

Re: [users@httpd] Restrict Access to a set of IP in a specific URL

2014-01-18 Thread John List
On 01/18/2014 06:45 PM, Jeff Dyke wrote: Remember that IPs are easily spoofed. (IP addresses can be spoofed, but that's not a security problem in a web context since any response from the web server will be directed to the spoofed IP address, not the one that spoofed it.) but we all do it,

[users@httpd] MOSSCon in Louisville in May! Submit your proposal this week!

2013-03-27 Thread John List
You are invited to be a speaker/presenter at MOSSCon. Preparations are in full swing for the very first Midwest Open Source Software Conference (MOSSCon), to be held in Louisville on May 18-19. Your help in spreading the word and helping us fill out our schedule of presentations and workshops

Re: [us...@httpd] I can't get apache to direct to my virtual hosts

2010-10-31 Thread John List
On 10/31/2010 09:58 PM, dasgud wrote: I have installed a web server on a localhost with xampp. the apache server is ver 2.2 on a win xp pro (sp3) desktop. I've been reading the documentation and forums for 2 days and follow all the directions I found to modify my httpd-vhosts.conf file but it sti

Re: [us...@httpd] High load apache

2010-09-14 Thread John List
2762.9 3314 10056 Percentage of the requests served within a certain time (ms) 50% 3314 66% 4803 75% 6077 80% 6369 90% 8963 95% 9699 98% 10056 99% 10056 100% 10056 (longest request) Thanks! Paras. On Mon, Sep 13, 2010 at 1:33 PM, John List <

Re: [us...@httpd] High load apache

2010-09-13 Thread John List
in a certain time (ms) 50% 42 66% 46 75% 50 80% 53 90% 81 95%120 98%180 99%282 100% 1919 (longest request) # I hope this helps. (And thanks for introducing me to ab!) John On Fri, Sep 10, 2010 at 5:34 PM, John List <mailto:johnl...@gulfbridge.net>>

Re: [us...@httpd] High load apache

2010-09-10 Thread John List
On 09/10/2010 06:09 PM, Paras pradhan wrote: On Fri, Sep 10, 2010 at 4:58 PM, John List <mailto:johnl...@gulfbridge.net>> wrote: Which processes are using the processors the most? (I suspect your imap server might be more responsible than apache.) John Hicks True . But

Re: [us...@httpd] High load apache

2010-09-10 Thread John List
Which processes are using the processors the most? (I suspect your imap server might be more responsible than apache.) John Hicks On 09/08/2010 03:42 PM, Paras pradhan wrote: Hi, Looking for recommendations. I need to serve 100-200+ concurrent users to provide php based webmail client (ho

Re: [us...@httpd] Apache as File Server

2009-11-07 Thread John List
Nitin Gupta wrote: Hi All In my application, I have a scenario in which user can upload various files. I am persisting these files on the File System itself. I need to make a http interface on these saved files. Can I make use of Apache web server to serve these files from the file sy

Re: [us...@httpd] http redirection to httpd

2009-11-05 Thread John List
sangfroid wrote: Hi, I have two webpages... 1. www.mypage.com and 2. www.mypage.com/private The issue that I am having is, I need to redirect all http requests coming to http://www.mypage.com/private to https://www.mypage.com However, I don't want the requests coming to http://www.mypage.com