[EMAIL PROTECTED] Apache reverse proxy scenario -- pls help

2008-10-09 Thread Somnath Pal
Hi list, Request your suggestion on apache reverse proxy scenario as mentioned below - We are using Apache 2.2.9 on windows as reverse proxy server for a sharepoint/Livelink website . The requirement is to block direct access to the executable livelink.exe in url - http:///Livelink/livelink.exe

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Krist van Besien
2008/10/8 Bartłomiej Siwek <[EMAIL PROTECTED]>: > On further investigation I found out that a server responds to requests with > a 301 (Moved Permanently) response, then the browser tries to connect to the > url pointing a page from the first domain. Are you sure it is your server that does this

Re: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Bartek Śiwy Siwek
Eric Covener napisał(a): > 2008/10/8 Bartłomiej Siwek >[EMAIL PROTECTED]>: > >> > >> That's just how it works, the first one defined in a NameVirtualHost > >> set is the default/catch-all. > > > > So how would I go about setting it so the apache responds only to valid > > vhosts? > > It has to res

Re: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Bartek Śiwy Siwek
Krist van Besien napisał(a): > 2008/10/8 Bartłomiej Siwek >[EMAIL PROTECTED]>: > > > On further investigation I found out that a server responds to requests > with > > a 301 (Moved Permanently) response, then the browser tries to connect to > the > > url pointing a page from the first domain. > >

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread André Warnier
Bartek Śiwy Siwek wrote: [...] I'll do that. Hoever I still don't understand why the request to a second vhost end up redirected to first. Hi. I think that you are getting confused between different steps of what happens (and it is quite easy to get confused, because there are many steps).

[EMAIL PROTECTED] Apache 2.2 +Suexec + Mailman

2008-10-09 Thread Grant Peel
Hi all, I have been trying to get Mailman (2.1.9) working under Apache2.2+Suexec for the past few days and am about to give up. I have gooogled my ___-___ trying to formulate a solution to no avail. I also have the Mailman install procedure pretty much memorized. What I am seeing is that th

Re: Re: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Bartek Śiwy Siwek
Krist van Besien napisał(a): > 2008/10/9 Bartek Śiwy Siwek >[EMAIL PROTECTED]>: > > >> Are you sure it is your server that does this and not selfip.org that > >> does it? If you tell us what the real name of your site is I can check > >> this. > > I'm sure because it was a response I found in apac

