Re: [us...@httpd] What module/config trigger Vary: Host?

2009-04-28 Thread André Warnier
howard chen wrote: I am using apache2.2 on ubuntu 8.10, even I have disabled mod_deflate, my apache is keep sending out Vary: Host. Any other module or config will lead to this? I have the following modules enabled: alias auth_basic authn_file authz_default authz_groupfile authz_host authz_user

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-28 Thread Krist van Besien
On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote: > I use apache with ssl and require client cert. how to let the user know he > shouldrequest a cert? now when a person without a cert access the site, it > only appreas that "the site can't be displayed ,maybe network problem" > how to give a hint t

[us...@httpd] What module/config trigger Vary: Host?

2009-04-28 Thread howard chen
I am using apache2.2 on ubuntu 8.10, even I have disabled mod_deflate, my apache is keep sending out Vary: Host. Any other module or config will lead to this? I have the following modules enabled: alias auth_basic authn_file authz_default authz_groupfile authz_host authz_user autoindex cgi dir en

[us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-28 Thread Buddy wu
I use apache with ssl and require client cert. how to let the user know he shouldrequest a cert? now when a person without a cert access the site, it only appreas that "the site can't be displayed ,maybe network problem" how to give a hint to user , he should use a cert to access this cert

[us...@httpd] mod_proxy + mod_expires

2009-04-28 Thread Tom Lancaster
Hi, I have a local cache (mod_disk_cache) of map tiles from OpenStreetMap on my web server. My apache configuration pulls the tiles from tile.openstreetmap.org using the following proxy settings: ProxyPass /osmtiles/ http://tile.openstreetmap.org/ ProxyPassReverse /osmtiles/ http://tile.openstree

Re: [us...@httpd] Apache Install Problem

2009-04-28 Thread Martin Fontanez
Never mind.   I bounced the box and the page came right up.  Thank you. --- On Tue, 4/28/09, Martin Fontanez wrote: From: Martin Fontanez Subject: [us...@httpd] Apache Install Problem To: users@httpd.apache.org Date: Tuesday, April 28, 2009, 12:57 PM Not certain what gives.  Apache install was

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-28 Thread ricardo13
Hi, I thought that if I typed "localhost/1" in browser, the program (file) in mod_rewrite (RewriteMap) mapped from /1 to /index.html But, Happen 400 Bad Request. Thank you Ricardo Eric Covener wrote: > > On Tue, Apr 28, 2009 at 2:17 PM, ricardo13 > wrote: >> >> Hi all, >> I'm doing example

[us...@httpd] Apache crashes

2009-04-28 Thread Siebler, Robin
First, let me state that I know nothing about Apache. The person who installed Apache is no longer at the company. Apache was working fine, but I needed to stop/start the service, and after that it stopped working. Below is all of the pertinent information (that I can think of): Windows

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-28 Thread Eric Covener
On Tue, Apr 28, 2009 at 2:17 PM, ricardo13 wrote: > > Hi all, > I'm doing examples with mod_rewrite, I'm using directive RewriteMap > I did a simple program in C > > #include > int main() { >  int id = 0; >  fscanf(stdin, "%d", &id); >  switch(id) { >    case 1: fprintf(stdout, "/index.html"); >

Re: [us...@httpd] Apache Install Problem

2009-04-28 Thread André Warnier
Martin Fontanez wrote: Not certain what gives. Apache install was flawless on Red Hat Linux box; and Apache starts ok. My problem is I can't get the index.html page to display from my desktop. I can ping the box fm desktop. tracert 111.111.111.111 // returns correct path from desktop.

[us...@httpd] RewriteMap PRG By Example Using C

2009-04-28 Thread ricardo13
Hi all, I'm doing examples with mod_rewrite, I'm using directive RewriteMap I did a simple program in C #include int main() { int id = 0; fscanf(stdin, "%d", &id); switch(id) { case 1: fprintf(stdout, "/index.html"); break; case 2: fprintf(stdout, "/new.html"); break;

Re: [us...@httpd] Apache Install Problem

2009-04-28 Thread Evan Platt
At 09:57 AM 4/28/2009, you wrote: Not certain what gives. Apache install was flawless on Red Hat Linux box; and Apache starts ok. My problem is I can't get the index.html page to display from my desktop. I can ping the box fm desktop. tracert 111.111.111.111 // returns correct path from de

[us...@httpd] Apache Install Problem

2009-04-28 Thread Martin Fontanez
Not certain what gives.  Apache install was flawless on Red Hat Linux box; and Apache starts ok.   My problem is I can't get the index.html page to display from my desktop.   I can ping the box fm desktop.   tracert 111.111.111.111 // returns correct path from desktop.   telnet localhost 80   //

RE: [us...@httpd] Ways of installing Apache.

2009-04-28 Thread Martin Fontanez
There a couple of docs out there.  I use:   http://teklimbu.wordpress.com/2007/10/08/configuring-apache-2x-with-php-5x-and-mysql-5x/   or   http://www.developertutorials.com/tutorials/linux/how-to-install-apache-2-on-linux-7-12-19/page2.html     --- On Tue, 4/28/09, Steffen Tronstad wrote: Fro

Re: [us...@httpd] mod_proxy: CSS & JavaScript not loaded

2009-04-28 Thread John Ruffin
On Tue, Apr 28, 2009 at 7:54 AM, John Ruffin wrote: > Thanks Andre! I noticed after I sent the post that I'm getting a 404 in > the html where the browser has tried to get the javascript. 404 because the > application name has been pre-pended to the front of the URL twice. I'm not > clear on h

Re: [us...@httpd] trailing slash

2009-04-28 Thread Eric Covener
On Tue, Apr 28, 2009 at 10:15 AM, Melanie Pfefer wrote: > > Hi > > I did the following redirection: > > ProxyPass /abc http://host:7005/ > ProxyPassReverse /abc http://abc:7005/ > Match trailing slashes in the two arguments (both or none) -- Eric Covener cove...@gmail.com --

[us...@httpd] trailing slash

2009-04-28 Thread Melanie Pfefer
Hi I did the following redirection: ProxyPass /abc http://host:7005/ ProxyPassReverse /abc http://abc:7005/ Now: http://host/abc/rep/ works but http://host/abc/rep does not work. any idea how to resolve this? thanks, -

Re: [us...@httpd] libtool problems on Solaris

2009-04-28 Thread Ihsan Dogan
Am 27.4.2009 16:18 Uhr, Eric Covener schrieb: >> line 9748: syntax error near unexpected token >> `lt_if_append_uniq(lt_decl_varnames,' >> /home/ihsan/gar/csw/mgar/pkg/apache2/trunk/work/build-isa-sparcv8/httpd-2.2.11/srclib/apr/configure: >> line 9748: `lt_if_append_uniq(lt_decl_varnames, SED, ,

Re: [us...@httpd] HTML source rather than rendered page with mod_proxy_ajp

2009-04-28 Thread Brian Mearns
On Tue, Apr 28, 2009 at 9:39 AM, André Warnier wrote: > Brian Mearns wrote: >> >> On Tue, Apr 28, 2009 at 8:43 AM, mr_b wrote: >>> >>> Hi! I run use mod_proxy_ajp to run several JBosses behind an Apache HTTP >>> server (OS is Centos5). My problem: "occasionally" the browser displays >>> the >>> H

Re: [us...@httpd] HTML source rather than rendered page with mod_proxy_ajp

2009-04-28 Thread André Warnier
Brian Mearns wrote: On Tue, Apr 28, 2009 at 8:43 AM, mr_b wrote: Hi! I run use mod_proxy_ajp to run several JBosses behind an Apache HTTP server (OS is Centos5). My problem: "occasionally" the browser displays the HTML source code of the page rather than the rendered page itself. (Sorry for not

Re: [us...@httpd] HTML source rather than rendered page with mod_proxy_ajp

2009-04-28 Thread Brian Mearns
On Tue, Apr 28, 2009 at 8:43 AM, mr_b wrote: > Hi! I run use mod_proxy_ajp to run several JBosses behind an Apache HTTP > server (OS is Centos5). My problem: "occasionally" the browser displays the > HTML source code of the page rather than the rendered page itself. (Sorry > for not being more spe

Re: [us...@httpd] Ways of installing Apache.

2009-04-28 Thread Davide Bianchi
Jimmyboy wrote: > Hi All, > > Can someone tell me in how many ways can one install Apache Server on an > Ubuntu or a Linux box? In all the disitributions is already included or can be installed using the default package manager. Davide -- In the world you need only two things: duct tape and w

Re: [us...@httpd] Ways of installing Apache.

2009-04-28 Thread André Warnier
Jimmyboy wrote: Hi All, Can someone tell me in how many ways can one install Apache Server on an Ubuntu or a Linux box? Many. But you may want to start by reading this : http://httpd.apache.org/userslist.html and particularly this : http://www.catb.org/~esr/faqs/smart-questions.html ---

RE: [us...@httpd] Ways of installing Apache.

2009-04-28 Thread Steffen Tronstad
That would be "sudo apt-get install apache2" then Fra: Jimmyboy [mailto:jimmyjose2...@gmail.com] Sendt: 28. april 2009 15:16 Til: users@httpd.apache.org Emne: [us...@httpd] Ways of installing Apache. Hi All, Can someone tell me in how many ways can one install Apache Server on an Ubunt

[us...@httpd] Ways of installing Apache.

2009-04-28 Thread Jimmyboy
Hi All, Can someone tell me in how many ways can one install Apache Server on an Ubuntu or a Linux box? I need to install Nagios after that and configure its "WEB INTERFACE". Thanks, Jim

RE: [us...@httpd] VirtualHost rewrite and mod_negotiation

2009-04-28 Thread Hracek, Petr
In the Apache version 1.3 we used only And now other directives has been specified like Because of we migrated to Apache 2.2 then now we have a problems with Multilanguage support. We have a following problem: In VirtualHost _default:443 We have specified DocumentRoot "/opt/apache/htdocs/ssldo

Re: [us...@httpd] Windows Vista DocumentRoot relocation issue 403 Forbidden

2009-04-28 Thread Ian Cant
Thanks, I've just realised what a stupid mistake that was. - Original Message - From: "Eric Covener" To: Sent: Tuesday, April 28, 2009 1:52 PM Subject: Re: [us...@httpd] Windows Vista DocumentRoot relocation issue 403 Forbidden On Tue, Apr 28, 2009 at 8:42 AM, Ian Cant wrote: Hi

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread André Warnier
Melanie Pfefer wrote: Hi Andre, It worked but I need to check this with you: I have bunches of lines in httpd.conf: several rules, ssl configuration, redirections, authentication providers…. I tried to put all these between and to configure the first (and default) server. But apache refuse

Re: [us...@httpd] mod_proxy: CSS & JavaScript not loaded

2009-04-28 Thread John Ruffin
Thank Andre! I noticed after I sent the post that I'm getting a 404 in the html where the browser has tried to get the javascript. 404 because the application name has been pre-pended to the front of the URL twice. I'm not clear on how/why this happens. See snippet below: 1A</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35146.html">Re: [us...@httpd] Windows Vista DocumentRoot relocation issue 403 Forbidden</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+Windows+Vista+DocumentRoot+relocation+issue+403+%09Forbidden%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Eric+Covener%22&o=newest">Eric Covener</a></span> </div> <blockquote><span class="msgFragment"> On Tue, Apr 28, 2009 at 8:42 AM, Ian Cant wrote: > Hi, I am experiencing problems installing Apache 2.2.11 including open-ssl > onto my Windows Vista Ultimate (no service pack) machine. I have followed > tutorials I have seen online about running the installer from command prompt > (as Adminstrato</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35145.html">Re: [us...@httpd] VirtualHost rewrite and mod_negotiation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+VirtualHost+rewrite+and+mod_negotiation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Eric+Covener%22&o=newest">Eric Covener</a></span> </div> <blockquote><span class="msgFragment"> 2009/4/28 Hracek, Petr : > You mean directive directory? > What does it mean stanza? > > I have been using /opt/appl/htdocs and with it it works. Is this your answer? I don't follow what your initial error is and what you've done to resolve it. Previously, you showed a container and you reported </span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35144.html">[us...@httpd] HTML source rather than rendered page with mod_proxy_ajp</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+HTML+source+rather+than+rendered+page+with+mod_proxy_ajp%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22mr_b%22&o=newest">mr_b</a></span> </div> <blockquote><span class="msgFragment"> Hi! I run use mod_proxy_ajp to run several JBosses behind an Apache HTTP server (OS is Centos5). My problem: "occasionally" the browser displays the HTML source code of the page rather than the rendered page itself. (Sorry for not being more specific - I really couldn't find any reproducible caus</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35143.html">[us...@httpd] Windows Vista DocumentRoot relocation issue 403 Forbidden</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+Windows+Vista+DocumentRoot+relocation+issue+403+Forbidden%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Ian+Cant%22&o=newest">Ian Cant</a></span> </div> <blockquote><span class="msgFragment"> Hi, I am experiencing problems installing Apache 2.2.11 including open-ssl onto my Windows Vista Ultimate (no service pack) machine. I have followed tutorials I have seen online about running the installer from command prompt (as Adminstrator) and installing Apache outside of the Program Files </span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35142.html">RE: [us...@httpd] VirtualHost rewrite and mod_negotiation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22RE%5C%3A+%5C%5Bus...%40httpd%5C%5D+VirtualHost+rewrite+and+mod_negotiation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Hracek%2C+Petr%22&o=newest">Hracek, Petr</a></span> </div> <blockquote><span class="msgFragment"> You mean directive directory? What does it mean stanza? I have been using /opt/appl/htdocs and with it it works. Is this your answer? regards / S pozdravem Petr Hráček -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Tuesday, April 28, 2009 2:34 PM To: users@httpd.</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35141.html">Re: [us...@httpd] VirtualHost rewrite and mod_negotiation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+VirtualHost+rewrite+and+mod_negotiation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Eric+Covener%22&o=newest">Eric Covener</a></span> </div> <blockquote><span class="msgFragment"> 2009/4/28 Hracek, Petr : > DocumentRoot is /opt/apache/htdocs/ssldocs > > I can send you the configuration file but to your mail. You need a directory stanza that matches it, with "allow from all" or similar. -- Eric Covener cove...@gmail.com </span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35140.html">RE: [us...@httpd] VirtualHost rewrite and mod_negotiation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22RE%5C%3A+%5C%5Bus...%40httpd%5C%5D+VirtualHost+rewrite+and+mod_negotiation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Hracek%2C+Petr%22&o=newest">Hracek, Petr</a></span> </div> <blockquote><span class="msgFragment"> DocumentRoot is /opt/apache/htdocs/ssldocs I can send you the configuration file but to your mail. regards / S pozdravem Petr Hráček -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Tuesday, April 28, 2009 2:30 PM To: users@httpd.apache.org Subject: Re: [us...@http</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35137.html">Re: [us...@httpd] VirtualHost rewrite and mod_negotiation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+VirtualHost+rewrite+and+mod_negotiation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Eric+Covener%22&o=newest">Eric Covener</a></span> </div> <blockquote><span class="msgFragment"> 2009/4/28 Hracek, Petr : > No the result is the same. > Now the settings are: > >   >    Options Includes Indexes MultiViews FollowSymLinks >    AllowOverride None >    Order deny,allow >    Deny from all >    MultiviewsMatch Any >    SetOutputFilter INCLUDES > > > And in the apache log is again "</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35136.html">RE: [us...@httpd] VirtualHost rewrite and mod_negotiation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22RE%5C%3A+%5C%5Bus...%40httpd%5C%5D+VirtualHost+rewrite+and+mod_negotiation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Hracek%2C+Petr%22&o=newest">Hracek, Petr</a></span> </div> <blockquote><span class="msgFragment"> No the result is the same. Now the settings are: Options Includes Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all MultiviewsMatch Any SetOutputFilter INCLUDES And in the apache log is again "client denied by server configuration". r</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35134.html">Re: [us...@httpd] VirtualHost rewrite and mod_negotiation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+VirtualHost+rewrite+and+mod_negotiation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Eric+Covener%22&o=newest">Eric Covener</a></span> </div> <blockquote><span class="msgFragment"> 2009/4/28 Hracek, Petr : > >     Options +Includes Indexes +MultiViews FollowSymLinks Try without mixing + and non-+ -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35139.html">[us...@httpd] VirtualHost rewrite and mod_negotiation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+VirtualHost+rewrite+and+mod_negotiation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Hracek%2C+Petr%22&o=newest">Hracek, Petr</a></span> </div> <blockquote><span class="msgFragment"> Hello all, sorry for bother you with issue both I think that I misunderstand how the mod_negotiation and mod_rewrite work is working. In my apache I have enabled Virtual Host called: SSLEngine on DocumentRoot "/opt/apache/htdocs/ssldocs" AddType text/html .shtml RewriteEngine on RewriteCo</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35133.html">Re: [us...@httpd] alias using Virtual host</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+alias+using+Virtual+host%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Melanie+Pfefer%22&o=newest">Melanie Pfefer</a></span> </div> <blockquote><span class="msgFragment"> Hi Andre, It worked but I need to check this with you: I have bunches of lines in httpd.conf: several rules, ssl configuration, redirections, authentication providers…. I tried to put all these between and to configure the first (and default) server. But apache refused to start after this </span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35132.html">Re: [us...@httpd] libtool problems on Solaris</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+libtool+problems+on+Solaris%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Ihsan+Dogan%22&o=newest">Ihsan Dogan</a></span> </div> <blockquote><span class="msgFragment"> Am 27.4.2009 16:18 Uhr, Eric Covener schrieb: >> /home/ihsan/gar/csw/mgar/pkg/apache2/trunk/work/build-isa-sparcv8/httpd-2.2.11/srclib/apr/configure: >> line 9748: syntax error near unexpected token >> `lt_if_append_uniq(lt_decl_varnames,' >> /home/ihsan/gar/csw/mgar/pkg/apache2/trunk/work/build-i</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35131.html">Re: [us...@httpd] alias using Virtual host</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+alias+using+Virtual+host%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Andr%C3%A9+Warnier%22&o=newest">André Warnier</a></span> </div> <blockquote><span class="msgFragment"> Melanie Pfefer wrote: Hi Andre, Thanks for the clarification. Before proceeding with this, what is the other alternative that you mentionned? I suggest that before moving to the second alternative, you try this one first, since you already have your two Apache instances. Then if it works, we</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35138.html">[us...@httpd] authentication realm</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+authentication+realm%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Hans+Schippers%22&o=newest">Hans Schippers</a></span> </div> <blockquote><span class="msgFragment"> Hi all, Given a "require valid-user" directive, in what scenario would this ask for a username and password in a *different* authentication realm than the one specified with AuthName? I currently have the following DAV conf section: DAV svn SVNParentPath /home/wins/inf/lore/svn SVNListParent</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35135.html">[us...@httpd] Protect an entire subdomain containing virtual directories (ProxyPass)</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+Protect+an+entire+subdomain+containing+virtual+directories+%5C%28ProxyPass%5C%29%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Vianney+Lejeune%22&o=newest">Vianney Lejeune</a></span> </div> <blockquote><span class="msgFragment"> Hello, I have a subdomain (admin.mydomain.com). Some subdirectories (e.g admin.mydomain.com/foo/) are virtual bacause they redirect to a ProxyPass. How can I protect the entire subdomain admin.mydomain.com and all its subdirectories (real (=on disk) and virtual) based on a login/pwd ? </span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35130.html">Re: [us...@httpd] alias using Virtual host</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+alias+using+Virtual+host%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Melanie+Pfefer%22&o=newest">Melanie Pfefer</a></span> </div> <blockquote><span class="msgFragment"> Hi Andre, Thanks for the clarification. Before proceeding with this, what is the other alternative that you mentionned? thank you, --- On Tue, 28/4/09, André Warnier wrote: > From: André Warnier > Subject: Re: [us...@httpd] alias using Virtual host > To: users@httpd.apache.org > Date: Tuesda</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35129.html">Re: [us...@httpd] alias using Virtual host</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+alias+using+Virtual+host%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Andr%C3%A9+Warnier%22&o=newest">André Warnier</a></span> </div> <blockquote><span class="msgFragment"> Melanie Pfefer wrote: Hi, Let me clarify more: I have the main http.conf file and created another http.conf to run another apache instance on port 8094. That is a welcome clarification indeed. Why t.h. did you do that for ? ;-) You could also do that with a single Apache. So, before we go a</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35128.html">Re: [us...@httpd] Shell Script to automatically start Apache with SSL passphrase?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+Shell+Script+to+automatically+start+Apache+with+SSL+%09passphrase%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Krist+van+Besien%22&o=newest">Krist van Besien</a></span> </div> <blockquote><span class="msgFragment"> On Tue, Apr 28, 2009 at 8:05 AM, Mike Lyon wrote: > So I would be able to create new keys without having to get new certs? No, you don't generate new keys (that would break your cert) but you can remove the pasphrase from the key. Make sure only root can read the key. This will even give you bett</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35127.html">Re: [us...@httpd] mod_proxy: CSS & JavaScript not loaded</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+mod_proxy%5C%3A+CSS+%5C%26+JavaScript+not+loaded%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Andr%C3%A9+Warnier%22&o=newest">André Warnier</a></span> </div> <blockquote><span class="msgFragment"> John Ruffin wrote: ... Hi. My suggestion : first turn off the proxy html stuff and try to see what exactly is happening, from the browser's point of view. Do the following, systematically : - access one of your pages - note the URL (in the URL bar of the browser) that was used to access that pa</span> </blockquote><br> <h3><span class=subject><a href="/users@httpd.apache.org/msg35126.html">Re: [us...@httpd] alias using Virtual host</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=users%40httpd.apache.org&q=date:20090428&o=newest">2009-04-28</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=users%40httpd.apache.org&q=subject:%22%5C%5Bus...%40httpd%5C%5D+alias+using+Virtual+host%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=users%40httpd.apache.org&q=from:%22Melanie+Pfefer%22&o=newest">Melanie Pfefer</a></span> </div> <blockquote><span class="msgFragment"> Hi, Let me clarify more: I have the main http.conf file and created another http.conf to run another apache instance on port 8094. I then created a DNS alias (let’s say called alias2) and put these lines NameVirtualHost *:80 ServerName alias2 ProxyPass / http://localhost: 80</span> </blockquote><br> <h2></h2> </div> <div class="aside" role="complementary"> <div class="logo"> <a href="/"><img src="/logo.png" width=247 height=88 alt="The Mail Archive"></a> </div> <h2>50 matches</h2> <br> <ul><li><a href="/search?l=users%40httpd.apache.org&q=date%3A20090428&a=1&o=newest">Advanced search</a></li></ul> <form class="overflow" action="/search" method="get"> <input type="hidden" name="l" value="users@httpd.apache.org"> <label class="hidden" for="q">Search the list</label> <input class="submittext" type="text" id="q" name="q" placeholder="Search users" value="date:20090428"> <input class="submitbutton" id="submit" type="image" src="/submit.png" alt="Submit"> </form> <div class="nav margintop" id="nav" role="navigation"> <h2 class="hidden"> Site Navigation </h2> <ul class="icons font16"> <li class="icons-home"><a href="/">The Mail Archive home</a></li> <li class="icons-list"> <a href="/users@httpd.apache.org" title="c" id="c">users - all messages</a></li> <li class="icons-about"> <a href="/users@httpd.apache.org/info.html">users - about the list</a></li> <li class="icons-expand"><a href="/search?l=users%40httpd.apache.org&q=date%3A20090428&o=newest&f=1" title="e" id="e">Expand</a></li> </ul> </div> <div class="listlogo margintopdouble"> <h2 class="hidden"> Mail list logo </h2> </div> </div> <div class="footer" role="contentinfo"> <h2 class="hidden"> Footer information </h2> <ul> <li><a href="/">The Mail Archive home</a></li> <li><a href="/faq.html#newlist">Add your mailing list</a></li> <li><a href="/faq.html">FAQ</a></li> <li><a href="/faq.html#support">Support</a></li> <li><a href="/faq.html#privacy">Privacy</a></li> </ul> </div> <script language="javascript" type="text/javascript"> document.onkeydown = NavigateThrough; function NavigateThrough (event) { if (!document.getElementById) return; if (window.event) event = window.event; if (event.target.tagName == 'INPUT') return; if (event.ctrlKey || event.metaKey) return; var link = null; switch (event.keyCode ? event.keyCode : event.which ? event.which : null) { case 69: link = document.getElementById ('e'); break; } if (link && link.href) document.location = link.href; } </script> </body> </html>