[users@httpd] mod proxy hcheck not observing timeout value

2022-11-17 Thread Benjamin Davis
Hey All, we have apache2 2.4.54 setup as a load balancer for our IIS backend servers. We would like to be able to carry out health checks using mod_proxy_hcheck and check that the backend server is serving a webpage. We have successfully set this up however in the event that a health check request

[users@httpd] Expose SSL_CLIENT_S_DN_serialNumber (bz#35154)

2021-07-15 Thread Demarteau Benjamin
something that would be considered ok to merge upstream ? Kind regards, Benjamin [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=35154 La Ville de Liège décline toute responsabilité pour les dommages directs ou indirects résultant de la consultation ou de l'utilisation du contenu du présent cou

Re: [users@httpd] Oddity using FallbackResource in PHP development

2018-06-08 Thread Benjamin Smith
the case, would be to only assign that handler to > route.php, and not .php in general. > > > On 06/08/2018 06:47 PM, Benjamin Smith wrote: > >> Apache is returning 404 when an invalid PHP script is called, even >> though FallbackResource is configured and working fine for

[users@httpd] Oddity using FallbackResource in PHP development

2018-06-08 Thread Benjamin Smith
Apache is returning 404 when an invalid PHP script is called, even though FallbackResource is configured and working fine for invalid scripts without the .php extension. Said another way, when I use FallbackResource, with a PHP file as the target, it works fine only when I don't reference an inval

Re: [users@httpd] "corrupted content" error, httpd can't access SSL key file [wd-vc]

2014-09-30 Thread Benjamin Oppermann
I am sorry, I had it switched off for a few hours (it's a home pc), but will keep it on now. Would you mind trying again? Thanks! Am Di, 30. Sep 2014, um 03:49, schrieb Edgar Pettijohn: I tried to go to your site, but apparently the server is down. On 09/29/2014 07:16 PM, Ben

Re: [users@httpd] "corrupted content" error, httpd can't access SSL key file [wd-vc]

2014-09-29 Thread Benjamin Oppermann
Actually, this one is a self-signed certificate, but I tried with a new one using your command, just to be safe. My Vhost is configured in /etc/apache2/sites-enabled/000-default.conf, so that's where I adjusted the path to test.pem The page is still not available. I was probably wrong though giv

Re: [users@httpd] "corrupted content" error, httpd can't access SSL key file [wd-vc]

2014-09-29 Thread Benjamin Oppermann
Ooops, my bad. ~$ sudo openssl rsa -in /etc/ssl/private/owncloud.key -check RSA key ok So the key file itself is not the problem... Am Mo, 29. Sep 2014, um 22:15, schrieb Benjamin Oppermann: So should I revoke the changes to permissions I made, or remove permissions for my user, leaving

Re: [users@httpd] "corrupted content" error, httpd can't access SSL key file [wd-vc]

2014-09-29 Thread Benjamin Oppermann
key should never be accesible to groups or others, just root as read only. Having said this... have you checked the key file is correct? try this: openssl rsa -in /etc/ssl/private/owncloud.key -check 2014-09-29 21:22 GMT+02:00 Benjamin Oppermann <[1]ben@eml.cc>: Ok, I tried thi

Re: [users@httpd] "corrupted content" error, httpd can't access SSL key file [wd-vc]

2014-09-29 Thread Benjamin Oppermann
hat I'd try is > sudo chmod go+r /etc/ssl/private/owncloud.key > > Kurt Bremser > AMOS Austria > > Newton was wrong. There is no gravity. The Earth sucks. > ____ > Von: Benjamin Oppermann [ben@eml.cc] > Gesendet: Montag, 2

[users@httpd] "corrupted content" error, httpd can't access SSL key file

2014-09-29 Thread Benjamin Oppermann
Hi, I can't reach my website, I get a "corrupted content" error message in the browser. Looking into apache (version 2.4.7 on Ubuntu 14.04), I get ~$ apachectl -S AH00526: Syntax error on line 22 of /etc/apache2/sites-enabled/000-default.conf: SSLCertificateKeyFile: file '/etc/ssl/priv

[users@httpd] AUTO: Benjamin Ruopp ist außer Haus

2012-12-21 Thread Benjamin . Ruopp
Ich bin bis 07.01.2013 abwesend Ich kehre zurück am 07.01.2013. Ihre Nachricht wird nicht weitergeleitet. Ich werde erst nach meiner Rückkehr darauf antworten. Bitte wenden Sie sich bei *dringenden* Fragen zu Subversion an Karsten Traub oder Stefan Robl. Berechtigungsänderungen bitte an den ci-

[users@httpd] Proxy & Dynamic cookies

2012-02-23 Thread Benjamin Dahon
Hi, I've posted the same question on stackoverflow, but I though I'll try as well on the users mailing list. I'm trying to do something I though would be quite simple, but I struggle :) I have a reverse proxy running on Apache. I'm trying to get urls like /a/b?session=1-2 to be proxied to a diff

[users@httpd] Question on Auth Type "SSPI"

2011-04-21 Thread Eric Benjamin
ed to read the current documentation. My current version of Apache is 2.0.59. Thank You all for your help and in sight. ERIC BENJAMIN | INFRASTRUCTURE SUPPORT . Cypress Consulting 206.281.8240 office 206.281.8266 fax 425.780.0

[EMAIL PROTECTED] Memory consumption

2008-04-20 Thread benjamin
G="logs/error_log" -D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types" -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf" I really hope some of you will be able to help me, I thank you all in advance. Have a nice day ! Benjamin SCHILZ [EMAIL PROTECTED] ---

Re: [EMAIL PROTECTED] ContentNegotiation and ProxyBalancer

2007-08-28 Thread Benjamin Krause
Joshua, thank you for your reply .. 1. Have you tried the -U test rather than -F? This should pass the request through apache's url-handling stuff. (You'll need to modify the rest of the RewriteCond to use a url-path rather than a file path). no, i didn't even know about the -U flag :-) Howev

[EMAIL PROTECTED] ContentNegotiation and ProxyBalancer

2007-08-28 Thread Benjamin Krause
Hi.. I'm using Apache 2.2 with mod_proxy_balancer right now to run a dynamic RESTful application. This app caches requests in the Apache DocumentRoot, so a request can be handled by Apache, once generated. Right now I'm checking my requests via mod_proxy. If the file does not exist in the Docume

Re: [EMAIL PROTECTED] limiting connections per ip address in apache2 when under attack

2007-06-29 Thread Benjamin Yule
Going off on a slight tangent, is it possible to limit the number of requests per second per remote ip? Similar to how mod_cband will limit the number of requests per vhost/user but limit them for remote users? Thanks Ben In case anyone else runs into the same problem, it turned out that a co

Re: [EMAIL PROTECTED] client side certificates authentication in virtual hosts

2006-11-08 Thread Benjamin Cuthbert
ual hosts On 11/8/06, Benjamin Cuthbert <[EMAIL PROTECTED]> wrote: > > All > > Can you run two SSL virtual host URLS on the same IP address and have one > running with no client certificate authentication and one running without It's possible if having one VirtualH

[EMAIL PROTECTED] client side certificates authentication in virtual hosts

2006-11-08 Thread Benjamin Cuthbert
All Can you run two SSL virtual host URLS on the same IP address and have one running with no client certificate authentication and one running without client authentication. I have tried it and the options          SSLVerifyClient require         SSLVerifyDepth 1 But when this is enabled on o

[EMAIL PROTECTED] Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-06 Thread Benjamin Cuthbert
All I have apache 2.2.0 setup on Solaris and i am running into the same issues as the bug here, any had any updates on this. http://issues.apache.org/bugzilla/show_bug.cgi?id=36495 Error i get is: [Mon Nov 06 16:35:35 2006] [error] proxy: AJP: failed to make connection to backend: 1.1.1.2 [M

[EMAIL PROTECTED] Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-06 Thread Benjamin Cuthbert
All I have apache 2.2.0 setup on Solaris and i am running into the same issues as the bug here, any had any updates on this. http://issues.apache.org/bugzilla/show_bug.cgi?id=36495 Error i get is: [Mon Nov 06 16:35:35 2006] [error] proxy: AJP: failed to make connection to backend: 1.1.1.2 [M

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-17 Thread Benjamin Cuthbert
Nick i did have libgcc installed but no luck, this seems strange. -bash-3.00$ pkginfo |grep gcc application SMCgcc                       gcc application SMClibgcc                    libgcc -bash-3.00$ make Making all in srclib make[1]: Entering directory `/apps/exlink/tmp/httpd-2.2.3/srclib' Mak

Re: [EMAIL PROTECTED] Errors with compiling Apache 2.2.3 on Solaris 10

2006-08-16 Thread Benjamin Cuthbert
Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] Errors with compiling Apache 2.2.3 on Solaris 10 On 8/16/06, Benjamin Cuthbert <[EMAIL PROTECTED]> wrote: > > All i am trying to do a default ./configure install on Sol

[EMAIL PROTECTED] Errors with compiling Apache 2.2.3 on Solaris 10

2006-08-16 Thread Benjamin Cuthbert
All i am trying to do a default ./configure install on Solaris 10 and i keep getting this error. Does anyone know if this works out of the box. -bash-3.00$ make Making all in srclib make[1]: Entering directory `/apps/exlink/tmp/httpd-2.2.3/srclib' Making all in apr make[2]: Entering directory `/a

[EMAIL PROTECTED] rotatelogs clean up

2006-04-03 Thread Benjamin Adams
Apache 1.3.33 I have: ErrorLog '|/usr/sbin/rotatelogs "/private/var/log/httpd/ sites/domain.com/error_log.%Y%m%d" 86400' CustomLog '|/usr/sbin/rotatelogs "/private/var/log/httpd/ sites/domain.com/access_log.%Y%m%d" 86400' combined in my conf so logs are created daily. If I want

Re: [EMAIL PROTECTED] Open Proxy

2006-02-07 Thread Benjamin Neu
I'm running Apache 2.0 on Gentoo Linux with kernel 2.6.13 r3On 2/7/06, Nick Kew <[EMAIL PROTECTED]> wrote: On Tuesday 07 February 2006 00:54, Benjamin Neu wrote:> That's an unusual directory name.mod_proxy doesn't use directories, as it can't rely on the underlyi

[EMAIL PROTECTED] Open Proxy

2006-02-06 Thread Benjamin Neu
Can anyone help me secure my Apache proxy server. Here is the problem.The box that I have on the net is NOT behind a firewall. It has one NIC with a external IP. Order deny,allow Deny from all Allow from 127.0.0.1 That is the mod_proxy configuration I have in pl

Re: [EMAIL PROTECTED] Apache 2.0 running but http://localhost won't work.

2006-01-27 Thread Benjamin Adams
If you are behind a router You have to set your ServerName to your outside ip. On Jan 27, 2006, at 4:17 PM, Boysenberry Payne wrote: You might need to set: ServerName 127.0.0.1 in your httpd.conf file Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Jan 27, 2006,

Re: [EMAIL PROTECTED] Uninstalling Apache on OS X

2006-01-23 Thread Benjamin Adams
n my system.  And my OCD compels me to make it so. ;-) Benjamin Adams / Lord of the Root / Ambrosia Software, Inc. -- http://www.AmbrosiaSW.com

[EMAIL PROTECTED] mac reading dir

2005-12-22 Thread Benjamin Adams
On Dec 21, 2005, at 5:09 PM, Benjamin Adams wrote: Working with User web dir of a webserver. User directory setup is: /User/username -> /Volumes/RAID/username/Sites/ The connection is through a ln I found that apache will read the dir if the link can be read by www but this makes it so

[EMAIL PROTECTED] mac reading dir

2005-12-21 Thread Benjamin Adams
Working with User web dir of a webserver. User directory setup is: /User/username -> /Volumes/RAID/username/Sites/ The connection is through a ln I found that apache will read the dir if the link can be read by www but this makes it so www an read the contents of all user docs. If I make Sites r

[EMAIL PROTECTED] 403 forbidden

2005-12-19 Thread Benjamin Adams
I'm trying to step up mod_userdir It works for people on the default home directory. But most of the people are located on a raid through a ln. /users/username -> /Volumes/Raid/users/username/ If I type localhosst/~raiduser/ I get 403 forbidden but for people with the home dir on the default

[EMAIL PROTECTED] update to php5

2005-12-08 Thread Benjamin Adams
I updated to php5...When I run the script in terminal it runs fine but when I start apache 1.3.33 I get [warn] Loaded DSO libexec/httpd/libphp5.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) System is Mac OS X 10.4.3 with php 5.1.1 config

