[users@httpd] Re: apache and tomcat reverse proxy: tomcat page does not load

2019-12-23 Thread Alex K
It turned out to be a filter at web.xml of tomcat... Removing it the site is loading fine. On Sun, Dec 22, 2019 at 2:17 AM Alex K wrote: > Hi all, > > I have a simple reverse proxy setup with the following lines: > > ProxyRequests Off > ProxyPreserveHost On >

[users@httpd] apache and tomcat reverse proxy: tomcat page does not load

2019-12-21 Thread Alex K
ut being able to find out where the issue lies. Thanx, Alex

Re: [users@httpd] Apache redirect to tomcat application

2019-12-19 Thread Alex K
://localhost:8443/app/ On Thu, Dec 19, 2019 at 6:10 PM Alex K wrote: > CORRECTION > > On Thu, Dec 19, 2019 at 6:09 PM Alex K wrote: > >> Hi, >> >> On Thu, Dec 19, 2019 at 5:43 PM Eric Covener wrote: >> >>> > ProxyRequest

Re: [users@httpd] Apache redirect to tomcat application

2019-12-19 Thread Alex K
CORRECTION On Thu, Dec 19, 2019 at 6:09 PM Alex K wrote: > Hi, > > On Thu, Dec 19, 2019 at 5:43 PM Eric Covener wrote: > >> > ProxyRequests Off >> > ProxyPreserveHost On >> > ProxyPas

Re: [users@httpd] Apache redirect to tomcat application

2019-12-19 Thread Alex K
Hi, On Thu, Dec 19, 2019 at 5:43 PM Eric Covener wrote: > > ProxyRequests Off > > ProxyPreserveHost On > > ProxyPass /var/www/myapp/ http://127.0.0.1:8443/ > > ProxyPassReverse /var/www/myapp/ http://localhost:8443/ > > The first pa

[users@httpd] Apache redirect to tomcat application

2019-12-19 Thread Alex K
onfiguring self signed certs for tomcat as the user receives alerts on certificate issues. Please advise hoe can this be achieved. Thank you. Alex

Re: [users@httpd] Apache Will Not Start

2018-08-28 Thread Alex Nyamweya
Yes I do. On Tue, Aug 28, 2018 at 9:51 PM Rose, John B wrote: > Do you have a /var/run/httpd directory? > > Sent from my iPad > > On Aug 28, 2018, at 9:48 PM, Alex Nyamweya wrote: > > Hi, > > I am running an Apache server with CentOS 7 installed. I'm having is

[users@httpd] Apache Will Not Start

2018-08-28 Thread Alex Nyamweya
Hi, I am running an Apache server with CentOS 7 installed. I'm having issues starting apache using the command* systemctl status httpd.service *as I would get the following message: *Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.servi

Re: [users@httpd] Implementing REST API

2018-08-20 Thread Alex K
On Mon, Aug 20, 2018, 03:21 Miles Fidelman wrote: > On 8/19/18 5:48 PM, Danesh Daroui wrote: > > > Hello all! > > > > I hope that I am posing my question to a relevant mailing list! > > > > I am looking for a solution to implement a RESTful API server. I have > > tested and examined a bunch of so

[users@httpd] Problems with apache 2.4.6 upload data limit?

2018-06-25 Thread Alex Hui
We've recently upgraded our apache server in our product line from 2.4.25 to 2.4.6.We have a screen sharing application which uploads frames to the apache server. Sometimes after an upgrade of our product the screen sharing application doesn't work as no frames are shared. When I inves

Re: [users@httpd] Apache allowed OPTIONS

2018-06-25 Thread Alex K
Length: 0 DAV: 1,2 Date: Mon, 25 Jun 2018 13:11:42 GMT Allow: OPTIONS *PUT* MKCOL MS-Author-Via: DAV Server: WsgiDAV/2.4.1 Cheroot/6.3.2 Python/2.7.13 I am not sure what you mean with "add a breadcrumb". I would appreciate if you can elaborate. Thanx for any feedback, Alex On Fri, Jun 1

