Re: [users@httpd] multiple domains, multiple servers, one public ip

2011-09-14 Thread Pete Houston
On Tue, Sep 13, 2011 at 11:41:24PM -0700, Joshua Stoutenburg wrote: > I have multiple registered domain names. > I have multiple *nix servers (primarily Ubuntu 10.04 LTS). > I want to host several services for each domain -- ftp, mysql, http, > https, email, subversion, git, etc. > I want to be abl

Re: [users@httpd] Reverse-Proxy und Redirect

2011-09-14 Thread Tom Evans
On Tue, Sep 13, 2011 at 2:25 PM, wrote: > Hello to all, > > I'm trying to set up a APACHE Reverse-Proxy > > I've created a vhost with following directives: > > > … > ProxyRequests Off > > > ProxyPass http://intern.de/app1 >            ProxyPassReverse http://extern.de ^^^ this should be ProxyPa

AW: [users@httpd] Reverse-Proxy und Redirect

2011-09-14 Thread Christian.Kaiser
Hello, yes you are right, I've already corrected this: ... ProxyPreserveHost On ProxyPass https://intern.de/app1 ProxyPassReverse https://intern.de/app1 But it doesn't work. If I call http://extern.de/online, I get as reponse URL http://extern.de/app1 shown in my browser.

Re: [users@httpd] Reverse-Proxy und Redirect

2011-09-14 Thread Tom Evans
On Wed, Sep 14, 2011 at 12:00 PM, wrote: > Hello, > > yes you are right, I've already corrected this: > > ... > > ProxyPreserveHost On > > >        ProxyPass https://intern.de/app1 >        ProxyPassReverse https://intern.de/app1 >   > > > But it doesn't work. > > If I call http://extern.de/onli

[users@httpd] ext_filter module only works with wget/curl - not in browsers

2011-09-14 Thread Arvid Piehl Lauritsen Böttiger
Hello I think I have a very strange problem. I'm trying to use ext_filter to rewrite some contenton the fly from apache. On this page: http://sn.im/veg7c I have a simple html file containing the word "Bummer", I then have the following lines in my apache config file: ExtFilterDefine fixtext

Re: [users@httpd] ext_filter module only works with wget/curl - not in browsers

2011-09-14 Thread Björn Zettergren
On 09/14/2011 02:58 PM, Arvid Piehl Lauritsen Böttiger wrote: Hello I think I have a very strange problem. I'm trying to use ext_filter to rewrite some contenton the fly from apache. ... I am quite lost here because I have no idea what is going on. ... Firefox and other browsers will (most

[users@httpd] Help with setting up proxy

2011-09-14 Thread Mark Wiltshire
Hi everyone, I need a little assistance setting up a Reverse Proxy on Apache 2.0.59 Situation -- I have a server 172.16.0.141 which hosts our website. This website sources Adverts from another server 172.16.2.150 I want to set up a prox

Re: [users@httpd] ext_filter module only works with wget/curl - not in browsers

2011-09-14 Thread Nick Kew
On Wed, 14 Sep 2011 14:58:02 +0200 Arvid Piehl Lauritsen Böttiger wrote: > But if you are viewing the > page in your browser this will (as far as I know) not be the case. > However, if you use a command line tool like wget or curl it works > just fine. Sounds like a browser cache. Anyway, you

Re: [users@httpd] ext_filter module only works with wget/curl - not in browsers

2011-09-14 Thread Arvid Piehl Lauritsen Böttiger
I looked around and found mod_sed. However, I do not want to use sed only - this was only for demonstration. What is the other module you are referring to? best regards Arvid On Sep 14, 2011 3:47 PM, "Nick Kew" wrote: > On Wed, 14 Sep 2011 14:58:02 +0200 > Arvid Piehl Lauritsen Böttiger wrote:

Re: [users@httpd] ext_filter module only works with wget/curl - not in browsers

2011-09-14 Thread Arvid Piehl Lauritsen Böttiger
That sounds very much like the source of my problem. Didn't think that far. Thank you very much. On Wed, Sep 14, 2011 at 3:35 PM, Björn Zettergren wrote: > On 09/14/2011 02:58 PM, Arvid Piehl Lauritsen Böttiger wrote: >> >> Hello >> >> I think I have a very strange problem. I'm trying to use ext_

RE: [users@httpd] HELP: apache 2.2.17 creating zombies that are increasing server load

2011-09-14 Thread Martin, Jeff
Thank you for your help with this.. We are pursuing an upgrade. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Saturday, September 10, 2011 3:45 AM To: users@httpd.apache.org Cc: Martin, Jeff Subject: Re: [users@httpd] HELP: apache 2.2.17 creating zombies that

[users@httpd] disable ssl support for weak ciphers and v2 protocol, mod_ssl required?

2011-09-14 Thread Lee Fisher
Hi, I am looking to disable SSL support for weak ciphers and SSL v2 protocol support It seems like SSLCipherSuite directives are not recognized without mod_ssl? Is it necessary to use mod_ssl to disable this? Essentially I am not currently using SSL at all, I just want to prevent any security hole

