On 10/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Is it possible to have php4 and php5 installed into
> the same apache installation telling apache that
> some files should be executed using php4 and some
> others using php5 even if they all have the same
> extension (.php)?
>
>
Hello,
I have looked all over and could not find an answer to the following:
When you have a customlog setup in your main httpd.conf, obviously a
customlog in the virtualhosts will overwrite this, even though you can
have multiple customlogs in a virtual host.. It would be nice to
bypass this som
Ok. Thanks Joshua. I should have mentioned that we're using Apache 1.3,
so I presume it's the same concept?
Cheers, Craig
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
Sent: Thursday, 11 October 2007 9:57 AM
To: users@httpd.apache.org
Subje
On 10/10/07, Jim Garrison <[EMAIL PROTECTED]> wrote:
> Why is Apache adding CN=Configuration to the BaseDN? Is there a way to
> force it to use the BaseDN we specify?
>
A packet capture would probably show you that MSAD sent you an LDAP
referral that included CN=Configuraton.
Using the global c
We're having trouble getting Apache LDAP authentication on Fedora to
work against Active Directory.
AuthType Basic
AuthName "SVN Repository"
AuthBasicProvider ldap
AuthLDAPBindDN "cn=zz,ou=z,dc=zzz,dc=troux,dc=com"
AuthLDAPBindPassword
AuthLDAPURL
On 10/10/07, Robinson Craig <[EMAIL PROTECTED]> wrote:
> Hi Folks,
>
> I'm a bit confused about the effects of changing the MaxRequestsPerChild
> directive.
>
> I previously had MaxRequestsPerChild set to "0" which, as I have always
> understood, means that there is no maximum. Last night I changed
Hi Folks,
I'm a bit confused about the effects of changing the MaxRequestsPerChild
directive.
I previously had MaxRequestsPerChild set to "0" which, as I have always
understood, means that there is no maximum. Last night I changed the
config to:
MaxRequestsPerChild 100
And about an hour after a
Thank you very much for your help!
Nick
Ajai Khattri <[EMAIL PROTECTED]> wrote: On Wed, 10 Oct 2007, Nicholas
Sanfratello wrote:
> I am new to Apache HTTP server and had a question regarding user
> privileges. Is there a way to prevent users from running applications
> (ex: CGI, php, shtml,
On Wed, 10 Oct 2007, Nicholas Sanfratello wrote:
> I am new to Apache HTTP server and had a question regarding user
> privileges. Is there a way to prevent users from running applications
> (ex: CGI, php, shtml, ...)? If so, how would I do this? I would like
> to only allow users to post fil
Hi Everyone,
I am new to Apache HTTP server and had a question regarding user privileges.
Is there a way to prevent users from running applications (ex: CGI, php, shtml,
...)? If so, how would I do this? I would like to only allow users to post
files, not run applications.
Currently, I have
On 10/10/07, Gary Girolimon <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We need to password protect a directory on our webserver. I changed
> httpd.conf to AllowOverride AuthConfig, created a password file
> (users) in /etc/httpd/conf/ created a user name and password,
> verified the permissions to be 644
Hi,
There are two ways I know how to do this:
1) Install both the php4 and 5 libraries, but have two httpd.conf files and
start two instances of apache+children, one with each. You'll need two IP
addresses OR two different ports on the same IP address, though, so it's not
the same as a namevi
> -Original Message-
> From: Gary Girolimon [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 10, 2007 6:33 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Can't get realms to work (OS X Server 10.4.10)
>
> Hi,
>
> We need to password protect a directory on our webserver.
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
> Sent: Wednesday, October 10, 2007 11:02 AM
>
> On 10/10/07, Steve Bardsley <[EMAIL PROTECTED]> wrote:
> > Greetings:
> >
> > I'm sending chunked, gzipped POSTs to apache and it works, but
> > occasionally loses the r
Hi,
Is it possible to have php4 and php5 installed into
the same apache installation telling apache that
some files should be executed using php4 and some
others using php5 even if they all have the same
extension (.php)?
I'm thinking about 2 virtual hosts or applying some
directory rules or lis
Hi,
We need to password protect a directory on our webserver. I changed
httpd.conf to AllowOverride AuthConfig, created a password file
(users) in /etc/httpd/conf/ created a user name and password,
verified the permissions to be 644 on the users file, and put
a .htaccess file containing
On 10/10/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I downloaded svn and apache from www.sunfreeware.com
> and followed these steps:
If you're doing source compiles, I'm not sure why you're downloading
from sunfreeware rather than the original sites. But anyway...
> When starting apa
On 10/10/07, Steve Bardsley <[EMAIL PROTECTED]> wrote:
> Greetings:
>
> I'm sending chunked, gzipped POSTs to apache and it works, but
> occasionally loses the request body. After many hours of debug,
> mod_deflate is suspect. Debug included using mod_ext_filter and
> instrumenting mod_deflate wi
Hi,
Thanks a lot for jour assstance.
Regards.
Marco
> -Messaggio originale-
> Da: Krist van Besien [mailto:[EMAIL PROTECTED]
> Inviato: mercoledì 10 ottobre 2007 13.00
> A: users@httpd.apache.org
> Oggetto: Re: [EMAIL PROTECTED] Https proxy on http Virtual Host
>
>
> On 10/10/07, Boyle
Hi there everyone,
I have a problem with LoadBalancing (Apache 2.2.3 on Redhat, Kernel
2.6.9-42.02.02).
Balancer config:
BalancerMember http://test1.desy.de:8080 smax=5 max=20 ttl=60 retry=60
timeout=3
BalancerMember http://test1.desy.de:8010 smax=5 max=20 ttl=60 retry=60
timeout=3
ProxySe
Greetings:
I'm sending chunked, gzipped POSTs to apache and it works, but
occasionally loses the request body. After many hours of debug,
mod_deflate is suspect. Debug included using mod_ext_filter and
instrumenting mod_deflate with extra log messages.
After much searching of bugzilla and the m
Hi,
I downloaded svn and apache from www.sunfreeware.com
and followed these steps:
./configure --prefix=/usr/local/apache224
--enable-mods-shared=all --enable-ssl=shared
--enable-ssl --with-ssl=/usr/local/ssl --enable-proxy
--enable-proxy-connect --enable-proxy-ftp
--enable-proxy-http --enable-de
On 10/10/07, Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Bronzetti Marco [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, October 10, 2007 9:46 AM
> > To: users@httpd.apache.org
> > Subject: [EMAIL PROTECTED] Https proxy on http Virtual Host
> >
> > Hi,
> > I need t
Hi,
I am trying to generate load with flood. Unfortunately it consumes almost all
of the possible virtual mem (almost 3GB) and dies.
Is it possible to configure it to spawn processes instead of threads?
Why does it consume so much memory?
Thanks,
Torsten
Here my config:
plain
I have a problem configuring a basic reverse
proxy configuration with httpd 2.2.6 and outlook
web access 2003 on IIS6/windows 2003
This is my relevant reverse proxy configuration:
ProxyPass /exchange http://owa.iis.windows/exchange/
ProxyPassReverse /exchange/ http://owa.iis.windows/exchange/
The
> -Original Message-
> From: Bronzetti Marco [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 10, 2007 9:46 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Https proxy on http Virtual Host
>
> Hi,
> I need to do a Reverse proxy to a Https WebSite from an Http WebSite,
>
Hi,
I need to do a Reverse proxy to a Https WebSite from an Http WebSite,
my httpd.conf should be like that :
ServerName test.telecomitalia.it
ErrorLog /appl1/logs/http_error.log
CustomLog /appl1/logs/http_access.log common
DocumentRoot /docroot
DirectoryIndex index.html index.html.var
27 matches
Mail list logo