[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
t 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: >> >>> > ProxyRequ

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

[users@httpd] Apache redirect to tomcat application

2019-12-19 Thread Alex K
uring 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 iss

[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

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

[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

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

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:1

[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
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
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
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 - To unsubscribe, e-mail

[users@httpd] Session problem using ProxyPassReverse

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

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 (ylavic@gmail.com) va escriure: On Thu, Jul 23, 2015 at 3:50 PM, Alex Soto asot...@gmail.com wrote: It seems

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 (asot...@gmail.com) va escriure: Hi I have tried to put SSLSessionTickets off to httpd.conf and httpd-ssl.conf but the result

[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

[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] cross-compiled httpd 2.4.9: Segmentation fault. 0x403428ec in pthread_mutex_lock () from /lib/libc.so.0

2015-01-15 Thread Alex Potapenko
this is greatly appreciated! -- Best regards, Alex Potapenko

[users@httpd] mod_access_compat issue

2014-06-26 Thread Alex Bligh
was that with mod_access_compat the two lines given were exactly equivalent to 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

Re: [users@httpd] mod_access_compat issue

2014-06-26 Thread Alex Bligh
On 26 Jun 2014, at 19:25, Eric Covener cove...@gmail.com wrote: On Thu, Jun 26, 2014 at 2:17 PM, Alex Bligh a...@alex.org.uk 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. Hmm

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

2014-06-24 Thread Alex Bligh
this if the 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
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-mail: users-unsubscr

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

2013-03-28 Thread Alex Malek
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 another server. -Alex

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 January 2013 00

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 z...@enternewmedia.com wrote: I wanted to get

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

2013-01-17 Thread Alex Leonhardt
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
. 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 files are corrupted. So I resorted to use command

[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] Building Apache for Windows

2012-12-06 Thread Alex Chen
with 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

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

2012-12-05 Thread Alex Chen
and 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] httpd-ssl.conf and SSL directives

2012-12-05 Thread Alex Chen
the 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

[users@httpd] Error in accessing the home page

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

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

2012-11-29 Thread Alex Chen
C:/Program Files/Apache/htdocs instead of Directory htdocs 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, I copied

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 Directory container: http

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

2012-09-08 Thread Alex Bligh
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 with signal 11, Segmentation fault. #0

[users@httpd] Thread safety for modules

2012-09-08 Thread Alex Bligh
); 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 is yes. -- Alex Bligh

[users@httpd] Re: Thread safety for modules

2012-09-08 Thread Alex Bligh
Oops --On 8 September 2012 22:52:29 +0100 Alex Bligh a...@alex.org.uk 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_fwrite

Re: [users@httpd] httpd on Debian

2012-09-05 Thread Alex Bligh
on port 443 of your 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

Re: [users@httpd] httpd on Debian

2012-09-05 Thread Alex Bligh
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. -- Alex Bligh

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). -- Alex Bligh

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

2012-08-22 Thread Alex Bligh
types 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 dbuche...@hsolutions.ch 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
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] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Alex Bligh
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
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
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] 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 rp.ne...@yahoo.com 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 a...@alex.org.uk 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

[users@httpd] issue with iis 7.5 ajpconnector

2012-07-18 Thread Alex Samad - Yieldbroker
. Is 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 without Digest...)

2012-06-29 Thread Alex Bligh
, and the time 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

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