Re: [users@httpd] disable ssl support for weak ciphers and v2 protocol, mod_ssl required?

2011-09-14 Thread Mark Montague
On September 14, 2011 11:30 , Lee Fisher wrote: I am looking to disable SSL support for weak ciphers and SSL v2 protocol support It seems like SSLCipherSuite directives are not recognized without mod_ssl? Is it necessary to use mod_ssl to disable this? Essentially I am not currently using SSL

Re: [users@httpd] Help with setting up proxy

2011-09-14 Thread Tom Evans
On Wed, Sep 14, 2011 at 2:38 PM, Mark Wiltshire wrote: > Hi everyone, > I need a little assistance setting up a Reverse Proxy on Apache 2.0.59 > Situation > -- > I have a server 172.16.0.141 which hosts our website. > This website sources Adverts from another server 172.16.2.150 > I wa

[users@httpd] Re: VN: VU#405811 / TN:JPCERT#96552408

2011-09-14 Thread William A. Rowe Jr.
Here are some questions posted to the security list, bcc'ing the reporter, but perhaps of general interest. On 9/14/2011 10:45 AM, [...] wrote: > > We have noticed that official notification was released via > mailing list. > > And we have received another inquiry from a vendor and system > admi

[users@httpd] Apache Server GUI

2011-09-14 Thread Joshua Stoutenburg
Is there a sufficient Apache Server GUI out there? - 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...@h

Re: [users@httpd] Apache Server GUI

2011-09-14 Thread Mark Montague
On September 14, 2011 12:52 , Joshua Stoutenburg wrote: Is there a sufficient Apache Server GUI out there? Sufficient for what? Webmin supports Apache HTTP Server and provides a web-based GUI for administering it: http://www.webmin.com/ Server Admin under MacOS X provides a desktop-based G

[users@httpd] Compile Apache HTTP with customized OpenSSL version

2011-09-14 Thread Oscar A Figueroa
Hi! I'm trying to compile Apache HTTP with a custom OpenSSL version in a Debian Lenny, but always get the library from the installed package instead of that i have compiled manually The versions on the box are: ii libssl-dev 0.9.8g-15+lenny12SSL development libraries, header files

Re: [users@httpd] Compile Apache HTTP with customized OpenSSL version

2011-09-14 Thread Ian Zimmerman
Oscar> As is visible, the libssl linked is not the Oscar> /usr/local/openssl-0.9.8r that was compiled manually. Oscar> After compile openssl, i cant add the path to the /etc/ld.so.conf Oscar> an make 'ldconfig' because this makes that ssh service fails per Oscar> the use of the compiled libcrypto

[users@httpd] inline form checking using jquery.

2011-09-14 Thread Rajeev Prasad
hello, >>sorry to post this in apache forum, but for days i have got no >>response on this on htmlhelp.com forum.< I am trying to setup form validation as explained in this article. I am not sure what am i doing wrong, this is not working...coz i am able to pass null

Re: [users@httpd] inline form checking using jquery.

2011-09-14 Thread Rajeev Prasad
thanks all,   i've figured this now.     From: Rajeev Prasad To: "users@httpd.apache.org" Sent: Wednesday, September 14, 2011 5:22 PM Subject: [users@httpd] inline form checking using jquery. hello, >>sorry to post this in apache forum, but for days i have got no >>response o

[users@httpd] Apache Gui - opinions please

2011-09-14 Thread Joshua Stoutenburg
http://www.apache-gui.com/ - 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 " f

Re: [users@httpd]Apache2 and double free or corruption

2011-09-14 Thread Mark Montague
On September 12, 2011 8:06 , jana1...@centrum.cz wrote: Ho can I solve this error( taken from the Apache2 log) *** glibc detected *** (wsgi:myweb: double free or corruption (!prev): 0x089e87c0 *** === Backtrace: = /lib/i686/cmov/libc.so.6[0xb7dba624] /lib/i686/cmov/libc.so.6(cfree+

Re: [users@httpd] Apache Gui - opinions please

2011-09-14 Thread William A. Rowe Jr.
On 9/14/2011 7:19 PM, Joshua Stoutenburg wrote: > http://www.apache-gui.com/ My opinion is that this was a transparent attempt at clickthrough spam. - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [users@httpd] Apache Gui - opinions please

2011-09-14 Thread Joshua Stoutenburg
On Wed, Sep 14, 2011 at 9:38 PM, William A. Rowe Jr. wrote: > On 9/14/2011 7:19 PM, Joshua Stoutenburg wrote: >> http://www.apache-gui.com/ > > My opinion is that this was a transparent attempt at clickthrough spam. > > > > > - >

Re: [users@httpd] Apache Gui - opinions please

2011-09-14 Thread William A. Rowe Jr.
On 9/15/2011 12:14 AM, Joshua Stoutenburg wrote: > I'm looking for a GUI tool to manage my servers, and wanted to see > what response this one would get. Then, we assume as a user who is willing to do a bit of homework up front, you would have posted some of the pros and cons of what you had uncov