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 denni...@conversis.de escribió:

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 amoiz.sh...@gmail.com escribió:

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 s...@comp.lancs.ac.uk 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

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) FilesMatch \.php$ SetHandler application/x-httpd-php /FilesMatch It's working

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

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 sure)

[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] Optimize Apache22 for Wordpress

2010-11-16 Thread Igor Galić
- motty.cruz motty.c...@gmail.com 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

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

2010-11-16 Thread Igor Galić
- Dennis Jacobfeuerborn denni...@conversis.de 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

Re: [users@httpd] mod_proxy_http and input filters

2010-11-16 Thread Igor Galić
- Lawrence S K Ong lawrence.s.k@gmail.com 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,

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

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

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

2010-11-16 Thread Igor Galić
- Mark Phillips m...@phillipsmarketing.biz 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

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

2010-11-16 Thread Igor Galić
- Myles Bunbury (Myles) myles.bunb...@alcatel-lucent.com 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

[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

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

2010-11-16 Thread Igor Galić
- Patricia A Moss pmo...@csc.com 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: Location /test_repo dav svn SVNPath /disk01/home/test_repo AuthType Basic AuthName

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

[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

[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

[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: VirtualHost *:80 DocumentRoot C:/myApp ServerName example.com ErrorLog logs/example-error.log