[EMAIL PROTECTED] Use Apache for compression offloading

2008-06-23 Thread Rainer Sabelka
Hi, I try to use apache (version 2.2.8 on Ubuntu 8.04) for compression offloading. What I want to do: - use mod_proxy to forward all requests to the application server - use mod_deflate to compress the output - remove the "Accept-Encondig:" header from the client's request before sending it to th

Re: [EMAIL PROTECTED] Backtracking inside ?

2008-06-23 Thread André Warnier
Christopher Nagel wrote: Hi, I'm setting up Django in Apache and thought it would be cool to do something like this: SetEnv DJANGO_SETTINGS_MODULE $1settings.py Unfortunately, it's looking for $1 as a literal, not as a reference to the first regex element. Am I going too far, or am I

[EMAIL PROTECTED] Backtracking inside ?

2008-06-23 Thread Christopher Nagel
Hi, I'm setting up Django in Apache and thought it would be cool to do something like this: SetEnv DJANGO_SETTINGS_MODULE $1settings.py Unfortunately, it's looking for $1 as a literal, not as a reference to the first regex element. Am I going too far, or am I just using the wrong syntax?

RE: [EMAIL PROTECTED] Forbidden

2008-06-23 Thread john.swilting
good, I just finished install everything works well I did everything in the root of the site but how to create other virtualhost I tried to change this # # UserDir is disabled by default since it can confirm the presence # of a username on the system (depending on home directory

Re: [EMAIL PROTECTED] Re: howto query which domain?

2008-06-23 Thread André Warnier
Nino Saturnino Martinez Vazquez Wael wrote: Hi I have a vhost which has several serveraliases, how can I check for which one is being triggered? Something like this: if serveralias="myalias" then{ RequestHeadder add domain "myalias" } I've tried location, but it does not seem to be the thi

[EMAIL PROTECTED] Re: howto query which domain?

2008-06-23 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have a vhost which has several serveraliases, how can I check for which one is being triggered? Something like this: if serveralias="myalias" then{ RequestHeadder add domain "myalias" } I've tried location, but it does not seem to be the thing.. -- -Wicket for love Nino Martinez Wael

RE: [EMAIL PROTECTED] Port or SSL issue?

