Hello World,
Is it possible to environment variables such as the domain name being
access to adaptable Apache configuration.
Such as
Alias /documents /home/www/domain.com.au/documents
Where domain.com.au could be replaced depending on what domain name
was accessed.
Any help is appreciated.
T
...right. well in any event I have it working now.
Thanks for the help :-)
-Eoin
On 8/24/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/24/06, Eoin Coffey <[EMAIL PROTECTED]> wrote:> Removed the .htaccess file and added the two lines to the
> directive.>> Instead of a 404 error I get a 400
On 8/24/06, Eoin Coffey <[EMAIL PROTECTED]> wrote:
Removed the .htaccess file and added the two lines to the
directive.
Instead of a 404 error I get a 400 error now.
-Eoin
On 8/24/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
On 8/24/06, Eoin Coffey < [EMAIL PROTECTED]> wrote:
> Hey There,
>
On 8/24/06, Chris Dagnon <[EMAIL PROTECTED]> wrote:
Hello all,
I've been using a site configured to Proxy requests to another port for
one ServerName and another on the same Apache2 directly serving PHP pages.
That's been working fine. But now I want to add SSL to the proxied pages
and it isn'
Removed the .htaccess file and added the two lines to the directive.Instead of a 404 error I get a 400 error now.-EoinOn 8/24/06,
Joshua Slive <[EMAIL PROTECTED]> wrote:On 8/24/06, Eoin Coffey <
[EMAIL PROTECTED]> wrote:> Hey There,>> After reading the faq, docs, and browsing the usenet I'm still
Hello all,
I've been using a site configured to Proxy requests to another port for
one ServerName and another on the same Apache2 directly serving PHP pages.
That's been working fine. But now I want to add SSL to the proxied pages
and it isn't going so smoothly. I had hints from a coworker and
On 8/24/06, Eoin Coffey <[EMAIL PROTECTED]> wrote:
Hey There,
After reading the faq, docs, and browsing the usenet I'm still stumped.
Here's the setup.
My work is using port based virtual servers to manage our dev projects. So
same IP address, but it will server up a different docroot dependi
Hey There,After reading the faq, docs, and browsing the usenet I'm still stumped.Here's the setup.My work is using port based virtual servers to manage our dev projects. So same IP address, but it will server up a different docroot depending on the port number.
I've put the 'RewriteEngine on' in t
On 8/24/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
Hi! All,
We have an Apache-2.0.54 instance running on a SUN
box of Solaris 8, it runs as worker MPM. I tried to
increase its ThreadsPerChild for our env requirement.
Seems it's OK to push the limit to 350 ThreadsPerChild
but failed it's hi
On 8/24/06, kent stand <[EMAIL PROTECTED]> wrote:
Hello,
I am setting up a VirtualHost which passes most of its traffic to another
server instance via ProxyPass, but reserves some requests for that
VirtualHost. The issue is that all of the traffic is being proxied, despite
the directives I set:
Hi! All,
We have an Apache-2.0.54 instance running on a SUN
box of Solaris 8, it runs as worker MPM. I tried to
increase its ThreadsPerChild for our env requirement.
Seems it's OK to push the limit to 350 ThreadsPerChild
but failed it's higher than 400. The processes died
automatically and
Hello,I am setting up a VirtualHost which passes most of its traffic to another server instance via ProxyPass, but reserves some requests for that VirtualHost. The issue is that all of the traffic is being proxied, despite the directives I set:
ServerName www.example.tld DocumentRoot /home/user/
Hi,
I have Mandrake Linux 2006 which uses apache 2.0.54. By default it
uses the caching system, or so I think since it creates
/var/cache/httpd and populates it.
I use apache primarily with postnuke and horde/imp with mysql as the db.
When I first installed the system in March, everything wor
Two schools of thought.
One, if you are only testing, bring up the services property page of the
apache service and put -D SSL in the options box next to the start button
and click start. Good for one startup only.
Two, in the apache root directory, bin\apache -k config -D SSL
changes (configure
Hello,
I noticed an unusual behavior with mod_throttle/3.1.2 recently. Although
our config files didn't change (that I've away me), the throttle status
pages don't get served anymore. Instead, 404 pages are returned.
I have a number of other indications that mod_throttle is installed and
working.
Can someone send me an example of their httpd.conf section
that configures to use ldap for security. I just want to make the user be a
valid user.
I keep either “Invalid LDAP connection mode setting:
must be one of NONE, SSL, or TLS/STARTTLS”
Or I get “LDAPTrustedMode not allowed here
> On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote:
>
> >
> > So
> > BrowserMatchNoCase ".*MSIE.*" downgrade-1.0
> > should be ok ?
> >
> > How can i see if it works?
>
> If you haven't actually seen the problem yourself in the wild, then
> why are you bothering with this? MS is not giving eno
On 8/24/06, Jeremy Kelley <[EMAIL PROTECTED]> wrote:
So my question is, the note states:
For example, rules with this format expose the vulnerability
RewriteRule fred/(.*) $1
While rules with this format do not expose the vulnerability:
RewriteRule fred/(.*) joe/$1
So my question
On Thursday 24 August 2006 12:12, Jose Adriano Baltieri wrote:
> However, Apache DOES NOT remove or "swallows" the x-sendfile header. It
> will go along to client side, revealing to client side my internal file
> system paths.
Does Header Unset x-sendfile have any effect?
> I think this is a sev
On Thursday 24 August 2006 13:59, Luca Meneghesso wrote:
> Ok.
>
> After some research I found that htdigest calculates the password digest
> based on the string username:realm:password, now I know how to
> programmatically populate the password field in the users table with
> MySQL's md5() functio
Hello all,
I've just subbed to the list, but have been an apache user for years.
I was asked this question recently, and I just wasn't sure so I wanted
to pass it along to the experts.
... begin question ...
I have some questions about the following Apache web server vulnerability for
mod_rewri
On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote:
So
BrowserMatchNoCase ".*MSIE.*" downgrade-1.0
should be ok ?
How can i see if it works?
If you haven't actually seen the problem yourself in the wild, then
why are you bothering with this? MS is not giving enough information
about the bug
I added the openLDAP lib to my LIB path.
That gets me around this problem But when I go to production I will not have
openLDAP on the same server. What did I miss in the install?
From: Jones Scott -
sjones [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 24, 2006
8:42 AM
To:
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 24, 2006 4:06 PM
Subject: Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1
> On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote:
>
> > > But anyway, how do you know that Apache is using HTTP/1.
- Original Message -
From: "Neil A. Hillard" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 24, 2006 3:55 PM
Subject: Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1
> Hi,
>
> Peter Schade wrote:
> > Hello
> >
> > i have some trouble with the recent microsoft patches where the IE6
c
On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote:
> But anyway, how do you know that Apache is using HTTP/1.1? The fact
> that HTTP/1.1 is used in the status line does *not* tell you what
> protocol was used in the response. It simply indicates that the
> server is capable of HTTP/1.1. And
Hi,
Peter Schade wrote:
> Hello
>
> i have some trouble with the recent microsoft patches where the IE6 could
> crash on certain websites if he uses http1.1 and compression.
>
> So i would configure my webserver so that he delivers only via http1.0
> here is my config from http.conf on a debian
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 24, 2006 3:47 PM
Subject: Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1
> On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote:
> > Hello
> >
> > i have some trouble with the recent microsoft pat
On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote:
Hello
i have some trouble with the recent microsoft patches where the IE6 could
crash on certain websites if he uses http1.1 and compression.
So i would configure my webserver so that he delivers only via http1.0
here is my config from http.co
I am having trouble install authnz_ldap. I finally got a
configure command line that would make and install. But when started, it could
not find the ldap so.
Is there something else I need to do or install?
Error from startup of apache
/usr/local/apache2/bin/httpd: error while lo
Hello
i have some trouble with the recent microsoft patches where the IE6 could
crash on certain websites if he uses http1.1 and compression.
So i would configure my webserver so that he delivers only via http1.0
here is my config from http.conf on a debian sarge server:
BrowserMatchNoCase ".*MSI
My company wants to migrate our existing web applications from
linux/apache/php|perl|java|etc to windows/IIS/asp.net. Because we have so many
applications to port, we'll have to do them one at a time. Our users currently
navigate back and forth between many of the different applications and th
Ok.
After some research I found that htdigest calculates the password digest
based on the string username:realm:password, now I know how to
programmatically populate the password field in the users table with MySQL's
md5() function.
Luca
-Original Message-
From: Luca Meneghesso [mailto
2006/8/24, Julien Allanos <[EMAIL PROTECTED]>:
Hello,I've installed apache httpd 2.0.58 as a Windows service on a Windows 2003 Server, using the command apache.exe -k install. Then I want to make it start with the -D SSL parameter. The problem is that I can't modify the parameters field in the Apac
Hello,I've installed apache httpd 2.0.58 as a Windows service on a Windows 2003 Server, using the command apache.exe -k install. Then I want to make it start with the -D SSL parameter. The problem is that I can't modify the parameters field in the Apache service settings: any modification is ignore
> On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >We have a shared hosting platform, and have a requirement to allow php
> >scripts to create directories+files - Problem is that php is run under
> >apache user (www-data), and the users directories are owned by the
> >user, so php script
I'm using mod_xsendfile
(http://celebnamer.celebworld.ws/stuff/mod_xsendfile) with Apache 2.0.58
on Windows.
My scripts are issuing the x-sendfile http header and, Apache is
interpreting it correctly, sending the designated file path to the
client. So far, so good.
However, Apache DOES NOT
37 matches
Mail list logo