Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Jeroen Geilman
On 11/13/2012 09:34 PM, Lester Caine wrote: Lester Caine wrote: Found a few little niggles while sorting mod_info. I was still running mod_access_compat and switching that off flagged a couple of problems. All have now been cleared but no change to the 403 error on rewrite results. mod_info

Re: [users@httpd] Response code 408

2012-05-15 Thread Jeroen Geilman
On 05/11/2012 06:01 PM, John Iliffe wrote: I recently switched from Apache-2.2.14 to Apache-2.4.2. In the entire time we ran 2.2.14 I don't recall seeing a response code 408. Since we switched two weeks ago we average about 30 - 35 a day. Our server is not heavily loaded. The RFC definition o

Re: [users@httpd] Apache 2.4.1 Installation problems

2012-04-17 Thread Jeroen Geilman
On 2012-04-17 18:02, Mathijs Schmittmann wrote: A. Your mail becomes unreadable Q. What happens when you top-post ? Also, try to avoid that Reply-to-all button... 1: 2.4 uses different auth methods and directives, see http://httpd.apache.org/docs/2.4/upgrading.html and check out the authent

Re: [users@httpd] Apache 2.4.1 Installation problems

2012-04-17 Thread Jeroen Geilman
On 2012-04-17 17:48, John Iliffe wrote: I am trying to update from 2.2.14 to 2.4.1 and have encountered two problems. 2.2.14 has been working properly for over 2 years. Pages are located on a separate directory starting at /www with subdirectories s1, s2, etc for different named virtual hosts.

Re: [users@httpd] Re: MaxClients 256 but server-status show 1024 slots

2012-01-15 Thread Jeroen Geilman
On 01/15/2012 10:45 PM, Helmut Schneider wrote: Jeroen Geilman wrote: On 01/15/2012 08:13 PM, Helmut Schneider wrote: Jeroen Geilman wrote: On 01/15/2012 08:01 PM, Helmut Schneider wrote: Jeroen Geilman wrote: On 01/15/2012 07:31 PM, Helmut Schneider wrote: [...] So the highest value

Re: [users@httpd] Re: MaxClients 256 but server-status show 1024 slots

2012-01-15 Thread Jeroen Geilman
On 01/15/2012 08:13 PM, Helmut Schneider wrote: Jeroen Geilman wrote: On 01/15/2012 08:01 PM, Helmut Schneider wrote: Jeroen Geilman wrote: On 01/15/2012 07:31 PM, Helmut Schneider wrote: [...] So the highest value configured is 256 (setting at server.conf.local overwrite defaults at

Re: [users@httpd] Re: MaxClients 256 but server-status show 1024 slots

2012-01-15 Thread Jeroen Geilman
On 01/15/2012 08:01 PM, Helmut Schneider wrote: Jeroen Geilman wrote: On 01/15/2012 07:31 PM, Helmut Schneider wrote: [...] So the highest value configured is 256 (setting at server.conf.local overwrite defaults at apache2.conf). But /server-status shows: [...] That's 1024 slots. An

Re: [users@httpd] MaxClients 256 but server-status show 1024 slots

2012-01-15 Thread Jeroen Geilman
On 01/15/2012 07:31 PM, Helmut Schneider wrote: Hi, u1dd_hr@desoggw04:~$ sudo grep -ir MaxClients /etc/apache2/ /etc/apache2/apache2.conf:MaxClients 150 /etc/apache2/apache2.conf:MaxClients 150 /etc/apache2/apache2.conf:MaxClients 150 /etc/apache2/Includes/

Re: [users@httpd] mod_rewrite access control configuration

2012-01-14 Thread Jeroen Geilman
On 01/14/2012 09:35 AM, Asplund Marko wrote: Hi, I'm using Apache httpd to act as a reverse proxy and I'd like to block access to all but explicitly listed resources. I've come up with two possible solutions that i'd like to check with more experienced mod_rewrite users. Is there any difference

Re: [users@httpd] attack on apache

2012-01-11 Thread Jeroen Geilman
On 01/11/2012 10:10 PM, Jaco Kroon wrote: On 11/01/12 22:37, Luisa Ester Navarro wrote: J. Thanks Jeron: any idea how to start researching which is the leaky script Cheers Luisa Hehe, this is where they say,

Re: [users@httpd] attack on apache

2012-01-11 Thread Jeroen Geilman
On 01/11/2012 09:10 PM, Jaco Kroon wrote: On 11/01/12 21:35, Jeroen Geilman wrote: In /var/log/httpd/error_log I see hink like this sh: del comand no found sh: xx Permission denied I need help ! 1. Stop apache. 2. investigate which leaky, creaky or lousy PHP script allowed this exploit

Re: [users@httpd] attack on apache

2012-01-11 Thread Jeroen Geilman
On 01/11/2012 08:24 PM, Luisa Ester Navarro wrote: From: luisa2...@hotmail.com To: users@httpd.apache.org Subject: RE: [users@httpd] attack on apache Date: Wed, 11 Jan 2012 16:15:14 -0300 > Date: Mon, 9 Jan 2012 17:30:2

Re: [users@httpd] Is it possible to redirect user to "market://..." URI?

2012-01-10 Thread Jeroen Geilman
On 01/10/2012 09:17 AM, linux.il wrote: On Mon, Jan 9, 2012 at 9:31 PM, Jeroen Geilman wrote: On 2012-01-09 14:08, linux.il wrote: On my website I should redirect Android users to my application on Android Market. What is the optimal way to do this? My first dea>>was Rewri

Re: [users@httpd] Is it possible to redirect user to "market://..." URI?

2012-01-09 Thread Jeroen Geilman
On 2012-01-09 14:08, linux.il wrote: On my website I should redirect Android users to my application on Android Market. What is the optimal way to do this? My first idea was |RewriteCond %{HTTP_USER_AGENT} Android [NC] RewriteRule ^/$ market://details?id=..| The

Re: [users@httpd] Invalid URI in request OPTIONS * HTTP/1.0

2012-01-06 Thread Jeroen Geilman
On 01/06/2012 10:23 AM, Szőts Ákos wrote: No, I don't think so; ModSecurity just get triggered because something in the error_log. "As to the OPTIONS * request failing - make sure there are no hidden rewrite rules or other URI mangling going on." Thank you for the tip. Is there any (easy) way t

Re: [users@httpd] Invalid URI in request OPTIONS * HTTP/1.0

2012-01-04 Thread Jeroen Geilman
On 01/04/2012 12:36 PM, Szőts Ákos wrote: Hi All, There's a frequent error message in my Apache error_log (v2.2.21 under openSUSE 12.1): "Invalid URI in request OPTIONS * HTTP/1.0" I know this is an internal dummy connection to test if the server is alive or not. But every time, Apache tries to

Re: [users@httpd] apache 2.2.16 deadly slow

2011-11-11 Thread Jeroen Geilman
On 2011-11-11 06:00, J. Bakshi wrote: On Thu, 10 Nov 2011 02:05:44 +0100 Bostjan Skufca wrote: Seconded:) b. Dear list, To be confirmed I have installed debian squeeze on a new server having 8GB RAM and with i5 processors. Then installed apache2, php5, mysql etc. Have not done any twea