2008-06-23 Thread Tan, Liao
Patrick, Much appreciated the information. The thing is in modssl.org, I only find source for apache 1.3.x, not for 2.0. Where can I find it and download? My apache doesnt have it, i did a Find, and didnt find. Thank you! Ingrid -Original Message- From: Patrick Horgan [mailto:[EMAI

Re: [EMAIL PROTECTED] Port or SSL issue?

2008-06-23 Thread Patrick Horgan
Tan, Liao wrote: Folks, I have tried in many ways making my https certificate work out, but nothing yet. My apache is 2.0.46, HP-UX, and Listen 443 in http-ssl.conf. I´ve also asked the SA´s to start apache as root, and the https url doesnt work either. Have the certificate and ssl directive

[EMAIL PROTECTED] Cookie based AB testing with different document roots

2008-06-23 Thread Rich Schumacher
Hey all, Here is my dilemma: I have several web servers that each contain two versions of our site (skin is different, URLs are the same) located in different document roots, /var/www/a.example.com and /var/www/b.example.com. The marketing department wants to compare the versions to see which is

[EMAIL PROTECTED] Forbidden again

2008-06-23 Thread Tan, Liao
Folks, Sorry for posting again this question, as I have deleted the mails related to the "forbidden" subject (dont know if it´s similar to mine). Im trying to make my https work, and just out of curiosity, I typed http://localhost:443, and it gave me the error below: "Forbidden You don't have p

[EMAIL PROTECTED] Port or SSL issue?

2008-06-23 Thread Tan, Liao
Folks, I have tried in many ways making my https certificate work out, but nothing yet. My apache is 2.0.46, HP-UX, and Listen 443 in http-ssl.conf. I´ve also asked the SA´s to start apache as root, and the https url doesnt work either. Have the certificate and ssl directives, except for the "

Re: [EMAIL PROTECTED] Forbidden

2008-06-23 Thread Norman Khine
Also make sure you add correct entry to your .conf file Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all Bruno Mendoza wrote: Hi, I have just installed http apache server on linux (Ubuntu 8.04 LST kernel 2.6.24-19-gener

Re: [EMAIL PROTECTED] Redirect a old dynamic URL to a new dynamic URL

2008-06-23 Thread Ian Munday
Hi Nick, Thanks for your response. On 19 Jun 2008, at 17:25, Nick Kew wrote: On Thu, 19 Jun 2008 15:01:18 +0100 Ian Munday <[EMAIL PROTECTED]> wrote: I'm using the .htaccess file Ouch! That makes for slow and complex. Is there a better way then? However, using the old URLs with parame

Re: [EMAIL PROTECTED] Forbidden

2008-06-23 Thread Joshua Slive
On Mon, Jun 23, 2008 at 8:26 AM, Bruno Mendoza <[EMAIL PROTECTED]> wrote: > Hi, > > I have just installed http apache server on linux (Ubuntu 8.04 LST > kernel 2.6.24-19-generic) from source files but, after started server, > when I try visit localhost I recive the following message > > Forbidden >

Re: [EMAIL PROTECTED] Redirection to www

2008-06-23 Thread Matus UHLAR - fantomas
> On 19.10.06 09:26, Joshua Slive wrote: > > On 10/19/06, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > > > > >in some cases it would be nice if apache redirected all requests to > > >ServerAlias to ServerName automatically... a wishlist bug probably? > > > > Yes, I've always sort-of wanted

RE: [EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46

2008-06-23 Thread Tan, Liao
Eric, Txs for the answer. So my apche has the mod_ssl, but I dont find the mod_ssl.so file, so that I can uncomment the "LoadModulelibexec/mod_ssl.so" directive in httpd.conf. How can I get it, or do I need to compile just the file, without installing again the apache. Im not expert in apac

RE: [EMAIL PROTECTED] Forbidden

2008-06-23 Thread Vinay Purohit
Check directory permission in your httpd.conf file for default doc-root. -Original Message- From: Bruno Mendoza [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 5:57 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Forbidden Hi, I have just installed http apache server on

[EMAIL PROTECTED] Forbidden

2008-06-23 Thread Bruno Mendoza
Hi, I have just installed http apache server on linux (Ubuntu 8.04 LST kernel 2.6.24-19-generic) from source files but, after started server, when I try visit localhost I recive the following message Forbidden You don't have permission to access / on this server. Is this issue related with httd

Re: [EMAIL PROTECTED] Apache 2 + perl UTF-8 problem

2008-06-23 Thread André Warnier
Krist, thanks for the answer. Krist van Besien wrote: On Mon, Jun 23, 2008 at 10:54, André Warnier <[EMAIL PROTECTED]> wrote: Anyone has an idea why this log does not show up ? Scriptlog only logs errors. If your script doesn't cause any errors nothing is logged. That's what I wasn't sure

[EMAIL PROTECTED] Issue with the load balancer

2008-06-23 Thread Arnab Ganguly
Dear All, I am trying out the load balancing by using Apache 2.2 Worker mpm model on Red-Hat 3.0.I am using mod_proxy and mod_proxy_balancer. ProxyPass /balancer-manager ! ProxyPass / balancer://mycluster/ stickysession=BALANCEID nofailover=On ProxyPassReverse / http://10.146.175.2

Re: [EMAIL PROTECTED] Apache 2 + perl UTF-8 problem

2008-06-23 Thread Krist van Besien
On Mon, Jun 23, 2008 at 10:54, André Warnier <[EMAIL PROTECTED]> wrote: > Anyone has an idea why this log does not show up ? Scriptlog only logs errors. If your script doesn't cause any errors nothing is logged. > Alternatively, is there another method available with Apache 2, to dump the > cont

Re: [EMAIL PROTECTED] Re: Apache 2 + perl UTF-8 problem

2008-06-23 Thread matt . farey
In that case I would go for forensic logging using mod security --Original Message-- From: André Warnier To: users@httpd.apache.org ReplyTo: users@httpd.apache.org Sent: 23 Jun 2008 11:13 Subject: [EMAIL PROTECTED] Re: Apache 2 + perl UTF-8 problem [EMAIL PROTECTED] wrote: [...] Thanks, M

[EMAIL PROTECTED] Re: Apache 2 + perl UTF-8 problem

2008-06-23 Thread André Warnier
[EMAIL PROTECTED] wrote: [...] Thanks, Matt. I want to see what Apache gets, because in some cases it's a java applet posting, not the browser directly. In this case, the Apache is under Solaris. I would thus prefer an Apache-based add-on or filter or something. When it comes to see what the bro

[EMAIL PROTECTED] R: [EMAIL PROTECTED] R: [EMAIL PROTECTED] Apache2 authenticating via LDAP on Active Directory

2008-06-23 Thread De Filippo Andrea
I have also tried to install Apache2-AuthenMSAD-0.02 perl module: Inserting these lines in /etc/apache2/sites-enabled/000-default: # Authentication Realm and Type (only Basic supported) AuthName "Microsoft Active Dir

Re: [EMAIL PROTECTED] a problem config

2008-06-23 Thread Matus UHLAR - fantomas
Hello, On 21.06.08 16:16, swilting wrote: > I do not understand this phenomenon > I have the name www.renelacroute.fr  and renelacroute.fr > I installed Dotclear and gallery2 > > http://www.renelacroute.fr/dotclear/ > http://renelacroute.fr/dotclear > that http://www.renelacroute.fr/gallery2/

Re: [EMAIL PROTECTED] Httpd Performance

2008-06-23 Thread Matus UHLAR - fantomas
On 20.06.08 10:19, Mohit Anchlia wrote: > 1. Does Apache spawns a new httpd process for every request that it gets. usually not, but you configure it to do so. > 2. How to monitor Apache performance, number of resources it's using and if > it's reaching threshold values defined in Apache (pool, t

[EMAIL PROTECTED] Apache 2 + perl UTF-8 problem

2008-06-23 Thread André Warnier
Hi. Platform : SunOS 5.8 (Solaris 8) Apache : Apache/2.0.52 I am testing an html form, which POST's to a cgi-bin script. I would like to see what the form (aka browser) is posting, before the cgi-bin script gets it. I have configured Apache with VirtualHost's, and with the following run-time