Re: [users@httpd] https not working

2018-06-20 Thread Alex K
Hi, Have you enabled ssl and rewrite modules? I would verify also that there is no firewall blocking 443. Alex On Wed, Jun 20, 2018, 18:24 Mahmood Naderan wrote: > Hi, > My web site works on http without any problem. The location is > /var/www/html/shob/ and I want to define

Re: [users@httpd] Apache allowed OPTIONS

2018-06-14 Thread Alex K
pache.org/dav/propset/fs/1> MS-Author-Via: DAV Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK Content-Length: 0 Content-Type: httpd/unix-directory Thanx, Alex On Wed, Jun 13, 2018 at 11:08 PM, Yann Ylavic wrote: > On Wed, Jun 13, 2018 at 6:18 PM, Alex K

[users@httpd] Apache allowed OPTIONS

2018-06-13 Thread Alex K
stance, Alex

[users@httpd] Secure cookies with mod_usertrack

2017-02-14 Thread Alex Kaiser
on't know how to fix the problem that this change seems to have created. Thanks, Alex Kaiser

[users@httpd] Graceful draining of KeepAlive Connections

2016-11-15 Thread Alex Kaiser
AliveTimeout 60 MaxKeepAliveRequests 100 The small python script I was using to test keepAlive connections (the behavior was the same when I was testing using browsers): import requests import time s = requests.Session() r = s.get("") print("Sleeping") time.sleep(500) Thanks, Alex Kaiser

[users@httpd] Apache on Fedora and DocumentRoot permissions

2016-10-26 Thread Alex
-FPM? If so, is there a Fedora or Apache guide you recommend? Are you changing the umask to be able to put the two users in the same group? If so, how? I tried editing the unit service, and changing the umask there, but that didn't have any effect. Thanks, Alex -

[users@httpd] Session problem using ProxyPassReverse

2015-09-15 Thread Alex Rithen
als help me out, please? Kind regards, Alex

Re: [users@httpd] SSL Session Id lost?

2015-07-24 Thread Alex Soto
Ok finally it was the combination of the flag you mention with other flags. Now everything works, thank you so much. Alex. El dv., 24 jul. 2015 a les 9:51, Alex Soto () va escriure: > Hi I have tried to put SSLSessionTickets off to httpd.conf and > httpd-ssl.conf but the result is sti

Re: [users@httpd] SSL Session Id lost?

2015-07-24 Thread Alex Soto
Hi I have tried to put SSLSessionTickets off to httpd.conf and httpd-ssl.conf but the result is still the same. Regards, Alex. El dj., 23 jul. 2015 a les 23:03, Yann Ylavic () va escriure: > On Thu, Jul 23, 2015 at 3:50 PM, Alex Soto wrote: > > > > It seems that everythin

[users@httpd] SSL Session Id lost?

2015-07-23 Thread Alex Soto
Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I configure Apache server with SSL and mod_jk. I have been asking in the Tomcat/mod_jk mailing list and after several discussion it seems that there is s

[users@httpd] SSL session id is not always set in environment var

2015-07-09 Thread Alex Soto
Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I configure Apache server with SSL and mod_jk. I have been asking in the Tomcat/mod_jk mailing list and after several discussion it seems that there is

[users@httpd] Re: cross-compiled httpd 2.4.9: Segmentation fault. 0x403428ec in pthread_mutex_lock () from /lib/libc.so.0

2015-01-19 Thread Alex Potapenko
now. 2015-01-15 15:28 GMT+02:00 Alex Potapenko : > Dear all! > > I'm trying to get httpd to work on my router using optware. I added > optware target with the same toolchain used to build router's firmware. > While numerous packages I built so far work fine, launching any

[users@httpd] cross-compiled httpd 2.4.9: Segmentation fault. 0x403428ec in pthread_mutex_lock () from /lib/libc.so.0