Re: [users@httpd] Possible hack attempt

2011-10-28 Thread Jeroen Geilman
On 2011-10-28 21:46, Gary Smith wrote: I was tasked on tracking down the cause of a perl process that is hanging on a client server. The server is opensuse, pretty much out of the box, patched pretty current. Anyway, below is the first log entry where it looks like someone attempted to run a

Re: [users@httpd] Apache2 sporadically not interpreting php code

2011-10-26 Thread Jeroen Geilman
On 2011-10-26 10:06, dubbelpunt wrote: My httpdserver is sporadically not interpreting some of my php code. Apache never, ever interprets PHP code. You are talking about mod_php, which is a third-party module. That said, you are also using APC and mod_python. I suggest you look into that. A

Re: [users@httpd] Could Apache login support CAPTCHA and lockout?

2011-10-06 Thread Jeroen Geilman
On 2011-10-04 14:44, Neal Rhodes wrote: We have bunches of web applications which use the regular Apache login protection, Do you mean HTTP Basic Auth, as defined in RFC 2616 ? and they won't run unless REMOTE_USER is set by the Apache login. require valid-user requi

Re: [users@httpd] [mod_rewrite] How to *not* log certain rules?

2011-08-23 Thread Jeroen Geilman
On 2011-08-23 20:30, Hilco Wijbenga wrote: Hi all, I have Vuze (bittorrent) running which sends out /announce and /scrape requests every 10 seconds or so. I managed to avoid logging them in the regular logs using SetEnvIf Request_URI "^/announce|/scrape$" do-not-log CustomLog /var/log/apache2/a

Re: [users@httpd] My RewriteRule seems to be ignored

2011-08-22 Thread Jeroen Geilman
On 2011-08-22 23:55, Hilco Wijbenga wrote: You nailed it. All those Rewrite* options need to be in the virtual host. Then it works. This is surprising. I had assumed that anything outside of a virtual host was a global setting and the virtual host settings overrode those global settings where a

Re: [users@httpd] Setting KeepAlive on for forward proxy

2011-08-18 Thread Jeroen Geilman
On 2011-08-18 18:09, Edoardo Tirtarahardja wrote: On 2011-08-18 11:26,Jeroen Geilman wrote: On 2011-08-18 17:08, Edoardo Tirtarahardja wrote: Hi, I read from mod_proxy description in Apache 2.2 that the default worker does not use the HTTP Keep-Alive. Is there a way how to enable it for

