[EMAIL PROTECTED] Use of environment variables in configuration files?

2006-08-24 Thread Devraj Mukherjee
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

Re: [EMAIL PROTECTED] mod_rewrite question

2006-08-24 Thread Eoin Coffey
...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

Re: [EMAIL PROTECTED] mod_rewrite question

2006-08-24 Thread Joshua Slive
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, >

Re: [EMAIL PROTECTED] Add SSL + https to Apache2 Proxied site - won't start!

2006-08-24 Thread Joshua Slive
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'

Re: [EMAIL PROTECTED] mod_rewrite question

2006-08-24 Thread Eoin Coffey
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

[EMAIL PROTECTED] Add SSL + https to Apache2 Proxied site - won't start!

2006-08-24 Thread Chris Dagnon
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

Re: [EMAIL PROTECTED] mod_rewrite question

2006-08-24 Thread Joshua Slive
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

[EMAIL PROTECTED] mod_rewrite question

2006-08-24 Thread Eoin Coffey
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

Re: [EMAIL PROTECTED] ThreadsPerChild Limit?

2006-08-24 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] ProxyPass issues

2006-08-24 Thread Joshua Slive
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:

[EMAIL PROTECTED] ThreadsPerChild Limit?

2006-08-24 Thread Qingshan Xie
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

[EMAIL PROTECTED] ProxyPass issues

2006-08-24 Thread kent stand
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/

[EMAIL PROTECTED] Cache problems with apache2.0

2006-08-24 Thread Nima S Panahi
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

Re: [EMAIL PROTECTED] add start parameter to apache as windows service

2006-08-24 Thread William A. Rowe, Jr.
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

[EMAIL PROTECTED] mod_throttle status pages quit working [SumsaultRT #3894]

2006-08-24 Thread Mark Stosberg
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.

[EMAIL PROTECTED] Configuration Help with mod LDAP

2006-08-24 Thread Jones Scott - sjones
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

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
> 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

Re: [EMAIL PROTECTED] question about recent ReWrite vulnerability

2006-08-24 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] mod_xsendfile and security issues

2006-08-24 Thread Nick Kew
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

Re: [EMAIL PROTECTED] Digest authentication with mod_authn_dbd + MySQL driver

2006-08-24 Thread Nick Kew
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

[EMAIL PROTECTED] question about recent ReWrite vulnerability

2006-08-24 Thread Jeremy Kelley
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

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] Installing Apache 2.2.3 with authnz_ldap

2006-08-24 Thread Jones Scott - sjones
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:

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
- 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.

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
- 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

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Neil A. Hillard
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

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
- 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

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Joshua Slive
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

[EMAIL PROTECTED] Installing Apache 2.2.3 with authnz_ldap

2006-08-24 Thread Jones Scott - sjones
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

[EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
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

[EMAIL PROTECTED] cross server authentication

2006-08-24 Thread Jason Nesbitt
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

RE: [EMAIL PROTECTED] Digest authentication with mod_authn_dbd + MySQL driver

2006-08-24 Thread Luca Meneghesso
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

[EMAIL PROTECTED] Re: add start parameter to apache as windows service

2006-08-24 Thread Julien Allanos
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

[EMAIL PROTECTED] add start parameter to apache as windows service

2006-08-24 Thread Julien Allanos
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

Re: [EMAIL PROTECTED] Allow php scripts to create directories+files..

2006-08-24 Thread Matus UHLAR - fantomas
> 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

[EMAIL PROTECTED] mod_xsendfile and security issues

2006-08-24 Thread Jose Adriano Baltieri
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