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
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
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
#
#
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
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
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
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
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
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
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
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
11 matches
Mail list logo