[EMAIL PROTECTED] Re: Redirect URLs using mod_rewrite

2007-01-06 Thread Stefan Antonelli
Eric Covener gmail.com> writes: > You can't match the query string in RewriteRule. Add a RewriteCond > that looks at %{QUERY_STRING} and use a backreference to the > RewriteCond match Do you have any Example where i can find this in action? Sorry but I am not familiar with all the mod_rewrite-St

[EMAIL PROTECTED] Apache 1.3 crashes randomly on graceful restart when updating httpd.conf

2007-01-06 Thread Olivier Stievenart
Hello, First, please excuse my english, I'm Belgian ;) So, I'm running the lastest Apache 1.3 version. My httpd.conf has now ~700 vhosts (webhosting). When the httpd.conf is updated, before that the httpd is gracefully restarted, a 'configtest' is made. (The update is made by a cronjob for addi

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-06 Thread Richard Lynch
On Fri, January 5, 2007 5:22 pm, Jay Chandler wrote: > Richard Lynch wrote: >> On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: >> >>> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed >>> from >>> ports)-- trying to get it to render .php pages correctly, but >>> instead >>> it >

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-06 Thread Yvo van Doorn
Stupid question *but* worth asking... mod_mime is loaded, correct? On 1/5/07, Jay Chandler <[EMAIL PROTECTED]> wrote: Richard Lynch wrote: > On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: > >> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from >> ports)-- trying to get

Re: [EMAIL PROTECTED] mod_rewrite subdomains and subdirectories

2007-01-06 Thread Bob
Charles Palmer wrote: RewriteCond %{HTTP_HOST} ^[^\.w{3}]+\.wl.example.com$ That won't work. Your expression [^\.w{3}] is invalid. This is a character class stating that the chars }3w.{ must not be present. You're looking for a negative lookahead, (?!www) Do you have access to your httpd.co

[EMAIL PROTECTED] multipart/form-data weirdness

2007-01-06 Thread Madeleine Freudenberg
Hi everybody, This one baffles me. I have the following scenario: - Apache 2.2.3 with mod_php and mod_rewrite enabled (disabling those modules doesn't change a thing), no other fancy configuration items - An arbitrary form with enctype="multipart/form-data" - An arbitrary receiver f