2015-01-15 Thread Alex Potapenko
b0 0x404a354c Yes /lib/libgcc_s.so.1 > (*): Shared library is missing debugging information. The stack entries are seemingly endless, my patience got me to 6k+, and they're all identical. It looks like httpd is endlessly trying to acquire some lock, until stack is overflown, but I have no idea how to debug further. I even went on and compiled non-stripped version of uClibc in the hope that maybe I could get more info, but still no luck. Any help and guidance on solving this is greatly appreciated! -- Best regards, Alex Potapenko

Re: [users@httpd] mod_access_compat issue

2014-06-26 Thread Alex Bligh
On 26 Jun 2014, at 19:25, Eric Covener wrote: > On Thu, Jun 26, 2014 at 2:17 PM, Alex Bligh wrote: >> Is there something I am missing here? > > They are not exactly equivalent, they are on separate sides of the > "Satisfy" check. The default is "Satisfy all

[users@httpd] mod_access_compat issue

2014-06-26 Thread Alex Bligh
uot;Require all granted". Is there something I am missing here? -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Dynamic mass virtual hosting with SSL, SNI and certificates read from a DB/map

2014-06-24 Thread Alex Bligh
sites do not share the same certificate but are selected by SNI? Presumably I would need the certificates to live in some form of database? I can’t see how to do that with mod_ssl. Allegedly mod_nss does this but I’d rather avoid that. -- Alex Bligh

[users@httpd] Apache 2.2.22 mpm-prefork workers hanging - timeouts

2013-06-11 Thread Alex Bligh
uestReadTimeout body=300-3600,minrate=1 or similar? We're now using: apache2-mpm-prefork 2.2.22-1ubuntu1.2 Server version: Apache/2.2.22 (Ubuntu) Server built: Nov 8 2012 21:37:30 -- Alex Bligh - To unsubscribe, e-

Re: [users@httpd] Control of reverse proxy workers

2013-03-28 Thread Alex Malek
to know this too. I wound up writing a perl script using WWW::Mechanize to handle the web scraping. I allowed unauthenticated access from localhost and run the script locally. My use case was I wanted which workers were enabled/disable to persist after an apache restart and/or failover to an

Re: [users@httpd] running httpd in chroot jail

2013-01-18 Thread Alex Leonhardt
is it a super secret application and if you get hacked you'll expose lots of cc numbers or similar ? if not - i dont think running it in a jail is necessary - you should however run it with selinux on ;) ! On 18 January 2013 16:31, Zachary Stern wrote: > I wanted to get some opinions - do you f

Re: [users@httpd] HTTP/1.0 response to HTTP/1.1 POST requests

2013-01-18 Thread Alex Leonhardt
Hiya, tried and still same with a HTTP/1.0 response - but I've been told by our developers that it's been coded in to force-use HTTP/1.0 (for whatever reason). Is there an option to force a HTTP/1.1 response by Apache or will the code always win over the daemon ? Alex On 18 Janua

[users@httpd] HTTP/1.0 response to HTTP/1.1 POST requests

2013-01-17 Thread Alex Leonhardt
alidate < Expires: Mon, 26 Jul 1997 05:00:00 GMT < Content-Length: 120 < Connection: close < Content-Type: application/xml Any help would be really appreciated. Thanks Alex -- | RHCE | Senior Systems Engineer | www.vcore.co | www.vsearchcloud.com |

Re: [users@httpd] Re: Building Apache for Windows

2012-12-09 Thread Alex Chen
and at least the first ten appear relevant. As a last resort, change windows ==> *nix and experience the ease and joy of a proper o/s. Best - Paul tired old sysadmin On 07/12/2012 00:33, Alex Chen wrote: I tried Visual Studio 2008 first but got a lot error messages saying the project fil

Re: [users@httpd] Building Apache for Windows

2012-12-06 Thread Alex Chen
ith either IDE or command line? Thanks. On 12/6/2012 3:49 PM, Alex Chen wrote: I am trying to build Apache 2.4 on Windows 7 with Visual Studio 2012. In the document page http://httpd.apache.org/docs/2.4/platform/win_compiling.html, it says the workspace file to be used is Apache.dsw. However th

