[us...@httpd] Apache server status - lot of Logging

2010-11-11 Thread Srikanth.NT
Hi, On our production system, I am seeing lot of internal(::1) threads in Logging state. Sometimes upto 200+. When I searched on web, people says its normal to see these threads in 'Waiting for Connection' state. But I am worried about this 'Logging' status. This keeps growing and finally I

[us...@httpd] apache 2.2 mod rewrite/htaccess on windows 7

2010-11-11 Thread Sam Sherlock
I have set up php, mysql and apache 2.2 but I can't seem to get mod_rewrites to work things that worked fine on xp and also linux just don't work on windows 7 wordpress and cakephp rewrites but have also tried a simple test as follows RewriteEngine on RewriteRule bob.html alice.html I have a

Re: [us...@httpd] apache 2.2 mod rewrite/htaccess on windows 7

2010-11-11 Thread Joost de Heer
On 11/11/2010 05:48 PM, Sam Sherlock wrote: I have set up php, mysql and apache 2.2 but I can't seem to get mod_rewrites to work would greatly appreciate any ideas to resolve this RewriteLog and RewriteLogLevel are your friends. RewriteEngine on RewriteRule bob.html alice.html If this

Re: [us...@httpd] apache 2.2 mod rewrite/htaccess on windows 7

2010-11-11 Thread Sam Sherlock
Thanks Joost I had it working before reading you reply minor change to the rule and removing some stuff from conf - Options All seemed to help cakephp wordpress are also now rewriting I will be reading up on rewritelog and rewriteloglevel its useful to have friendly tools to assist when things

Re: [us...@httpd] apache 2.2 mod rewrite/htaccess on windows 7

2010-11-11 Thread Eric Covener
RewriteEngine on RewriteRule bob.html alice.html If this is in the main config, then this will never get matched, since the main config will use full pathnames (i.e. /bob.html if the URL is http://localhost/bob.html). it would still match since it's not anchored, but it would normally

[us...@httpd] SSLFIPS Directive

2010-11-11 Thread james
Apache 2.2.17 OpenSSL 0.9.8n FIPS PHP 5.3.2 libssh2 1.2.6 So, I have a web application where the front-end is Flex/AS3 and the back-end is a mix of PHP/C. PHP is compiled with the libssh2 library and the pecl extension to enable the ssh2 functionality. I use the ssh2 functions within PHP for

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

2010-11-11 Thread Bunbury, Myles (Myles)
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 configuration file is: SSLRequire (%{SSL_CLIENT_S_DN}

[users@httpd] Looking for a logging module to use postgres as log destination

2010-11-11 Thread mabra
Hi All ! Does someone know a reliable module for this? If found modpglogger, but no installable package for my debian [lenny]. The mod above depends on another packages [apache-common, not available too]. I am too new to linux to manage this lot of dependencies at the moment. Any help would be

[users@httpd]

2010-11-11 Thread sattlite Installer
http://www.hlpc.it/andrew.html

[users@httpd] Need Help with Apache AllowOverride

2010-11-11 Thread Mark Phillips
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 access to the photo server to requests from

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

2010-11-11 Thread Victor, Dwight P CTR DISA PAC
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: dwight.victor@disa.mil TEL: (808) 653-3677 ext 229 -Original

[users@httpd] AppendToLog statement somewhere?

2010-11-11 Thread manfred.braun
Hello ! I am coming for IIS and ask me if and how my mono based webs kann relay on such a functionality and where I'll finally find that output. br++mabra The AppendToLog on IIS writes extra text. - The official User-To-User