Re: [us...@httpd] RewriteCond question

2010-02-19 Thread John Oliver
On Fri, Feb 19, 2010 at 09:53:11PM +1100, Martin Barry wrote: > $quoted_author = "James Smallacombe" ; > > > > > >Nope... https://www.domain.gov/ still gives a certificate error. > > > > Interesting...in my case, it works perfectly redirecting between two > > different ssl certificate virtual host

[us...@httpd] Re: Executing CGI

2010-02-19 Thread Mohit Anchlia
Got it working cgi_module wasn't loaded. On Fri, Feb 19, 2010 at 11:35 AM, Mohit Anchlia wrote: > Apache 2: > > My cgi shows complete text of the script instead of executing it like > a cgi script.  Am I missing something in below configuration > > >    Options +ExecCGI >    AddHandler cgi-scrip

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-19 Thread Robert Hall
On Feb 19, 2010, at 11:24 AM, Dan Denton wrote: On Wed, Feb 17, 2010 at 4:29 PM, Dan Denton wrote: On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall wrote: On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: On Feb 17, 2010, at 12:06 PM, D

Re: [us...@httpd] Problems with error logs under mpm_worker

2010-02-19 Thread Jeff Trawick
On Wed, Feb 17, 2010 at 2:55 PM, Ross Lawrie wrote: > I've recently switched my server over to using mpm_worker rather than > mpm_prefork, and I'm having problems with much reduced information in > the error logs. > > Whereas before I might see something like this: > > [Wed Feb 17 10:58:37 2010]

[us...@httpd] Executing CGI

2010-02-19 Thread Mohit Anchlia
Apache 2: My cgi shows complete text of the script instead of executing it like a cgi script. Am I missing something in below configuration Options +ExecCGI AddHandler cgi-script .cgi .pl AllowOverride None Order allow,deny Allow from all my cgi #!/usr/bin/perl print "Go

Re: [us...@httpd] JMeter Load Testing of Tomcat through Apache Proxy

2010-02-19 Thread Dan Denton
On Wed, Feb 17, 2010 at 4:29 PM, Dan Denton wrote: > On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall wrote: >> >> On Feb 17, 2010, at 12:50 PM, Dan Denton wrote: >> >>> On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote: On Feb 17, 2010, at 12:06 PM, Dan Denton wrote: > On Mon, F

Re: [us...@httpd] Suhosin vs. mod_security

2010-02-19 Thread Jim Jagielski
Suhosin is PHP specific and operates at that level (at the app level and "protecting" PHP)... mod_security works at a higher level. On Feb 19, 2010, at 10:25 AM, James Smallacombe wrote: > > After a recent php compromise of the www user on my web server via the Zen > Cart "record company" explo

Re: [us...@httpd] Suhosin vs. mod_security

2010-02-19 Thread Mike Cardwell
On 19/02/2010 15:25, James Smallacombe wrote: After a recent php compromise of the www user on my web server via the Zen Cart "record company" exploit, I installed the Suhosin extension (patch was already there). Suhosin helped a great deal. It enabled me to block certain php functions globally

[us...@httpd] Suhosin vs. mod_security

2010-02-19 Thread James Smallacombe
After a recent php compromise of the www user on my web server via the Zen Cart "record company" exploit, I installed the Suhosin extension (patch was already there). Suhosin helped a great deal. It enabled me to block certain php functions globally and re-enable them on a per-vhost basis, a

Re: [us...@httpd] [SOLVED]Re: [us...@httpd] User Directories On FreeBSD 8.0-RELEASE

2010-02-19 Thread Programmer In Training
On 02/19/10 09:11, Eric Covener wrote: > On Fri, Feb 19, 2010 at 10:10 AM, Programmer In Training > wrote: >> Just thought I'd let you folks know that this was resolved (I took the >> question to the FreeBSD mailing list because I believed it to be a >> problem with the OS, turns out it was and it

Re: [us...@httpd] [SOLVED]Re: [us...@httpd] User Directories On FreeBSD 8.0-RELEASE

2010-02-19 Thread Eric Covener
On Fri, Feb 19, 2010 at 10:10 AM, Programmer In Training wrote: > Just thought I'd let you folks know that this was resolved (I took the > question to the FreeBSD mailing list because I believed it to be a > problem with the OS, turns out it was and it wasn't). Can you share the resolution, for a

[us...@httpd] [SOLVED]Re: [us...@httpd] User Directories On FreeBSD 8.0-RELEASE

2010-02-19 Thread Programmer In Training
Just thought I'd let you folks know that this was resolved (I took the question to the FreeBSD mailing list because I believed it to be a problem with the OS, turns out it was and it wasn't). -- Yours In Christ, PIT Emails are not formal business letters, whatever businesses may want. signatu

Re: [us...@httpd] Custom Log Format -> Adding milliseconds to timestamp -> %{format}t

2010-02-19 Thread Mark H. Wood
On Thu, Feb 18, 2010 at 10:08:39AM -0800, Geoff Millikan wrote: > Using %{UNIQUE_ID}e from mod_unique_id is a *great* suggestion if our > interest was merely identifying each log line uniquely. However the initial > question is focused more on the sequence and order of the requests. Thus, I > bel

RE: [us...@httpd] Re: Upgrading from Apache1 1.x to 2.1.14

2010-02-19 Thread Brent Davidson
You do realize Xampp is a test and development package and not designed for a "production" environment correct? Thanks, Brent Davidson This particular version of Apache is part of the XAMPP Package which is a COMPLETE Package containing: Apache, MySQL, Filezilla, Mercury, PHP, & Tomcat; all in

Re: [us...@httpd] URL Rewrite goes into infinite loop

2010-02-19 Thread Krist van Besien
On Tue, Feb 16, 2010 at 4:41 PM, su2 wrote: > I have a feeling that my URL request is getting into infinite loop somehow. > But not sure how and where. > > I would appreciate the help. You have to look in your logfiles. What do you see in your access log, and what in your rewrite log? If you don

Re: [us...@httpd] RewriteCond question

2010-02-19 Thread Martin Barry
$quoted_author = "James Smallacombe" ; > > > >Nope... https://www.domain.gov/ still gives a certificate error. > > Interesting...in my case, it works perfectly redirecting between two > different ssl certificate virtual hosts. However, both of my certs > are valid...is it possible that the certif

Re: [us...@httpd] RewriteCond question

2010-02-19 Thread Tom Evans
On Fri, Feb 19, 2010 at 12:29 AM, James Smallacombe wrote: > On Thu, 18 Feb 2010, John Oliver wrote: > >> On Thu, Feb 18, 2010 at 06:14:33PM -0500, James Smallacombe wrote: >>> >>> On Thu, 18 Feb 2010, John Oliver wrote: >>> I'm dealing with a site that is accessed via https://domain.gov  The