Re: [users@httpd] Setting KeepAlive on for forward proxy

2011-08-18 Thread Jeroen Geilman
On 2011-08-18 17:08, Edoardo Tirtarahardja wrote: Hi, I read from mod_proxy description in Apache 2.2 that the default worker does not use the HTTP Keep-Alive. Is there a way how to enable it for forward proxy configuration? You mean, from apache working as a forward proxy to the remote origi

Re: [users@httpd] number of connection on Windows Apache

2011-08-17 Thread Jeroen Geilman
On 2011-08-17 22:51, go1...@mailnew.com wrote: Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the limit of number of simultaneous connection, I used the directive ThreadsPerChild set the number to 1. So I am only supposed to be able to have one connection at a time. But I am s

Re: [users@httpd] RE: KeepAlive setting under heavy load

2011-08-17 Thread Jeroen Geilman
On 2011-08-17 16:55, Pratte, Gil wrote: I left out one detail - Apache HTTP is only being used as a reverse proxy. Then you want keepalive on and set high. Persistent connections to your backend are obviously beneficial. This depends on how many backend servers you have, but even with, say,

Re: [users@httpd] Proxy´ing a remote site

2011-08-16 Thread Jeroen Geilman
On 2011-08-16 09:23, Søren Schimkat wrote: Hi Guys I would like to make a remote website appear as existing on a local virtual host, but I'm having trouble with understandig how to do it. Virtual hosting i working just fine, but getting the remote site into the local space is just killing me.

Re: [users@httpd] Modular .htaccess files

2011-08-15 Thread Jeroen Geilman
On 2011-08-15 16:37, Pete Houston wrote: On Mon, Aug 15, 2011 at 10:16:29AM -0400, Ben Timby wrote: In the above way, the administrator could delegate control of portions of the configuration to a user without the overhead of an .htaccess file. Also, you could include a file which in turn includ

Re: [users@httpd] Modular .htaccess files

2011-08-15 Thread Jeroen Geilman
On 2011-08-15 12:34, lists.sebast...@abwesend.de wrote: Hi, I have an idea on .htaccess files or rather a tiny feature request. :) Before I post it to the bugzilla system as a "real" feature request, I wanted to put the idea up for discussion. ;) By the way, Apache is a really great piece of s

Re: [users@httpd] Forwarding request to internal server

2011-08-12 Thread Jeroen Geilman
On 2011-08-12 02:42, Ahmad Pakhri Yahya wrote: Hi, Hi, don't hijack other peoples' threads. I'm new to apache. I'm trying to forward request from a server located in DMZ serving request from external IP to a tomcat server residing inside an internal network. How do I setup my apache/httpd

Re: [users@httpd] Chrome 300 Problem

2011-08-06 Thread Jeroen Geilman
On 2011-08-06 20:17, Michael D. Berger wrote: Running: # rpm -q httpd httpd-2.2.3-31.el5.centos.4 On: # uname -a Linux mbrc20 2.6.18-164.15.1.el5 #1 SMP Wed Mar 17 11:37:14 EDT 2010 i686 athlon i386 GNU/Linux Accessing a directory: www.myplace.net/here/there/ where both "here" and "there" requir

Re: [users@httpd] https redirection

2011-08-04 Thread Jeroen Geilman
On 2011-08-04 11:35, Ashwin Kesavan wrote: Jeroen Geilman wrote: On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect

Re: [users@httpd] Proxy for TLS connection

2011-08-02 Thread Jeroen Geilman
On 2011-08-02 23:17, Ruiyuan Jiang wrote: Do not hijack other peoples' threads or topics. Just start your own. Hi, I have a Apache reverse proxy server for both multiple http and https connection setup (v2.2.19). Right now there is a request to proxy TLS connection which is not on port 443.

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-08-01 Thread Jeroen Geilman
On 2011-08-01 20:45, Rob Stone wrote: On 01/08/11 06:11, Jeroen Geilman wrote: On 2011-07-31 21:23, Rob Stone wrote: Thanks to Richard this has now been SOLVED. Who is Richard ? I don't know who he is, but he replied to my request for assistance with my problem and made a he

Re: [users@httpd] Program terminated with signal 7, Bus error.

2011-08-01 Thread Jeroen Geilman
On 2011-08-01 20:11, Jakov Sosic wrote: On 08/01/2011 06:49 PM, Jeroen Geilman wrote: On 2011-08-01 17:21, Jakov Sosic wrote: Hi. I run RHEL v5.6 and can see this kind of entries in my apache error_log: [Sun Jul 31 23:27:44 2011] [notice] child pid 6974 exit signal Bus error (7), possible

