[users@httpd] Strange log in ssl server?

2013-03-13 Thread Felix Rubio Dalmau
Hi, I've secured my apache by using SSL certificates (self-signed CA) for both server and clients, and I require them to the clients in order to connect. However, I have found these entries in ssl_access.log: 110.5.109.100 - - [03/Mar/2013:16:15:56 +0100] GET / 400 458 - - 93.174.88.31 - -

Re: [users@httpd] How to update the Windows ”platform page”?

2013-03-13 Thread Daniel Gruno
On 03/13/2013 02:00 AM, Ben Johnson wrote: On 3/11/2013 4:20 PM, Peter Lorenzen wrote: Hi, I just realized that the reason there is no Windows binaries for 2.2.23 and 2.2.24 is that the Apache Foundation does not provide the binaries and whoever provided them before does not anymore.

[users@httpd] Apache Httpd 2.22 for Oracle Linux

2013-03-13 Thread nskarthik
Hi Can some body plz tell me where can i download Apache Httpd 2.22 version Binaries for Oracle Linux -version 6 with regards Karthik -- View this message in context: http://apache-http-server.18135.n6.nabble.com/Apache-Httpd-2-22-for-Oracle-Linux-tp5004339.html Sent from the Apache HTTP

Re: [users@httpd] Apache Httpd 2.22 for Oracle Linux

2013-03-13 Thread Chris Gordon
In my experience Oracle Linux is like CentOS where you can use the Red Hat Binary. It's Red Hat with the trademarks stripped out. Thanks, -Chris nskarthik nskarthi...@gmail.com 3/13/2013 8:42 AM Hi Can some body plz tell me where can i download Apache Httpd 2.22 version Binaries for

[users@httpd] SSL implementation procedure required for apache

2013-03-13 Thread vitthal.tcs
Hi Can somebody provide me good documentation URL or document to implement SSL for apache web servers. Regards Vitthal This

[users@httpd] How to configure http and https for same hostname

2013-03-13 Thread vitthal.tcs
Hi, How to configure http and https for same hostname. Any good document. Regards Vitthal This e-Mail may contain proprietary and

Re: [users@httpd] How to configure http and https for same hostname

2013-03-13 Thread Mark Montague
On March 13, 2013 8:59 , vitthal@tatamotors.com wrote: How to configure http and https for same hostname. Any good document. You need to have one VirtualHost stanza for HTTP, and a second VirtualHost stanza for HTTPS. In order to configure them both for the same hostname, specify the

Re: [users@httpd] How to configure http and https for same hostname

2013-03-13 Thread Chris Gordon
Hello, If you are trying to setup so that all requests for either http or https go to https I would use a rewrite rule. You can use a virtual host for https, listen on both http port and https port and then add a rewrite rule to your httpd.conf. There are examples that can be found easily,

[users@httpd] Source IP on Reverse Proxy

2013-03-13 Thread Andy Carlson
I am currently running an apache reverse proxy on Linux with many IP's bound to eth0. Is there any way to either set or determine what the source IP backend servers will receive requests from? I am finding that if I bind a new IP and create a VirtualHost with that IP, our firewall blocks

[users@httpd] trivial but annoying; no _GET

2013-03-13 Thread georg
Is there any good reason why a $_GET (and/or $_SERVER) will return absolutly nothing (but Array) when there is a clear en visible URI?var=value when accessing the html (php) page BR georg - To unsubscribe, e-mail:

Re: [users@httpd] trivial but annoying; no _GET

2013-03-13 Thread Mark Montague
On March 13, 2013 16:17 , georg georg.chamb...@telia.com wrote: Is there any good reason why a $_GET (and/or $_SERVER) will return absolutly nothing (but Array) when there is a clear en visible URI?var=value when accessing the html (php) page If the query string parameters are showing up

[users@httpd] mod_rewrite, APR_HOOK_MIDDLE, and HTTP response headers

2013-03-13 Thread jc
Hi all, I am using apache 2.2.22 and an in-house apache module, which contains a hook that sets an HTTP response header. That hook is registered with APR_HOOK_MIDDLE: mod_ourmodule.c: ap_hook_thing(thing, NULL, NULL, APR_HOOK_MIDDLE); This normally works, but if the request is rewritten

Re: [users@httpd] Apache Httpd 2.22 for Oracle Linux

2013-03-13 Thread Peter Lorenzen
Hi Karthik, Oracle gives you free access to their yum repository. So just configure yum and do yum install httpd. Check this: https://blogs.oracle.com/OTNGarage/entry/how_to_subscribe_to_the Regards Peter On Wed, Mar 13, 2013 at 1:42 PM, nskarthik nskarthi...@gmail.com wrote: Hi Can some

[users@httpd] Locales in apache suexec

2013-03-13 Thread Weedy
How can I set the locale to something with UTF-8 instead of the LANG=C or POSIX it is currently reset to now? I'm running python2 in fcgid with suexec and I need sys.getdefaultencoding/sys.getfilesystemencoding to return UTF-8 for my application. My system locale is set properly and I pass

[users@httpd] Re: Apache Httpd 2.22 for Oracle Linux

2013-03-13 Thread nskarthik
Hi Thx for the hacked reply. Does this mean I could download the rpm version of Httpd from the site http://archive.apache.org/dist/httpd/binaries/rpm/x86_64/ and install on Oracle Linux ??? Has any body done this ever before .:( with regards Karthik -- View this message in

[users@httpd] Re: Apache Http + mod_session.so

2013-03-13 Thread nskarthik
Hi I am re-raising this form for a cause... I have users using IE-8/FF-12 on Windows have Active directory installed on Windows Env have apache-httpd 2.22 on Oracle Linux I have to provide solution for to use Apache 2.22 + LDAP + SSO for the spec as define Do u have any hack ideas for

[users@httpd] Upgrade Apache from 1.3.22 to the latest version

2013-03-13 Thread vitthal.tcs
Hi All, We have Apache version(Oracle HTTP Server Powered by Apache/1.3.22 (Unix) running on 9i E-businees suite(9.2.0). What is the step by step procedure of upgrading it to the latest version. Regards Vitthal