Re: [EMAIL PROTECTED] Apache/PHP/MySQL Install Issue

2008-05-15 Thread Mark Sargent
On Tue, May 6, 2008 at 12:40 PM, Atul Tyagi <[EMAIL PROTECTED]> wrote: > You might want to look for error (if any) in make and make install during > php installation. php module should be complied and placed oin apache > modules folder. Hi All, yes, looked to see if there were any errrors, but sa

Re: [EMAIL PROTECTED] mod_rewrite infinite loop problem

2008-05-15 Thread David Bylsma
David Bylsma wrote: > On Sat, Apr 26 at 11:49 AM, Josua Silve > <[EMAIL PROTECTED]> wrote: > > >> I would probably avoid the program rewrite map (which is a potential >> > bottleneck). > > In the end, we have opted for use of the rewrite program, rewritten in c for speed. So far it appe

Re: [EMAIL PROTECTED] mod_rewrite to fix trailing slash problem

2008-05-15 Thread Frank Huddleston
You've probably already seen this, but just in case: I see in the config file in the "Alias" section, this: # Alias: Maps web paths into filesystem paths and is used to # access content that does not live under the DocumentRoot. # Example: # Alias /webpath /full/filesystem/path # #

RE: [EMAIL PROTECTED] mod_rewrite to fix trailing slash problem

2008-05-15 Thread Tim Gustafson
Well, the problem is that this applies to thousands of URLs. Generally, Apache does the redirection for you, but I've read somewhere that sometimes Apache's redirection can be broken by other mod_rewrite rules. I've inherited this system, and the config files are thousands of lines long, so I ha

Re: [EMAIL PROTECTED] mod_rewrite to fix trailing slash problem

2008-05-15 Thread Eric Bowman
Tim Gustafson wrote: Hi, I have a web page that works when you include the trailing slash: http://www.foo.com/blah/ But, if you leave the trailing slash off, it does not work and you get a 403 error: http://www.foo/com/blah So, I tried to fix this using some mod_rewrite rules, as follows: R

[EMAIL PROTECTED] mod_rewrite to fix trailing slash problem

2008-05-15 Thread Tim Gustafson
Hi, I have a web page that works when you include the trailing slash: http://www.foo.com/blah/ But, if you leave the trailing slash off, it does not work and you get a 403 error: http://www.foo/com/blah So, I tried to fix this using some mod_rewrite rules, as follows: RewriteEngine On Rewrite

Re: [EMAIL PROTECTED] Re: Apache Security Problem

2008-05-15 Thread Joshua Slive
On Thu, May 15, 2008 at 3:36 AM, Andre Hübner <[EMAIL PROTECTED]> wrote: > > sorry, I think i verbalized not clear enough. ;) > essence is following: The way of creating a symlink is irrelavant. In Most > cases this is a script, but symlink is also creatable by just unpacking a > archive with sy

Re: [EMAIL PROTECTED] Install issues

2008-05-15 Thread Mark Murphy
Ok, must be something with the 2.2.8 install. I uninstalled 2.2.8, and installed 2.0.63. Now everything is working properly. Any ideas? Mark Murphy wrote: This may or may not be an install issue. I downloaded the most recent version of Apache 2.2.8 (Win32). I downloaded the installer, and

Re: [EMAIL PROTECTED] Configure/Compile Apache with SVN module

2008-05-15 Thread sakthi v
Thanks Craig/Krist dot so files are created with the option --enable-mods-shared="most ssl dav" !! I don't know the purpose of these two options --enable-so --enable-modules=all ?! as i did not find any .so files created with these two options. I will go through the link provided by Craig and get

Re: [EMAIL PROTECTED] exclude a subdirectory from authentication request

2008-05-15 Thread Caius
problem solved, it works with this configuration AuthType Basic AuthName "LDAP auth realm" AuthBasicProvider ldap AuthLDAPURL ldap://localhost:389/ou=People,dc=mybox,dc=com?uid?one?(objectClass=*) AuthLDAPBindDN cn=proxyagent,ou=profile,dc=mybox,dc=com AuthLDAPBindPassword prox

[EMAIL PROTECTED] Re: Apache Security Problem

2008-05-15 Thread Andre Hübner
Hi, I'm a little confused by exactly what problem you are trying to solve. Am I right that you could do exactly the same thing by just having your CGI script copy the relevant file into the webspace rather than using a symlink? If so, then this is just the standard issue with privilege separa