Re: [users@httpd] Program terminated with signal 7, Bus error.

2011-08-01 Thread Jeroen Geilman
On 2011-08-01 17:21, Jakov Sosic wrote: Hi. I run RHEL v5.6 and can see this kind of entries in my apache error_log: [Sun Jul 31 23:27:44 2011] [notice] child pid 6974 exit signal Bus error (7), possible coredump in /tmp/httpd-gdb-dump [Sun Jul 31 23:27:44 2011] [notice] child pid 6976 exit sig

Re: [users@httpd] ?????? ??????? ?? files in /tmp

2011-08-01 Thread Jeroen Geilman
On 2011-08-01 16:13, Nick Kew wrote: On Mon, 1 Aug 2011 12:39:44 +0100 Tom Evans wrote: On Mon, Aug 1, 2011 at 12:27 PM, vishesh kumar wrote: Hi Members I am getting ?? ??? .doc and ?? ??? .xls files in /tmp parition. The owner of all these files are www . I am runni

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-31 Thread Jeroen Geilman
On 2011-07-31 21:23, Rob Stone wrote: Thanks to Richard this has now been SOLVED. Who is Richard ? -- J. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-30 Thread Jeroen Geilman
On 2011-07-31 00:54, Rob Stone wrote: Sorry I have created such a discussion around my use of the word "include". In future I'll try to be semantically correct. By "include" I mean lines of code like this that are embedded into the source html. And that's exactly the point - it's not "

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 23:33, Stormy wrote: At 07:06 PM 7/30/2011 +0100, Mark Rousell wrote: On 30/07/2011 18:43, Jeroen Geilman wrote: >>> So, why does a simple file with phpinfo() work and an html page with an >>> include "xyz.php" NOT render the page as desired in

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 23:21, Mark Rousell wrote: On 30/07/2011 19:54, Jeroen Geilman wrote: On 2011-07-30 20:06, Mark Rousell wrote: On 30/07/2011 18:43, Jeroen Geilman wrote: So, why does a simple file with phpinfo() work and an html page with an include "xyz.php" NOT render the page as

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 20:06, Mark Rousell wrote: On 30/07/2011 18:43, Jeroen Geilman wrote: So, why does a simple file with phpinfo() work and an html page with an include "xyz.php" NOT render the page as desired in the browser It just ignores the include. HTML does not have an "inc

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 06:41, Darryle Steplight wrote: Trying adding this in your vhost, config file or .htaccess file addHandler x-httpd-php5 .php .htm .html Please get it right: SetHandler application/x-httpd-php On Sat, Jul 30, 2011 at 12:20 AM, Rob Stone wrote: Hello, I have a wor

Re: [users@httpd] https redirection

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 11:08, fedora wrote: I usually do redirections this way: in the web http://abc.com I insert into the tag somewhere in the javascripts for this page I have function redix() { if (window.location.search != "")) window.location.replace("http://"+window.location.search) }

Re: [users@httpd] https redirection

2011-07-30 Thread Jeroen Geilman
On 2011-07-30 08:28, vishesh kumar wrote: Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Redirect Permanent /xyz.com/ https://xyz.com/ Server wide certificate installed o

Re: [users@httpd] Detecting and limiting access to a mobile device using a 3G network

2011-07-27 Thread Jeroen Geilman
On 2011-07-27 01:36, Anurag Kapur wrote: Hi, I am looking for ways of detecting a specific mobile device (example: my iPhone and not my friends) accessing a resource on my publicly accessible Apache web server so that I can restrict access to certain devices only. That's easy - it's called

Re: [users@httpd] RewriteRule acts differently for different browsers

2011-07-25 Thread Jeroen Geilman
On 2011-07-25 22:49, James Moe wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/25/2011 12:14 PM, Jeroen Geilman wrote: You should not use rewriting for this, it is entirely unnecessary and only adds complexity. Instead, you add a new vhost for www.sohnen-moe.com, and do a blank

Re: [users@httpd] RewriteRule acts differently for different browsers

2011-07-25 Thread Jeroen Geilman
On 2011-07-25 20:45, James Moe wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, apache v2.0 The reason for this redirection is that when I purchased the SSL certificate, I did not know to get one for than the domain's URL, . A secure connection to brings up the warning about a

Re: [users@httpd] Monit on vhost

2011-07-25 Thread Jeroen Geilman
ving to: `token' 100%[==>] 17 --.-K/s in 0s 2011-07-25 10:32:24 (3.35 MB/s) - `token' saved [17/17] And it works well, but it is accessible to everyone. How could I solve this? Thanks for all your help and best regards. -----Mensaje orig

Re: [users@httpd] Monit on vhost