[EMAIL PROTECTED] http processes killing server

2005-12-01 Thread Benjamin Adams
I have a Mac Server running tiger with Dual G5 and 8G Ram running apache 1.3.33, php4, MySQL 4.1 (10G Database) Processes: 129 total, 4 running, 5 stuck, 120 sleeping... 309 threads 18:58:02 Load Avg: 3.84, 4.29, 3.88 CPU usage: 3.3% user, 75.2% sys, 21.5% idle SharedLibs: num = 27,

[EMAIL PROTECTED] Load problems

2005-11-30 Thread Benjamin Adams
I'm running apache 1.3.33 on Mac OS X 10.4.3, php4, I get the following sometimes PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 23850 top 16.0% 0:09.80 14622 500K 524K 952K 27.0M 17494 httpd 10.4% 0:53.52 112 184 4.38M

[EMAIL PROTECTED] good comparison of apache1.3.33 vs apache2

2005-11-30 Thread Benjamin Adams
My server is running Mac OS X tiger with apache 1.3.33 and php4.3.11 I was wondering if someone new a place where I can see a good test between the two (would like on mac but doesn't need to be). Main two problems are image load speed and php speed ---

[EMAIL PROTECTED] Mac 10.4.3 Apache 1.3.33 conf

2005-11-29 Thread Benjamin Adams
I need help configuring apacheI keep getting a slow connection to MySQL when my queries run fast php5, MySQL 4.1 ExtendedStatus On Timeout 60 KeepAlive On MaxKeepAliveRequests 300 KeepAliveTimeout 10 MaxClients 500 StartServers 5 MinSpareServers 3 MaxSpareServers 9 MaxRequestsPerChild 8000

[EMAIL PROTECTED] [Fwd: Returned mail: see transcript for details]

2005-11-23 Thread Benjamin Donnachie
Any ideas how to leave this damned list when you've been "blacklisted" by the mail server? :-( Ben --- Begin Message --- The original message was received at Wed, 23 Nov 2005 14:30:13 GMT from [192.168.0.161] - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]>

[EMAIL PROTECTED] Load images

2005-11-22 Thread Benjamin Adams
My images have trouble loading at a good speed. System, Mac Dual G5, apache 1.3.33 httpd.conf --- RLimitNPROC max max ExtendedStatus On Timeout 40 KeepAlive On MaxKeepAliveRequests 300 KeepAliveTimeout 10 MaxClients 500 MinSpareServers 5 MaxSpareServers 18 StartSer

Re: [EMAIL PROTECTED] httpd high CPU usage

2005-11-21 Thread Benjamin Adams
, 4.12G free (Very low load but site is still very very slow) On Nov 21, 2005, at 11:53 AM, Benjamin Adams wrote: PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 6018 httpd 28.9% 0:38.05 112 268 9.61M+ 28.1M 12.7M + 64.5M+ 8931 httpd 28.7% 0

[EMAIL PROTECTED] httpd high CPU usage

2005-11-21 Thread Benjamin Adams
PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 6018 httpd 28.9% 0:38.05 112 268 9.61M+ 28.1M 12.7M+ 64.5M+ 8931 httpd 28.7% 0:01.59 112 242 7.16M+ 28.2M 10.2M+ 62.7M+ 8798 httpd 20.1% 0:02.89 112 223 6.16M+ 28.2M

[EMAIL PROTECTED] User cgi-bin and noexec?

2005-09-04 Thread Benjamin Donnachie
Just a quick one - I intend to move all my user home directories onto a separate partition set to noexec. Am I right in thinking that this will prevent scripts in user cgi-bin directories from working? (Which isn't necessarily a bad thing...) Many thanks, -- Benjamin [EMAIL PROT

Re: [EMAIL PROTECTED] Running as authenicated user?

2005-09-04 Thread Benjamin Donnachie
aps head... of course!!! Many thanks for your help - it seems so obvious now! :) Take care, -- Benjamin [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

[EMAIL PROTECTED] Running as authenicated user?

2005-09-03 Thread Benjamin Donnachie
owned by the current user and only accessible by them - thus ruling out groups. Apart from setting up procbuilder for each user individually - is there a way to set it up centrally and allow it to access the home directory for the currently authenticated user? Many thanks, --