[users@httpd] Building Apache for Windows

2012-12-06 Thread Alex Chen
included. Which one should I use to convert to new Visual Studio? Thanks. Alex - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] httpd-ssl.conf and SSL directives

2012-12-05 Thread Alex Chen
configuration read by the parent process I think. But I am not sure if there are cases where Apache need to reload the configuration. (on SIGHUP,, SIGUSR1 or SIGUSR2 maybe?) On 12/5/2012 10:25 AM, Ben Johnson wrote: On 12/5/2012 12:55 PM, Alex Chen wrote: If I enable HTTPS by loading the

[users@httpd] httpd-ssl.conf and SSL directives

2012-12-05 Thread Alex Chen
accept HTTPS if all the configurations and directives for serving HTTPS are removed after Apache starts successfully, Alex - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
Thanks to all who replies to my question. I guess I will need to read the document more thoroughly. It would be nice this is information is included as comments in the config file, though. Alex On Nov 29, 2012, at 4:03 PM, Bennett, Tony wrote: > Documentation on the container: >

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
question is why I have to use instead of even though DocumentRoot is already set to "htdocs"? On Nov 29, 2012, at 3:29 PM, Knute Johnson wrote: > On 11/29/2012 3:10 PM, Alex Chen wrote: >> I downloaded the Apache 2.2.22 Windows msi and installed it as a console >> app,

[users@httpd] Error in accessing the home page

2012-11-29 Thread Alex Chen
ccepts a relative path name but the structure requires the full path, is that the case? Alex - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Re: Thread safety for modules

2012-09-08 Thread Alex Bligh
Oops --On 8 September 2012 22:52:29 +0100 Alex Bligh wrote: I have a module with two threads running under MPM worker on Apache 2.2. That should have read mpm-prefork Alex Is it safe for one thread 1 to call: ap_filter_t *of = r->connection->output_filters; ap_fwr

[users@httpd] Thread safety for modules

2012-09-08 Thread Alex Bligh
gt;bucket_alloc); ap_get_brigade(r->input_filters, bb, AP_MODE_READBYTES, APR_BLOCK_READ, bufsiz) apr_brigade_flatten(bb, buffer, &bufsiz) ... IE can both threads work on different bucket brigades associated with the same rec? I think the answer to this i

[users@httpd] Segfault in ap_core_output_filter - how to debug?

