[us...@httpd] localhost ipv6 problem

2010-11-16 Thread coeus . si
Hi, I am running Apache on Win Server 2008 and I am trying to configure it as a proxy serving another application that runs on localhost:8020. The configuration is as follows: DocumentRoot "C:/myApp" ServerName example.com ErrorLog "logs/example-error.log" CustomLog "logs/e

[us...@httpd] SSL client certificates

2010-11-16 Thread Plot Lost
I'm using client certificates to control access to specific sections of a site. The relevant parts of the config include: SSLVerifyClient none SSLCACertificateFile "/home/apache/certs/client_ca.crt" in the main part of the ssl config, and then SSLVerifyClient require SSLVerifyDepth 1 in the loc

[us...@httpd] security: fully blown chroot environment vs chrootdir

2010-11-16 Thread SYBA
Hello, I was running apache for a number of years using fully blown chroot environment, mostly on RHEL (using "chroot" binary as a base). Recently, I have faced a requirement to wrap it up into rpm, which is not an easy task, considering all up to date libs, dependencies, etc. As chrootdir direct

Re: [us...@httpd] Installing gnuplot?

2010-11-16 Thread Frank Gingras
On 16/11/2010 5:51 PM, Vik Rubenfeld wrote: My web hosting provider is attempting to install gnuplot for me. They have installed gnuplot and libgd, but for some reason the gnuplot jpeg terminal is not yet available. (When I installed gd and gnuplot on my home development system, the jpeg termi

Re: [us...@httpd] Group authentication to AD

2010-11-16 Thread Igor Galić
- "Patricia A Moss" wrote: > I am having a problem with apache authenticating using an ldap group. > I have version 2.2.3, of httpd, installed. > > My location block is configured as below: > > dav svn > SVNPath /disk01/home/test_repo > AuthType Basic > AuthName "Subversion Repository" > A

[us...@httpd] Installing gnuplot?

2010-11-16 Thread Vik Rubenfeld
My web hosting provider is attempting to install gnuplot for me. They have installed gnuplot and libgd, but for some reason the gnuplot jpeg terminal is not yet available. (When I installed gd and gnuplot on my home development system, the jpeg terminal was available right away.) The hosting pr

Re: [us...@httpd] SSLRequire & UTF-8 characters

2010-11-16 Thread Igor Galić
- "Myles Bunbury (Myles)" wrote: > I'm trying to setup a DN filter against a certificate that has UTF-8 > characters in it. > > The Subject DN for the incoming certificate is: > C=CA,ST=Province,L=City,O=Company,OU=Unit,cn=“weird...@¿سǽ€.com > > The filter I'm trying to use in the httpd co

Re: [users@httpd] Need Help with Apache AllowOverride

2010-11-16 Thread Igor Galić
- "Mark Phillips" wrote: > I have a web server at webIP off site. I have a second server for > photos running a php photo gallery app behind apache at photoIP on my > local LAN. I have a page on the web server that uses iframes to the > photo server's images. > > I am trying to restrice acc

Re: [us...@httpd] SSLFIPS Directive (UNCLASSIFIED)

2010-11-16 Thread Igor Galić
- "Dwight P CTR DISA PAC Victor" wrote: > Classification: UNCLASSIFIED > Caveats: NONE > > Related? > http://rt.openssl.org/Ticket/Display.html?id=1278&user=guest&pass=guest > > --- > Dwight Victor (Contractor), CISSP, RHCT, SCSECA > DISA-PAC EMSS Gateway Hawaii > EMAIL: dwight.victor...

Re: [users@httpd] mod_proxy_http and input filters

2010-11-16 Thread Igor Galić
- "Lawrence S K Ong" wrote: > Can someone please help me with this issue? > > I have recently created an input filter. This input filter was created > to modify the POST uri on the condition that the body matches a > certain string. After the uri is modified, mod_proxy_http would send > the

Re: [us...@httpd] Distributed logging

2010-11-16 Thread Igor Galić
- "Dennis Jacobfeuerborn" wrote: > Hi, > what is the best way to handle the logging of multiple Apache > instances? > I'm looking for a way to have say 10 Apache servers efficiently log to > > central location so I can analyze the aggregated log-data there. > I've seen mod_log_spread but t

Re: [us...@httpd] Optimize Apache22 for Wordpress

2010-11-16 Thread Igor Galić
- "motty.cruz" wrote: > Hello, > > I'm looking to deploy Apache 2.2 for Wordpress on a FreeBSD machine. > Do you > know of good guide to optimize Apache 2.2 for Wordpress? I google it > but no > solid information returned. Tuning httpd for Wordpress isn't directly FreeBSD specific. I'd s

[us...@httpd] Optimize Apache22 for Wordpress

2010-11-16 Thread motty.cruz
Hello, I'm looking to deploy Apache 2.2 for Wordpress on a FreeBSD machine. Do you know of good guide to optimize Apache 2.2 for Wordpress? I google it but no solid information returned. Any help appreciated. Thanks, -Motty --

Re: [us...@httpd] Apache 2.2.17 and Xp embedded standard

2010-11-16 Thread William A. Rowe Jr.
On 11/16/2010 10:00 AM, Olivier Roger wrote: > Hello, > I'm trying to run Apache 2.2.17 on a windows Xp embedded standard but each > start of apache > fail > with a message "Apache... has encountred a problem and need to close". > The installation was done with the msi downloaded (3 times to be su

[us...@httpd] Apache 2.2.17 and Xp embedded standard

2010-11-16 Thread Olivier Roger
Hello, I'm trying to run Apache 2.2.17 on a windows Xp embedded standard but each start of apache fail with a message "Apache... has encountred a problem and need to close". The installation was done with the msi downloaded (3 times to be sure) from http://httpd.apache.org/download.cgi. The erro

RE: [us...@httpd] Apache22 + PHP52

2010-11-16 Thread motty.cruz
Thanks Eric, I restore the original httpd.conf file and added the following # Replace the following with the correct path and version of your php module LoadModule php5_module modules/libphp5.so # (other modules) SetHandler application/x-httpd-php It's working fine; Thanks, -Motty -

Re: [us...@httpd] Buffering of huge POSTs to CGI and alternatives

2010-11-16 Thread Steven Simpson
On 15/11/10 19:00, Jeff Trawick wrote: > On Mon, Nov 15, 2010 at 4:43 AM, Steven Simpson wrote: >> Can [CGI/Apache] deal >> with huge message bodies, such as those exceeding virtual RAM, by saving >> to disc (for example)? > mod_cgi/mod_cgid: request will fail with 411 if client doesn't send > con

Re: [us...@httpd] Apache22 + PHP52

2010-11-16 Thread iñigo medina
First of all fix to lowercase the function phpinfo(). iñ El 16/11/2010 04:13, "Sharl.Jimh.Tsin" escribió:

Re: [us...@httpd] Distributed logging

2010-11-16 Thread iñigo medina
What about logging to a central NFS server? Too slow or heavy? iñ El 15/11/2010 22:06, "Dennis Jacobfeuerborn" escribió: