Re: [users@httpd] ab -p postfile's size can't be 17K?

2012-08-16 Thread Iñigo Medina
Hi, check Apache settings, since the timeout is related to these: MaxClients, ServerLimit, StartServer, MinSpareServers, MaxSpareServers and KeepAliveTimeout. iñ On Wed, 15 Aug 2012, zhangxiang wrote: Hi everyone: I am using ab to do a posting form-data performance test. ab -p postfile

Re: [users@httpd] ab -p postfile's size can't be 17K?

2012-08-16 Thread Iñigo Medina
Sorry, I did not see that you're using Nginx as server. Some of the settings mentioned above do not apply to this server. iñ On Thu, 16 Aug 2012, Iñigo Medina wrote: Hi, check Apache settings, since the timeout is related to these: MaxClients, ServerLimit, StartServer, MinSpareServers

Re: [users@httpd] mod rewrite question https to http

2012-02-02 Thread Iñigo Medina
Hi Roland, on the context of SSL Virtual Host put the following rewrite rules: RewriteEngine On RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} iñigo On Wed, 1 Feb 2012, Roland RoLaNd wrote: Dear all, I'm a complete newbie to apache and i've inherited a virtual

Re: [us...@httpd] Call for translation

2010-11-30 Thread iñigo medina
Hi Rich, do you need people for spanish translation? I could get some time to do that and I have some experience with these issues (open source, translations, etc.). iñ 2010/11/26 Rich Bowen rbo...@rcbowen.com Participation in open source project is not only open to folks who can program in

Re: [us...@httpd] Call for translation

2010-11-30 Thread iñigo medina
Thanks, Rich. I've already joined the docs list and I'll look at the links you give me to get an idea. iñ 2010/11/30 Rich Bowen rbo...@rcbowen.com On Nov 30, 2010, at 8:39 AM, Rich Bowen wrote: It turns out that quite a bit of work has been done already for the 2.0 documentation in

Re: [us...@httpd] Call for translation

2010-11-30 Thread iñigo medina
I've already checkout from svn and started to look at what is translated. Any preference to start? Mod is a good directory as starting point? iñ 2010/11/30 Rich Bowen rbo...@rcbowen.com On Nov 30, 2010, at 8:39 AM, Rich Bowen wrote: It turns out that quite a bit of work has been done

Re: [us...@httpd] Distributed logging

2010-11-16 Thread iñigo medina
What about logging to a central NFS server? Too slow or heavy? iñ El 15/11/2010 22:06, Dennis Jacobfeuerborn denni...@conversis.de escribió:

Re: [us...@httpd] Apache22 + PHP52

2010-11-16 Thread iñigo medina
First of all fix to lowercase the function phpinfo(). iñ El 16/11/2010 04:13, Sharl.Jimh.Tsin amoiz.sh...@gmail.com escribió:

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-15 Thread iñigo medina
as well. I am really confused. What could be it? All your help is appreciated. Thanks for the replies. On Sat, Nov 13, 2010 at 10:18 PM, iñigo medina imed...@grosshat.comwrote: Have you tried with the directive as follows? RewriteLog logs/file.log iñ El 13/11/2010 16:24, Sai A arialwi

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread iñigo medina
Have you tried with the directive as follows? RewriteLog logs/file.log iñ El 13/11/2010 16:24, Sai A arialwi...@gmail.com escribió:

RE: [us...@httpd] Enabling Server Side Includes in Apache2.2

2009-12-17 Thread Iñigo Medina
Is there a way for me to tell if that module is enabled. Even with that in the httpd.conf it still doesn't work. Just type /etc/init.d/apache -l to get a list of modules. iñigo Greg Make sure all of the following are true: 1. The file that contains the SSI directive actually ends

Re: [us...@httpd] need help with my apache

2009-11-28 Thread Iñigo Medina
i need help i cant get onto the page when i type in adress in httpd.conf but im not sure im doing it right Could you describe better your problem? Anything with httpd.conf? iñigo - The official User-To-User support forum

Re: [us...@httpd] name based virtual hosts for multiple domains?