2012-09-08 Thread Alex Bligh
e using the ap_ functions from more than one thread whilst running the prefork mpm? Any idea how I might debug this? Running with valgrind and -X comprehensively hides the bug. Core dump and some gdb bits below. -- Alex Bligh Core was generated by `/usr/sbin/apache2'. Program terminated wit

Re: [users@httpd] httpd on Debian

2012-09-05 Thread Alex Bligh
accessing webdav shares from the host machine, Fedora-14, via firefox) :-) Assuming your WebDAV is in /etc/apache2/sites-enabled/001-biblioteca the answer is no, it is only configured to be listening on port 80, as opposed to port 443 which is what you were testing. --

Re: [users@httpd] httpd on Debian

2012-09-04 Thread Alex Bligh
ethernet address. Try apache2ctl -S which will tell you the hosts apache think's it has configured, and have a look at your logs. (httpd -S requires other stuff to be set up on Debian) -- Alex Bligh - To unsubscribe, e

Re: [users@httpd] httpd on Debian

2012-09-04 Thread Alex Bligh
want to put everything into your sites-available/my-site-name file (create one if it isn't there) then do a2ensite my-site-name and /etc/init.d/apache2 reload You may need to a2dissite default The directives are all the same (it's just where they are that differs). --

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread Alex Bligh
es usually have a forward slash (as I wrote), rather than a backslash (as you wrote). If that isn't just a typo in email, it may make a difference. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Alex Bligh
--On 19 August 2012 17:58:34 +0200 Denis BUCHER wrote: And the most surprising is that it only happens with Google bot and other search engines crawler but never with users ??? I would bet it queries a URL that users do not. -- Alex Bligh

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
and you might be able to replicate at will. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
/w, attach gdb to the running process, and ask for a backtrace. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
yscalls it's making. Might give you a hint. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
ith a huge reply, or something else. What I'd do is wait until it happens again and strace the pid concerned and see what it's doing. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] start another daemon when apache starts on ubuntu. how to?

2012-08-13 Thread Alex Bligh
--On 13 August 2012 14:12:44 -0700 Rajeev Prasad wrote: can someone please advice how can i start another daemon when apache starts on ubuntu, and if it fails write that error to my apache error log ? http://upstart.ubuntu.com/cookbook/ -- Alex Bligh

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and withoutDigest...)

2012-08-09 Thread Alex Bligh
--On 29 June 2012 15:08:44 +0100 Alex Bligh wrote: You have talked about perl and mod_perl. I understand that you can override htaccess to use a self-made bit of Perl code that process it and check the token. Is this right? You don't need to override htaccess. Here's a piece of

[users@httpd] issue with iis 7.5 ajpconnector

2012-07-18 Thread Alex Samad - Yieldbroker
s there an issue with the locking ? Alex - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and withoutDigest...)

2012-06-29 Thread Alex Bligh
ash in the same way, and of course a random nonce value. So anyone can access your CGI program without any protection. However, they will have to have an appropriate token (being the hash file) to actually get the video. This has the advantage that if you want to put your video fil

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and withoutDigest...)

2012-06-29 Thread Alex Bligh
is fundamentally incompatible (at an algorithm level rather than a code level) with digest authentication. You might find it easier to switch Drupal to using digest authentication too. I have no idea whether that is possible. -- Alex Bligh ---

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and without Digest...)

2012-06-29 Thread Alex Bligh
is within (say) 5 seconds of the current time (which will prevent reuse and token sharing), and just stream with no further authentication. -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional co

[users@httpd] Re: Reverse proxy ap_get_scoreboard_lb(0) failed + seg fault

2012-06-27 Thread Alex Bligh
--On 27 June 2012 13:39:54 +0100 Alex Bligh wrote: This should be on: apache2-mpm-prefork 2.2.14-5ubuntu8.7 apache2-mpm-prefork 2.2.14-5ubuntu8.9 This occurs after doing a 'reload' on apache, then trying to use the a site with a reverse proxy (relevant lines of config appende

[users@httpd] Reverse proxy ap_get_scoreboard_lb(0) failed + seg fault

2012-06-27 Thread Alex Bligh
ow to detect when it has got into this state? 3. Why it might be affecting one particular customer of ours, and not the rest of the world? -- Alex Bligh [Thu Jun 21 15:29:42 2012] [notice] child pid 17313 exit signal Segmentation fault (11) [Thu Jun 21 15:29:43 2012] [notice] child p

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-31 Thread Alex Bligh
there any way, in an environment where it is not possible to create DNS entries to order, where namevirtualhosts are used, to have a default vhost which is different from a vhost whose name is the IP address? -- Alex Bligh - To

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-31 Thread Alex Bligh
--On 31 May 2012 08:34:42 +0100 Alex Bligh wrote: To recap the problem is that accessing http://192.200.0.1/ returns the default site (the first one), not the specific site (the third). Suppose I change the line marked '*** THIS LINE ***" so it reads # <--- *** THIS LINE *

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-31 Thread Alex Bligh
THIS LINE *** Will that interfere in any way with the IP based virtual host which is the fourth above? I have no other name based virtual hosts and even if I did, I wouldn't mind this being the global default. And will it fix the issue that http://192.200.0.1/ is not connecting to the third virtual

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-30 Thread Alex Bligh
rName default.example.com My problem is this is an automated install system and (broadly speaking) I have no control over DNS. Is there anything else I can do, like (e.g.) put the IP address as a hex constant or something in ? Or disable this rather annoying feature? -- Alex

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-29 Thread Alex Bligh
case? If so, is there any way around this? (i.e. so an arbitrary DNS name pointing to the IP address will get the default vhost, but the IP address itself will get a different vhost). -- Alex Bligh - To unsubscribe, e-mail: user

[users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-24 Thread Alex Bligh
this a bug, and is there any work around? (I want the default site to be there still). -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Turning mod_reqtimeout off on a per session basis

2012-05-24 Thread Alex Bligh
modify the parameters on the request and tell it to stop whatever it's doing? -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] php admin value ignored

2012-05-15 Thread Alex Domoradov
Try to something like this php_admin_value open_basedir /usr/local/lib/php/:/srv/foo.net/ php_admin_value upload_tmp_dir /srv/foo.net/tmp/ php_admin_value session.save_path /srv/foo.net/tmp/ On Tue, May 15, 2012 at 9:46 AM, Nick Edwards wrote: > Hi, > > in httpd.conf each virtual host has > ...

[users@httpd] Dynamic open_basedir and mod_vhost_alias

2012-04-07 Thread Alex Domoradov
Maybe anyone can point me in the right direction. I need to modify this patch http://www.phpbuilder.com/lists/php-developer-list/2000101/0994.php and replace VIRTUAL_DOCUMENT_ROOT on the real path. As described in patch note - "When using mod_vhost_alias the DOCUMENT_ROOT = PATH_TRANSLATED - SCRI

Re: [users@httpd] Restricting mod-dbd by location

2012-03-10 Thread Alex Bligh
e mpm-prefork worker. Then you want the classic-CGI-style setup. DBD will give you that with min=0, max=1, and no keepalive on the connections. Thanks. By 'no keepalive' do you mean 'DBDPersist off'? -- Alex Bligh --

Re: [users@httpd] Restricting mod-dbd by location

2012-03-09 Thread Alex Bligh
nt 100 database connections constantly open, lasting for the life of the mpm-prefork worker. Or can it pool connections between mpm-prefork workers? -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

[users@httpd] Restricting mod-dbd by location

2012-03-09 Thread Alex Bligh
f within a block. I cannot redirect the /idle bit to another VirtualHost, as I need to use IP based SSL with the same endpoint. Any ideas on how I could restrict DBD connections to be only acquired when connecting to the Location? --

[users@httpd] Understanding Apache permissions/PHP Handlers

2012-02-23 Thread Alex Walker
out there happen to have some links to any decent resources or tutorials on Apache permissions/PHP handlers that would help me wrap my head around it a bit better? Any help much appreciated. Cheers. Alex. - The official User-

RE: [users@httpd] ReverseProxy is not working

2011-12-08 Thread Alex Samad - Yieldbroker
Hi Also why not use the weblogic plugin instead of passing http through ? Alex -Original Message- From: KESTAR [mailto:perathkart...@gmail.com] Sent: Thursday, 8 December 2011 11:12 PM To: users@httpd.apache.org Subject: [users@httpd] ReverseProxy is not working I installed Apache

RE: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
onfig files over point and click.. As for http or ajp connectors, I believe (and I could be wrong), that the ajp is faster ? than straight http ... Thanks Alex -Original Message- From: congo thomas [mailto:apa...@thva.dk] Sent: Wednesday, 7 December 2011 9:25 AM To: users@httpd.apache.

RE: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
Hi Thanks, I suppose the finally questions for this are 1) any idea if there is a tomcat (AJP) connector that would work or are all the standard modules compiled 2) what worker model is it mpm or single thread ? Alex -Original Message- From: Rapp, James [mailto:james.r...@sap.com

[users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
. Does it work ? Thanks Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org "

RE: [users@httpd] Apache VirtualHost to other server:port

2011-11-30 Thread Alex Samad - Yieldbroker
You will need to tell apache to listen on that port as well From: Eduardo Porte [mailto:eduardopo...@yahoo.com.br] Sent: Thursday, 1 December 2011 6:28 AM To: users@httpd.apache.org Subject: [users@httpd] Apache VirtualHost to other server:port Hi! How can configure a VirtualHost to another se

RE: [users@httpd] mod_ssl crl question

2011-11-21 Thread Alex Samad - Yieldbroker
Hi Thanks, yes I wrote a script to download the crl and convert it into pem format and I do a service httpd reload - seems to work. Strange that we can't get mod_ssl to grab the crl form the url provided ? with some sort of code to say cache it for 5 min etc etc. Alex -Original Me

RE: [users@httpd] Proxy Tomcat

2011-11-19 Thread Alex Samad - Yieldbroker
ll with just using proxypass, proxypathreverse (my understanding) is when you change the path bit. And mod_rewrite is when you want to do extra special things to the url, apart from simple change of path. Alex From: Ricardo Bayley [mailto:ricardo.bay...@gmail.com] Sent: Sunday, 20 November 2011

RE: [users@httpd] Proxy Tomcat

2011-11-19 Thread Alex Samad - Yieldbroker
?somearguments Which is what you want ? Alex From: Ricardo Bayley [mailto:ricardo.bay...@gmail.com] Sent: Sunday, 20 November 2011 2:12 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Proxy Tomcat Hi Alex, and Congo, I dont see how to concat the Proxy http://10.0.0.2/etc with the "?"

RE: [users@httpd] Proxy Tomcat

2011-11-19 Thread Alex Samad - Yieldbroker
Hi Why not have ProxyPassReverse / http://10.0.0.2:8080/gwc/service/ ProxyPass / http://10.0.0.2:8080/gwc/service/ Alex From: Ricardo Bayley [mailto:ricardo.bay...@gmail.com] Sent: Saturday, 19 November 2011 8:54 AM To: users@httpd.apache.org Subject: [users@httpd] Proxy Tomcat Hi folks

[users@httpd] mod_ssl crl question

2011-11-17 Thread Alex Samad - Yieldbroker
is a point of time when it is not going to be valid.. how do other people handle this and does a sig hup reload the crl or do I need to restart apache ? Alex - The official User-To-User support forum of the Apache HTTP S

[users@httpd] RE: Apache, mod_proxy and Glassfish

2011-11-15 Thread Alex Samad - Yieldbroker
Hi Is glashfish listening on 127.0.0.1 ? Alex -Original Message- From: Øyvind Lode - Forums [mailto:for...@lode.is] Sent: Wednesday, 16 November 2011 3:24 AM To: Apache Users List (users@httpd.apache.org) Subject: [users@httpd] Apache, mod_proxy and Glassfish Hi: I'm struggling

[users@httpd] mod_ssl question

2011-11-08 Thread Alex Samad - Yieldbroker
t in the right place and then I have to do a httpd reload to get https to re-read it. So my only way forward really is to place a blank file there a few seconds before hand, reload httpd, grab and process the file and then reload httpd aga

[users@httpd] mod_ssl 403.7

2011-11-06 Thread Alex Samad - Yieldbroker
ment takes a 3 digit error code, so how do I get it to handle 403.7 and the other 403.x error codes ? Thanks Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

[users@httpd] mod_proxy and sstp

2011-10-30 Thread Alex Samad - Yieldbroker
ot this to work, or is any one working on this, or would it be as simple as adding the verb in mod_proxy_micorosft (:)) Thanks Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

[users@httpd] Re: intermittent timeouts

2011-10-30 Thread Alex Harvey
re actually normal - even on site that's not under high load. Best regards, Alex

[users@httpd] intermittent timeouts

2011-10-24 Thread Alex Harvey
_redirects=0 net.ipv4.conf.default.secure_redirects=0 net.ipv4.conf.all.secure_redirects=0 net.ipv4.conf.default.accept_redirects=0 net.ipv4.conf.all.accept_redirects=0 net.ipv4.conf.default.rp_filter=1 net.ipv4.conf.all.rp_filter=1 net.ipv4.tcp_max_syn_backlog=2048 Very occasionally we see frames dropped by the NIC - but presumably not enough to explain this issue. If anyone has any idea thoughts are most welcome - I have been grappling with this for over a week now. Kind regards, Alex Harvey

Re: [users@httpd] single SSL proxy to multiple non-SSL name-based hosts

2011-03-18 Thread Alex Duckers
Awesome, I think that is working. I'll have my users poke at it to be sure. Thanks! On Mar 18, 2011, at 7:51 AM, Tom Evans wrote: > On Fri, Mar 18, 2011 at 2:40 PM, Alex Duckers wrote: >> Hi All - I imagine this is fairly common, but I've had trouble making it >>

[users@httpd] single SSL proxy to multiple non-SSL name-based hosts

2011-03-18 Thread Alex Duckers
Hi All - I imagine this is fairly common, but I've had trouble making it work. I'm on RHEL 5.4, with Apache/2.2.3. I've got two sites to deal with, sitea.company.com and siteb.company.com. I've set up DNS for each of these to resolve the same ip address. I have an Apache server listening on that I

[users@httpd] Re: can enable/disable status set using balancer-manager persist a restart

2011-03-15 Thread Alex Malek
Any ideas? Is there a better list for this question? Thanks. On Mon, Feb 28, 2011 at 4:29 PM, Alex wrote: > Hi - > > I am using  Apache/2.2.9 (Debian) with mod_proxy, mod_proxy, and > mod_proxy_balancer. > > I was wondering that when enabling and disabling a BalancerMember &g

[users@httpd] can enable/disable status set using balancer-manager persist a restart

2011-02-28 Thread Alex Malek
standard way to do this what would be an approach using best practices? Thanks. --Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

[us...@httpd] is there a way to cache authorized content?

2010-07-13 Thread Alex Aminoff
mod_cache that would allow it to register into a later phase? Thanks, - Alex Aminoff BaseSpace.net National Bureau of Economic Research (nber.org) - The official User-To-User support forum of the Apache HTTP Server Project

[us...@httpd] mod_rewrite: skip flag and how chained lines are counted

2010-06-04 Thread Alex Harvey
ocumentation is ambiguous on this point. Is the whole chain counted as a single rule or is it counted as the number of RewriteRule commands it contains? Many thanks, Alex Harvey

Re: [us...@httpd] need help: its urgent

2010-05-31 Thread Alex Harvey
+)&articleName=(.*)$ RewriteRule ^.*$ http://%{HTTP_HOST}/HEALTH/news_article/%1/%2/%3 [R=permanent,L] Maybe that will work. Best, Alex On 29 May 2010 19:25, Manoj Samtani wrote: > Anyone can help: > > > I have to do some redirection from dynamic to static URL R=301, please

[us...@httpd] Reload kills apache

2010-04-04 Thread Alex S Kurilo
Apache's processes disappear after `apache2ctl graceful` with the following lines in errorlog: [Sun Apr 04 17:38:25 2010] [error] (4)Interrupted system call: waitpid() failed [Sun Apr 04 17:38:25 2010] [error] (4)Interrupted system call: waitpid() failed [Sun Apr 04 17:38:25 2010] [error] (4)I

Re: [us...@httpd] LimitRequestBody not dropping connections

2010-01-09 Thread Alex Drummond
ere would appear to be no bug(let). thanks for the response, Alex - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: u

[us...@httpd] LimitRequestBody not dropping connections

2010-01-09 Thread Alex Drummond
g stupid here, or there is something wrong with my configuration, but if anyone could shed some light on this this it would be very much appreciated. Alex - The official User-To-User support forum of the Apache HTTP Server Project. Se

[us...@httpd] pcre

2009-10-22 Thread Alex Huth
Hi! I try to use mod_security on a 2.0.61. The configure scripts stops at the point when it comes to check pcre. I thought pcre is built in since version 2.x? Do i have to do something else to enable this? Thx Alex - The

  1   2   >