2012-06-29 Thread Alex Bligh
(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 - To unsubscribe, e-mail

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

2012-06-29 Thread Alex Bligh
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 file servers on EC2 or whatever, or just multiple servers that aren't your drupal box, it's trivial to do. -- Alex Bligh

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

2012-06-27 Thread Alex Bligh
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 pid 17317 exit signal

[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 a...@alex.org.uk 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

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

2012-05-31 Thread Alex Bligh
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 host block above? -- Alex Bligh

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 a...@alex.org.uk 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 VirtualHost *:80

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

2012-05-31 Thread Alex Bligh
in the incoming interface are the only candidates. OK. So is 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

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

2012-05-30 Thread Alex Bligh
as a hex constant or something in VirtualHost? Or disable this rather annoying feature? -- Alex Bligh - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

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

2012-05-29 Thread Alex Bligh
to be the 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

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

2012-05-24 Thread Alex Bligh
and 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

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

2012-05-24 Thread Alex Bligh
... /VirtualHost the I would expect http://192.200.0.1/ to return the second site, not the default site. However, it seems to return the default. Is this a bug, and is there any work around? (I want the default site to be there still). -- Alex Bligh

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 nick.z.edwa...@gmail.com wrote: Hi, in httpd.conf each

[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 -

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

2012-03-10 Thread Alex Bligh
for the life of the 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

[users@httpd] Restricting mod-dbd by location

2012-03-09 Thread Alex Bligh
hammered. I appear not be able to put the DBD stuff within a Location 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? -- Alex

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

2012-03-09 Thread Alex Bligh
really want 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

[users@httpd] Understanding Apache permissions/PHP Handlers

2012-02-23 Thread Alex Walker
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-To-User support forum of the Apache

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

[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 URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

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

2011-12-06 Thread Alex Samad - Yieldbroker
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.org Subject: Re

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

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 Message

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

RE: [users@httpd] Proxy Tomcat

2011-11-19 Thread Alex Samad - Yieldbroker
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 6:18 AM To: users

[users@httpd] mod_ssl crl question

2011-11-17 Thread Alex Samad - Yieldbroker
there 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 Server

[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
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 again. Y/N ? Alex

[users@httpd] mod_ssl 403.7

2011-11-06 Thread Alex Samad - Yieldbroker
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 URL:http://httpd.apache.org/userslist.html for more info

[users@httpd] Re: intermittent timeouts

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

[users@httpd] mod_proxy and sstp

2011-10-30 Thread Alex Samad - Yieldbroker
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 URL:http://httpd.apache.org

[users@httpd] intermittent timeouts

2011-10-24 Thread Alex Harvey
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

[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

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 alex.duck...@gmail.com wrote: Hi All - I imagine this is fairly common, but I've had trouble making it work. I'm

[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 using the balancer-manager

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

2011-02-28 Thread Alex Malek
? If there is no 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 URL:http://httpd.apache.org/userslist.html for more info

Hallo

2010-07-22 Thread alex
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Moin Moin eine kleine test mail Gruss Alex ;-) -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMSGHrAAoJEB8n+SuWCkjv33MH/jZjz8N+FMBDi4kP9Tm0ePUv P

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

2010-07-13 Thread Alex Aminoff
to 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
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
=(.*)$ 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 manoj.kuma...@hotmail.com wrote: Anyone can help: I have to do some redirection from dynamic to static URL R=301, please help its urgent

[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]

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

2010-01-09 Thread Alex Drummond
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. See URL:http://httpd.apache.org/userslist.html

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

2010-01-09 Thread Alex Drummond
browsers would at least not be waiting too long for an error message, even if the error they get isn't a proper 413. However, I understand that the LimitRequestBody directive may simply not be designed to do this, in which case there would appear to be no bug(let). thanks for the response, Alex

[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

Authentifizierung bei 2 Webservern

2009-10-05 Thread Alex Huth
Abfrage mehr entsteht? Gruß Alex -- Apache HTTP Server Mailing List users-de unsubscribe-Anfragen an users-de-unsubscr...@httpd.apache.org sonstige Anfragen an users-de-h...@httpd.apache.org --

[us...@httpd] mod_ssl and Transfer-Encoding: chunked wastes ~58 bytes per chunk.

2009-08-18 Thread Alex Stapleton
for now. I can provide text dumps from tshark if that would be more illuminating of the patterns I'm seeing. Alex Stapleton - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

  1   2   >