2009-11-25 Thread Iñigo Medina
I have a VPS running Debian and Apache 2.2 and I'd like to setup name based virtual hosts in Apache for several domains and I will have several subdomains for each domain. Is this possible? For example: Sure you can. Look at doc on apache.org and look at module vhost_alias since it's usually

Re: [us...@httpd] limiting diretory/file content?

2009-11-25 Thread Iñigo Medina
http://www.site.org/whatever/something.html and tries to access http://www.site.org/whatever/ I would like it on a directory basis, a file basis may be needed later but not for now. Which rule would you set to disable access? Rule based on IP for instance? If a user tries to access a

Re: [us...@httpd] Limiting Connection per virtual host and Custom messaging

2009-11-25 Thread Iñigo Medina
1. Is there a way to limit Max Client Connections per virtual host? At least 2: - mod_slotlimit: http://sourceforge.net/projects/mod-slotlimit/ - Vhost Limit Module: http://modules.apache.org/search.php?id=698 iñ - The

Re: [us...@httpd] Name virtual hosts and HTTPS

2009-11-22 Thread Iñigo Medina
Only the latest Apache (2.2.14) and OpenSSL built with the tlsextensions options support this. What about apache with mod_gnutls? Look at this tooltip from 2007: http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/ Also, not every client support

RE: [us...@httpd] Failed to connect

2009-11-03 Thread Iñigo Medina García
Hi, When I try the access using http://localhost:23456; I get a web page display It works. Is there a way of telling the browser or apache to use this port by default? It depends on linux-distribution but there is usually a file named ports.conf where you can set the default port.

Re: [us...@httpd] Failed to connect

2009-11-02 Thread Iñigo Medina García
Hi, I have just installed apache httpd-2.2.14 on a linux machine running SLES10. I am running the web server as non-root, so I have set the listening port to 23456 in my httpd.conf file. It appears to start correctly: netstat -an | grep LISTEN | grep 234 tcp0 0 :::23456

Re: [us...@httpd] Apache on F11. ANY APPROACH ?excluding images pdfs etc from Https ( ssl ) routing

2009-11-01 Thread Iñigo Medina García
I would like to JUST limit https usage to the login window html and ALL other images pdf's not secured html ( one that do not need password ) should use HTTP NOT HTTPS What I cannot really find ( and Apache modules make a graduate course , as I am realizing with all the futile digging in ) is

Re: [EMAIL PROTECTED] Virtual Hosting

2008-04-23 Thread Iñigo Medina García
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Iñigo Medina García Librería Díaz de Santos Madrid (Spain) [EMAIL PROTECTED] [EMAIL PROTECTED] - The official User

Re: [EMAIL PROTECTED] configure mod_perl on apache

2008-04-15 Thread Iñigo Medina García
Ventures e-Learning Pvt.Ltd. 1-8-303/48/15, Sindhi Colony P.G.Road, Secunderabad. Pin Code: 53 Office Number: 040-66489771 Mob: 9912924044 URL: ed-ventures-online.com http://ed-ventures-online.com Email-id: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -- Iñigo Medina García

Re: [EMAIL PROTECTED] Fwd: ForceType, AddType and/or AddHandler?

2008-04-08 Thread Iñigo Medina García
. You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access http://us.rd.yahoo.com/evt=47523/*http://tc.deals.yahoo.com/tc/blockbuster/text5.com, No Cost. -- Iñigo Medina García

Re: [EMAIL PROTECTED] Apache installation

2008-04-04 Thread Iñigo Medina García
-- Regards, Praveena Chalamcharla, Securview -- Regards, Praveena Chalamcharla, Securview -- Regards, Praveena Chalamcharla, Securview -- Iñigo Medina García Editorial

Re: [EMAIL PROTECTED] Apache installation

2008-04-04 Thread Iñigo Medina García
-- Regards, Praveena Chalamcharla, Securview -- Regards, Praveena Chalamcharla, Securview -- Iñigo Medina García Editorial Díaz de Santos Informática/Desarrollo [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Apache installation

2008-04-04 Thread Iñigo Medina García
, Securview -- Regards, Praveena Chalamcharla, Securview -- Regards, Praveena Chalamcharla, Securview -- Regards, Praveena Chalamcharla, Securview -- Iñigo Medina García Editorial Díaz de