2011-07-22 Thread Jeroen Geilman
127.0.0.1 I am new on Apache and I just copy examples from the web. Thanks and best regards. *De:*Jeroen Geilman [mailto:jer...@adaptr.nl] *Enviado el:* jueves, 21 de julio de 2011 20:55 *Para:* users@httpd.apache.org *Asunto:* Re: [users@httpd] Monit on vhost On 2011-07-21 17:28, Josu

Re: [users@httpd] Monit on vhost

2011-07-21 Thread Jeroen Geilman
On 2011-07-21 17:28, Josu Lazkano wrote: Hello list, I am trying to configure a server with lots of vhost. I need to check if they are online with Monit, for this, I just create this on each vhost: Alias /monit/ /var/www/monit/ Options Indexes MultiViews FollowSymL

Re: [users@httpd] Can we pass Remote user without authenication

2011-07-19 Thread Jeroen Geilman
On 2011-07-19 05:48, SSRChandra Devagupthapu wrote: Dear All, I need to pass remote user from Apache to Sun directory server for Single sign Implementation , the problem here is Windows User's database is not present in Sun directory server , HTTP does not have "users". You may want to in

Re: [users@httpd] mod_proxy_balancer config for HTTP header based sticky sessions

2011-07-17 Thread Jeroen Geilman
On 2011-07-17 15:55, G Quiggin wrote: Hello there, I'm trying to write a mod_proxy_balancer config to implemented sticky sessions between multiple backend tomcat instances with stickyness provided by an HTTP header. eg 1st incoming request is processed by app and responds by setting a custo

Re: [users@httpd] Basic HTTP Authenication against Directory Server (Sun Directory Server)

2011-07-17 Thread Jeroen Geilman
On 2011-07-17 14:14, SSRChandra Devagupthapu wrote: HI, Thanks for the Update .Do you any other Way to do this. Write your own module. Regards, SSR Chandra, Cognos Support, 040-66678118. *From:*Juan Asensio Sánc

Re: [users@httpd] Apache server not serving pages

2011-07-16 Thread Jeroen Geilman
On 2011-07-15 19:31, vinay tyagi wrote: Hello, I am using wamp stack on windows xp. Lately I installed norton 2012 trial antivirus but uninstalled it and moved back to my free avast antivirus. Now my wamp is not serving pages. Everything is working fine I have checked with netstat that the addr

Re: [users@httpd] vhost names on logs

2011-07-11 Thread Jeroen Geilman
On 2011-07-11 15:52, Eric Covener wrote: On Mon, Jul 11, 2011 at 8:02 AM, Josu Lazkano wrote: Hello list, I want to configure a lo system and I need to get the vhost name on the log files to separate them. See about adding %v and %V http://httpd.apache.org/docs/current/mod/mod_log_config.htm

Re: [users@httpd] Invoking PHP without .php extension?

2011-07-08 Thread Jeroen Geilman
On 2011-07-07 19:54, Michael B Allen wrote: I want a request like: /base/path/to/target?foo=bar to invoke a particular PHP file for everything under /base. It seems the usual way (only way?) to do this is with something like: AddHandler php5-script .php AddType text/html .php Dire

Re: [users@httpd] Apache2 slow with protfpd

2011-07-06 Thread Jeroen Geilman
her way to connect via browser directly. ... so allow them to use a browser directly. Why does there have to be FTP in between ? Apache excels at serving files. 2011/7/6 Jeroen Geilman mailto:jer...@adaptr.nl>> On 2011-07-06 17:47, Guille wrote: I'm using:

Re: [users@httpd] Apache2 slow with protfpd

2011-07-06 Thread Jeroen Geilman
On 2011-07-06 17:47, Guille wrote: I'm using: - Debian Squeeze - Server version: Apache/2.2.16 (Debian) - ProFTPD Version 1.3.3c - Net2FTP v 0.98 Hi guys i'm currently using a php script (Net2FTP) as a web FTP client. But i'm experiencing some issues when i try to access big files. I know this

Re: [users@httpd] subdomains

2011-07-06 Thread Jeroen Geilman
-- J.     From: Jeroen Geilman [mailto:jer...@adaptr.nl] Sent: Tuesday, July 05, 2011 10:23 PM To: users@httpd.apache.org Subject: Re: [users@httpd]

Re: [users@httpd] limit access to certain query strings

2011-07-05 Thread Jeroen Geilman
On 2011-07-05 22:02, congo thomas wrote: Hello chiefs, How do i limit (allow/deny) access to certain query strings? Actual example: 1) I want to allow only 'user1' access to http://example.com/yadayada/?page=abc 2) I want to allow only 'user2' access to http://example.com/yadayada/?page=def 3)

Re: [users@httpd] subdomains