Re: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Krist van Besien
2008/10/9 Bartek Śiwy Siwek <[EMAIL PROTECTED]>: >> Are you sure it is your server that does this and not selfip.org that >> does it? If you tell us what the real name of your site is I can check >> this. > I'm sure because it was a response I found in apache logs when i turned > mod_dumpio on.

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Dan Poirier
Eric Covener said the following on 10/08/2008 10:43 PM: On Wed, Oct 8, 2008 at 10:01 PM, Arvind Shenoy <[EMAIL PROTECTED]> wrote: Hello, I recently installed httpd-2.2.9 (with LDAP and SSL) on my Mac OS X 10.5.4 box. Everything went very smoothly except for one thing; Apache keeps shutting down

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Eric Covener
2008/10/8 Bartłomiej Siwek <[EMAIL PROTECTED]>: >> >> That's just how it works, the first one defined in a NameVirtualHost >> set is the default/catch-all. > > So how would I go about setting it so the apache responds only to valid > vhosts? It has to respond if the client ends up at an IP address

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Arvind Shenoy
Dan, Thanks for replying. Unfortunately, there are no related messages in Console.app. System.log also does not raise any red flags. I would really like to find out (but don't know exactly how to go about it) is whether the initgroups() call is failing because of not being called by the super-user

Re: [EMAIL PROTECTED] CGI buffering problems with Apache 2.2.6 and perl

2008-10-09 Thread Zachariah Zachariah
Hi, Unfortunately, I have received no suggestions/pointers from any one regarding this post. I had to do some hard research of the documentation before I found a solution. I am posting my findings with the hope that it may benefit others. While it is true to say that newer Apache versions (1.

[EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-09 Thread MierMier
Hey people, I need your help, thanks in advance! I have an appche server 2.x. + PHP, And I woundered rather it is possible to output the same page (i.e. "a.php") for a request of whatever page. I will give an examples: if the client try to reach "/hello/index.php" (which do not really exist in

Re: [EMAIL PROTECTED] redirect issue

2008-10-09 Thread Justin Pasher
Yoom Nguyen wrote: Greetings, Could some one tell me what is the correct Redirect syntax and RewriteCond to get the following requirements to work? This is what I currently have and it complaining. I am running SuSe 10. RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) Rewri

Re: [EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-09 Thread Justin Pasher
MierMier wrote: Hey people, I need your help, thanks in advance! I have an appche server 2.x. + PHP, And I woundered rather it is possible to output the same page (i.e. "a.php") for a request of whatever page. I will give an examples: if the client try to reach "/hello/index.php" (which do not

RE: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Bartłomiej Siwek
I investigated the problem further, and that: - DNS is working correctly. - The Apache is sending (still for reasons unknown the 301 response). Below is the extract from error.log of the first domain (with mod_dumpio turned on): [Thu Oct 09 23:18:32 2008] [debug] mod_dumpio.c(103): mod_dumpio: dump

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Dan Poirier
[rearranged to fix top-posting] On Wed, Oct 8, 2008 at 10:01 PM, Arvind Shenoy wrote: > I recently installed httpd-2.2.9 (with LDAP and SSL) on my Mac OS X 10.5.4 > box. Everything went very smoothly except for one thing; Apache keeps > shutting down due to the following

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Eric Covener
On Thu, Oct 9, 2008 at 5:28 PM, Bartłomiej Siwek <[EMAIL PROTECTED]> wrote: > P.S. I don't know if I mentioned this but the box runs Debian 4.0 > Debian has a redirect in the "default" vhost. Check your configuration. -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Arvind Shenoy
On Thu, Oct 9, 2008 at 3:42 PM, Dan Poirier wrote > You say "keeps shutting down". Do you mean it always crashes when > you try to run it? Or that sometimes it works, for a while? > > If it always crashes, I'd try running "id" with the user that > httpd is configured to run as. E.g. > > id poi

Re: [EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-09 Thread MierMier
Justin Pasher wrote: > > MierMier wrote: >> Hey people, I need your help, thanks in advance! >> >> I have an appche server 2.x. + PHP, And I woundered rather it is possible >> to output the same page (i.e. "a.php") for a request of whatever page. >> >> I will give an examples: >> >> if the clie

Re: [EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-09 Thread MierMier
MierMier wrote: > > > > Justin Pasher wrote: >> >> MierMier wrote: >>> Hey people, I need your help, thanks in advance! >>> >>> I have an appche server 2.x. + PHP, And I woundered rather it is >>> possible >>> to output the same page (i.e. "a.php") for a request of whatever page. >>> >>> I w

Re: [EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-09 Thread Brian Mearns
The QSA option is what you need to pass the GET arguments along to the rewritten url. For instance, if you want EVERY url to get served by a.php, including GET arguments, you can do: RewriteRule ^.*$ /a.php [QSA] I'm pretty sure that's the write matching pattern to match anything, but wh

Re: [EMAIL PROTECTED] redirect issue

2008-10-09 Thread Yoom Nguyen
Justin, Thank you so much for look into my issue. Yes, I got an error when I try to restart apache. This is what it said. "Syntax error on line 25 of /etc/apache2/vhosts.d/vipcorpinuat-yast2_vhost.conf: Redirect takes two or three arguments, an optional status, then document to be redirected

[EMAIL PROTECTED] mod_authnz_ldap problems with Apache 2.2.9

2008-10-09 Thread lambic
Hello Apache gurus, I am having trouble getting mod_authnz_ldap to work in Apache. httpd-2.2.9 running on Solaris 10 (in a non-global zone) Here is my configure line: ./configure --prefix=/svn/builds/apache-2.2.9_20081009 --enable-logio --enable-proxy --enable-proxy-http --enable-rewrite --enabl