[EMAIL PROTECTED] Include directive..

2008-12-06 Thread dele454
Hi, I am modifying the apache config file on my domain to include the path to the Zend Framework on a specified location outside the public folder. So in my http.conf file i simply include the path to where the includes file is to customise the virtual host: [CODE] # To customize this VirtualH

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Clodoaldo Pinto Neto
2008/12/6 Clodoaldo Pinto Neto <[EMAIL PROTECTED]>: > 2008/12/6 Krist van Besien <[EMAIL PROTECTED]>: >> On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto >> <[EMAIL PROTECTED]> wrote: >>> I'm using this config in Apache 2.2.3/Centos 5: >>> >>> RewriteMap redirect txt:/var/www/html/example/redir

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Clodoaldo Pinto Neto
2008/12/6 Krist van Besien <[EMAIL PROTECTED]>: > On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto > <[EMAIL PROTECTED]> wrote: >> I'm using this config in Apache 2.2.3/Centos 5: >> >> RewriteMap redirect txt:/var/www/html/example/redirect.txt >> >> RewriteRule ^/(a|b|c|d|e)$ http://example.com

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Krist van Besien
On Sat, Dec 6, 2008 at 3:05 AM, Clodoaldo Pinto Neto <[EMAIL PROTECTED]> wrote: > I'm using this config in Apache 2.2.3/Centos 5: > > RewriteMap redirect txt:/var/www/html/example/redirect.txt > > RewriteRule ^/(a|b|c|d|e)$ http://example.com/${redirect:$1} > [NC,R=permanent,L] > > redirect.txt: >

Re: [EMAIL PROTECTED] RewriteMap and RewriteRule

2008-12-06 Thread Eric Covener
On Fri, Dec 5, 2008 at 9:05 PM, Clodoaldo Pinto Neto <[EMAIL PROTECTED]> wrote: > I'm using this config in Apache 2.2.3/Centos 5: > > RewriteMap redirect txt:/var/www/html/example/redirect.txt > > RewriteRule ^/(a|b|c|d|e)$ http://example.com/${redirect:$1} > [NC,R=permanent,L] > > redirect.txt: >

Re: [EMAIL PROTECTED] Fwd: Error

2008-12-06 Thread Evan Platt
Ron Green wrote: I am running os x 10.5 and apache 2 and when I try to restart apache I get the following error: launchctl: CFURLWriteDataAndPropertiesToResource(/System/Library/LaunchDaemons/org.apache.httpd.plist) failed: -10 How do I fix this? This is more of a Mac issue, so if you're

Re: [EMAIL PROTECTED] mod_auth_kerb and mod_authnz_ldap

2008-12-06 Thread Eric Covener
On Sat, Dec 6, 2008 at 1:51 AM, Jesper Krogh <[EMAIL PROTECTED]> wrote: > On Fri, Dec 5, 2008 at 11:48 PM, Eric Covener <[EMAIL PROTECTED]> wrote: >> On 12/5/08, Jesper Krogh <[EMAIL PROTECTED]> wrote: >> >>> Require ldap-group CN=TestGroup,OU=Groups,OU=Company >>> r