2011-07-05 Thread Jeroen Geilman
On 2011-07-05 15:20, Amira Othman wrote: Hi All, I am using httpd-2.2.3-43.3 That's pretty old. on centos 5.6. Ah, that explains that. I c

Re: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-19 Thread Jeroen Geilman
On 06/20/2011 02:38 AM, Zaccone, Warren wrote: Runningmultiple copies of this script concurrently brings httpd into a hang state, that it will not recover from without manually restarting the httpd server. ab-n 300 -c 300 http://myserver/mysite/loop.php You're requesting a single URL 300

Re: [users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-17 Thread Jeroen Geilman
the additional hostname (assuming you now have nameVirtualHost *:80, which you should): ServerName my.sub.domain Documentroot /some/where/else I'm not well versed in mod_rewrite and regular expressions, etc On 16 June 2011 18:38, Jeroen Geilman <mailto:jer...@adaptr.nl>> wro

Re: [users@httpd] making exception in Location path

2011-06-17 Thread Jeroen Geilman
On 06/17/2011 10:38 PM, neubyr wrote: I have an authentication rule for entire site as follows: { AuthType Basic ... ... } Is there any way to exclude only a particular path from this authentication realm. Any help or suggestions? Location /no/auth allow from all satisfy any /Loca

Re: [users@httpd] need some thoughts on trouble shooting httpd server hangup

2011-06-16 Thread Jeroen Geilman
Slowlaris :( I know there are regulars here who do run it though, and I also know there are some solaris-specific quirks. thank you. *From:*Jeroen Geilman [mailto:jer...@adaptr.nl] *Sent:* Friday, June 03, 2011 6:48 PM *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] need some thoughts on

Re: [users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-16 Thread Jeroen Geilman
On 06/16/2011 07:04 PM, Darren Kukulka wrote: Hi All, I have a general question regarding subdomain redirection with virtual hosts. Basically, we have a domain - let's call it sample.com - with several subdomains, xxx.sample.com and yyy.sample.com

Re: [users@httpd] PHP Not Working

2011-06-15 Thread Jeroen Geilman
On 06/15/2011 10:23 PM, Matus UHLAR - fantomas wrote: On 10.06.11 00:03, Jeroen Geilman wrote: You need to tell apache what to do with .php files. This can be implemented - as documented - by adding SetHandler application/x-httpd-php in your Documentroot Directory block. On 06/15

Re: [users@httpd] PHP Not Working

2011-06-15 Thread Jeroen Geilman
On 06/15/2011 10:13 PM, Matus UHLAR - fantomas wrote: On 10.06.11 00:03, Jeroen Geilman wrote: You need to tell apache what to do with .php files. This can be implemented - as documented - by adding SetHandler application/x-httpd-php in your Documentroot Directory block. Since when

Re: [users@httpd] htaccess hell

2011-06-15 Thread Jeroen Geilman
On 06/15/2011 08:56 PM, Ian Zimmerman wrote: I (or rather my distro) enabled userdir as follows: LoadModule userdir_module /usr/lib/apache2/modules/mod_userdir.so urgh UserDir public_html UserDir disabled root AllowOverride FileInfo AuthConfig L

Re: [users@httpd] Apache returns 200 to client in case of proxy timeout

2011-06-15 Thread Jeroen Geilman
bogus constructions like http://localhost:9003002001/foobar/. ALWAYS include slashes at ambiguous locations! Thanks, Moshe Ben Shoham Perfecto Mobile *From:*Jeroen Geilman [mailto:jer...@adaptr.nl] *Sent:* Wednesday, June 15, 2011 10:18 AM *To:* users@httpd.apache.org *Subject:* Re: [users

Re: [users@httpd] Apache returns 200 to client in case of proxy timeout

2011-06-15 Thread Jeroen Geilman
On 06/15/2011 08:52 AM, Moshe Ben-Shoham wrote: Hi, We're using Apache 2.2.15, with mod_proxy_http for proxying requests to backend processes. Here's the relevant configuration we use: http://localhost:9001> That is not valid syntax for ProxyMatch, which requires a regular expression. P

Re: [users@httpd] How to run a backup server?

2011-06-14 Thread Jeroen Geilman
On 06/14/2011 03:53 PM, Igor Galić wrote: - Original Message - Hmmm well in *that* case, seems like your choices are: 1. pay for VPS 2. relax your constraint about 5 TB of data 3. build a server center from the ground up with reliable power (among other things). Pays yer money, takes y

Re: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Jeroen Geilman
  Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207     From: Jeroen Geilman [mailto:jer...@adaptr.nl]

Re: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Jeroen Geilman
On 06/13/2011 09:01 PM, Rob Morin wrote: My problem is as it stands, the loads are too high already, at peek times our Dual Quad Core Xeons with 18 gigs of ram go as high as 100.00 and this is with a max

Re: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Jeroen Geilman
On 06/13/2011 08:23 PM, Rob Morin wrote: If I see all the slots filled with W and C only, what would that indicate, this is during high traffic times.. As the legend at the bottom explains, W connec

Re: [users@httpd] How to run a backup server?

2011-06-10 Thread Jeroen Geilman
On 06/10/2011 09:05 PM, Wilson Hernandez wrote: Thanks for replying. I actually would like to have the main server locally and the backup server hosted somewhere else with: Amazon, Godaddy, etc... The cheapest way is to point the hostname to your home IP, and set a very short TTL, say 5 min

Re: [users@httpd] PHP Not Working

2011-06-10 Thread Jeroen Geilman
On 06/10/2011 08:31 PM, zavelo...@gmail.com wrote: J, I couldn't figure out what exactly you meant when you typed "in your Documentroot Directory". Did you mean in the block of text that contains the DocumentRoot Directive, or the Directory Directive containing the document root? I tried it bot

Re: [users@httpd] PHP Not Working

2011-06-09 Thread Jeroen Geilman
On 06/09/2011 11:48 PM, Xavier Lopez wrote: Hi, I'm using Apache 2.2 on Ubuntu 10.04. I've checked that php mod is enabled. It is. I'm using virtual hosts. It serves all html files, but not php. Following is my VHost configuration: ServerName http://new.dev ServerAdmin webmast

Re: [users@httpd] .htaccess

2011-06-08 Thread Jeroen Geilman
On 06/08/2011 09:50 PM, dhottin...@harrisonburg.k12.va.us wrote: I currently use .htaccess to prompt for username and password and point it to an ldap database running on my mailserver. Im considering moving all my mail accounts to gmail. Does anyone know if it is possible to authenticate wit

Re: [users@httpd] Apache 2.2 connections full

2011-06-07 Thread Jeroen Geilman
On 06/07/2011 10:59 PM, Rob Morin wrote: Hello all was not sure how to word my subject line... I posted a few weeks back on how could I increase performance of apache... I received quite a few replies and they all helped a bit... We even added an additional server to our server cluster to to

Re: [users@httpd] What triggers AUTH_TYPE to show up?

2011-06-07 Thread Jeroen Geilman
On 06/07/2011 10:21 PM, Tommy Peterson wrote: If I have the following Location directive and in the headers the Auth Type shows up accordingly it says [AUTH_TYPE] => shibboleth AuthType shibboleth ShibRequireSession On ShibUseHeaders On Require shibboleth What triggers the "AU

Re: [users@httpd] need some thoughts on trouble shooting httpd server hangup

2011-06-03 Thread Jeroen Geilman
On 06/03/2011 10:12 PM, Zaccone, Warren wrote: Have a problem where httpd server 2.2.15 stops responding to requests requiring server to be frequently restarted that has me going in circles. I was looking for some direction as to how to pursue. there are 8 workers running each consuming very lit

Re: [users@httpd] how many directives can you have?

2011-06-03 Thread Jeroen Geilman
On 06/03/2011 02:32 PM, Tommy Peterson wrote: Yes. Here is what I had to start with Please don't top-post. AuthType shibboleth ShibRequireSession On ShibUseHeaders On require shibboleth LocationMatch cannot match a query string, you need a rewriterule for that. From the d

Re: [users@httpd] publishing a content across two network

2011-06-02 Thread Jeroen Geilman
On 06/02/2011 01:00 PM, Ravi Chandran wrote: K, first of all I don't understand the meaning of "Top Post". Can you specify in layman's term? It means post your replies either at the bottom of the previous message, or in-line, below the section you are replying to. Also, please attribute your r

Re: [users@httpd] publishing a content across two network

2011-06-02 Thread Jeroen Geilman
twork-related problems. On Thu, Jun 2, 2011 at 3:55 PM, Jeroen Geilman <mailto:jer...@adaptr.nl>> wrote: On 06/02/2011 10:43 AM, Ravi Chandran wrote: hi all, I have recently downloaded apache http server 2.2, I had published some content for a proje

Re: [users@httpd] publishing a content across two network

2011-06-02 Thread Jeroen Geilman
On 06/02/2011 10:43 AM, Ravi Chandran wrote: hi all, I have recently downloaded apache http server 2.2, I had published some content for a project and its working also. Now my requirement is that this published content should be available across two networks. So for start, I want to make this

Re: [users@httpd] url rewrite

2011-06-01 Thread Jeroen Geilman
On 06/01/2011 10:33 PM, Friedrich Locke wrote: Hi list users, this is my first post on this mailing list. My doubt is the following: Is it possible to redirect a document root based on the site address like in a template manner wihtout having to configure for each virtual system ? I mean this:

Re: [users@httpd] Special configuration for requests that do not match any particular virtual host? Apache 2.2

2011-06-01 Thread Jeroen Geilman
On 06/02/2011 01:05 AM, Geoff Millikan wrote: I want to make a catch-all virtual host (like the manual mentions below) which redirects any errant hostnames like http://oopsie.mydomain.com/ to our main hostname at http://www.mydomain.com/ But the below example doesn't work - I'm getting an inf

Re: [users@httpd] Files and DirectoryIndex conflict?

2011-05-28 Thread Jeroen Geilman
On 05/28/2011 08:51 PM, Knute Johnson wrote: I'm having a problem using the Files directive to require authentication on the index.html file. It doesn't work if it is requested with the index URL but does if the URL specifies the file directly. I can't believe that I'm the only person ever to

Re: [users@httpd] Need advice to choose a configuration

2011-05-22 Thread Jeroen Geilman
) 783-7467 www.harvardbusiness.org | Cell:(978) 317-3614 On May 22, 2011, at 12:54 PM, Jeroen Geilman wrote: On 05/22/2011 05:43 PM, Isaac XxX wrote: Hi folks, I have to move some sites (10) from virtual hosts to a single dedicated machine. The number of sites will grow on time. I've two ways to

Re: [users@httpd] Need advice to choose a configuration

2011-05-22 Thread Jeroen Geilman
On 05/22/2011 05:43 PM, Isaac XxX wrote: Hi folks, I have to move some sites (10) from virtual hosts to a single dedicated machine. The number of sites will grow on time. I've two ways to implement it: 1. set a single apache instance to serve all sites configuring a single apache virtual hos

Re: [users@httpd] question maybe conceptual on virtual hosting

2011-05-13 Thread Jeroen Geilman
Order Allow,Deny Allow from all Options none AllowOverRide none On 5/13/11, Jeroen Geilman wrote: On 05/13/2011 06:50 AM, David Mehler wrote: Hello, I've got a question on virtual hosts. I'm running httpd 2.2.3 on a rhel5 machine. I believe from what I've read that when

Re: [users@httpd] question maybe conceptual on virtual hosting

2011-05-13 Thread Jeroen Geilman
On 05/13/2011 06:50 AM, David Mehler wrote: Hello, I've got a question on virtual hosts. I'm running httpd 2.2.3 on a rhel5 machine. I believe from what I've read that when one sets up a virtual host that the Listen and other directives in httpd.conf are no longer valid. Listen may only be used

Re: [users@httpd] Adwords reports 3 times as many 'clicks' as the server log shows served.

2011-05-13 Thread Jeroen Geilman
On 05/13/2011 09:16 PM, Xavier Gallagher wrote: Dear Everyone, I am currently in debate with Google Adwords about the clicks I am being charged for. The issue is simple. I have specific landing pages for my Adwords adverts. My server logs show the landing page served 125 times, Adwords repor

Re: [users@httpd] Problem with Files and Auth?

2011-05-12 Thread Jeroen Geilman
On 05/12/2011 07:45 PM, Knute Johnson wrote: I'm trying to use the Files directive to force auth for the index.html file and I'm getting the following error message if I don't specify the file name in the request. If I do it works fine. Authorization Required This server could not verify tha

Re: [users@httpd] Re: What are accept.lock files?

2011-05-10 Thread Jeroen Geilman
On 05/10/2011 07:10 PM, Steven Ross wrote: Trying one more time. Does anyone know? On May 7, 2011, at 14:16 , Steven Ross wrote: I'm running the pre-installed Apache 2 on my Mac OS X 10.5.8 machine. The log directory (where it writes error and access logs) is at: /private/var/log/apache2/ T

Re: [users@httpd] Directories Being Probed Even When Index Listing Denied

2011-03-29 Thread Jeroen Geilman
On 03/21/2011 03:28 AM, aaron...@comcast.net wrote: If a PHP Shell can be uploaded. http://phpshell.sourceforge.net/ Then any thing www-data can do so can the shell user, As stated in my post about virtual hosts seeing each others document roots. If you post the root password on your website,

Re: [users@httpd] reverse proxy based on user agent

2011-03-24 Thread Jeroen Geilman
On 03/24/2011 05:14 PM, Carlos del Castillo wrote: Hello everyone, I have a web server that is load balancing two tomcat servers using the proxy module, all is working well but now I need to add a third one, but we need to send very specific user_agents to that third server. The URLs must be t

Re: [users@httpd] Directories Being Probed Even When Index Listing Denied

2011-03-19 Thread Jeroen Geilman
On 03/19/2011 11:09 PM, ASAI wrote: Greetings, I am hosting a domain with no website which is a gateway for several applications. Directory indexes are turned off, however I noticed in the logs today that one the directories which has no reference to the outside world was probed. Is it poss

  1   2   >