RE: [users@httpd] Forward web connections to different URLs to different ip/port's ?

2016-06-02 Thread David Balažic
2/ http://server2:88/VS.web/ ProxyPassReverse/url2/ http://server2:88/VS.web/ This will pass the /url1/* URLS to server1 port 8081 and URLS beigging with /url2/ to server2 port 88 Each HTTP connection would go to the apache server and then there

[users@httpd] RE: SSL client auth, accept only one specific intermediate CA

2016-05-31 Thread David Balažic
David Balažic wrote: > > How to set up apache mod_ssl to accept client certificates issued by one > specific intermediate? > > Let's have certificates (ordered by issuer): > - root CA > - intermediate 1 > - client 11 > - client 12 >-

[users@httpd] SSL client auth, accept only one specific intermediate CA

2016-05-31 Thread David Balažic
amp;m=97326252821385&w=2 With no answer. PS: I use apache 2.2.3 with openssl 0.9.8a David Balažic - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

RE: [users@httpd] Two way SSL authentication between apache proxy server and tomcat

2016-05-31 Thread David Balažic
To make tomcat evaluate the SSL_CLIENT_CERT , you must configure a SSLValve, see: https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/valves/SSLValve.html David Balažic Software Engineer www.comtrade.com From: Mohanavelu Subramanian [mailto:mhnv...@gmail.com] Sent: 30. May 2016 20

[users@httpd] RE: RequestHeader can not match single space char?

2016-05-19 Thread David Balažic
David Balažic wrote: > I have apache 2.4.7-1ubuntu4.9 (on Ubuntu 14.04.4 64bit) and while this > works: > RequestHeader edit Some-Header " M" "X" > > This does not: > RequestHeader edit Some-Header " " "X" > > Am I missing s

[users@httpd] RequestHeader can not match single space char?

2016-05-19 Thread David Balažic
capital M and replaces them with X. The later does not seem to do anything (to the same test data). I also tried using "\s", but it also does not seem to work. Help! David Balažic Software Engineer - To unsubscri

[users@httpd] RE: Forward proxy for non-443 port fails

2015-07-31 Thread David Balažic
Well the debug log is not really helpful, I looked into the source code of mod_proxy_connect to realise all ports besides 443 and 563 are blocked for CONNECT. I added a AllowCONNECT 443 8443 to the config and now it works. David Balažic > -Original Message- > From: David B

[users@httpd] Forward proxy for non-443 port fails

2015-07-31 Thread David Balažic
Order deny,allow Deny from all Allow from 127.0.0.1 192.168.3.55 # the PC running Firefox Is there something obvious I am missing? Both the firefox PC and the PC running apache2 have unrestricted access to all tested websites. The sites work from Firefox when no proxy i

[us...@httpd] Silly: Update 2.2.13 to 2.2.15 on Windows

2010-03-26 Thread David Balažic
Hi! I have apache 2.2.13 installed on Windows XP and now I want to update to 2.2.15. downloaded .../httpd/binaries/win32/httpd-2.2.15-win32-x86-no_ssl.msi, started it, but is says: ah, the dialog text is not copyable in short : another version in installed, use Control Panel to remove it... So

Re: [us...@httpd] HTTP over PPPoE???

2010-01-16 Thread David Balažic
2010/1/13 ChiaTzung Liu : > I don't think so. I try to draw my environment as following... > > WebServer  --SendData-->  HUB  --SendData-->  PPPoE Router > --SendData(ISP)-->  Client >                         | >                         | >                         -> Capture packages by Wiresha

[us...@httpd] xampp-control suggestion: bring running instance to front

2009-10-23 Thread David Balažic
Hi! (running xampp-1.7.1 on Windows XP Pro SP3) I just run xampp-control.exe and it shows a dialog: --- XAMPP Control --- ERROR: XAMPP is already running --- OK Cancel --- A few items: - both OK a

Re: [us...@httpd] win32 install fails if drive letter removed

2009-10-05 Thread David Balažic
2009/10/5 William A. Rowe, Jr. : > David Balažic wrote: >> Hi! >> >> Just checking here if this is a know bug. >> >> I downloaded >> http://www.apache.si/httpd/binaries/win32/apache_2.2.13-win32-x86-no_ssl.msi >> on my Windows XP Pro SP3 system, starte

[us...@httpd] win32 install fails if drive letter removed

2009-10-05 Thread David Balažic
Hi! Just checking here if this is a know bug. I downloaded http://www.apache.si/httpd/binaries/win32/apache_2.2.13-win32-x86-no_ssl.msi on my Windows XP Pro SP3 system, started it, set some more or less normal options ( set hostname, domain and email, the used the typical/default settings). Duri