[EMAIL PROTECTED] Infinite loop of redirects

2008-05-06 Thread Emil Edeholt
Hi! I'm trying to change my url:s from site.com/index.php?foo=bar to site.com/bar. I both have a rewriterule with a 301 redirect so google, etc. won't lose my old links. And an (I think it's called) internal rewriterule that sends my site.com/bar url:s to the php script. The problem is when

RE: [EMAIL PROTECTED] How to start multiple apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-06 Thread Wilda, Jet
Hi, I'm not sure since what you have seems a bit different then our setup. I'll just describe what we have. The directories in our ServerRoot are /etc/APACHE_INSTANCE conf conf.d logs- /var/logs/APACHE_INSTANCE modules - /usr/lib/modules run

RE: [EMAIL PROTECTED] How to start multiple apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-06 Thread Vinay Purohit
Thanks Jet. I am able to resolve the issues. \Vinay -Original Message- From: Wilda, Jet [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 4:52 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How to start multiple apache daemon in apache 2.2.8 on RHEL 5.1 Hi,

Re: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Eric Covener
On Tue, May 6, 2008 at 3:43 AM, Mark Mcdonald [EMAIL PROTECTED] wrote: What I want to do is remove authentication from a specific URL, namely the RSS path: http://server/node/feed (index.php?q=node/feed). Have you tried Location /node/feed and something like the recipe here:

[EMAIL PROTECTED] Reverse-proxy and Location headers rewriting

2008-05-06 Thread Sylvain Beaux
Hi all, I'm trying to use apache in a reverse-proxy mode. There are 3 feature I'd like to use: 1) URL rewriting 2) Cookie path rewriting 3) Location rewriting in case of 30x reply from my backend server I've made apache working for case 1) but there is something wrong in the second and the

Re: [EMAIL PROTECTED] CGI without displaying script in URI

2008-05-06 Thread Justin Jereza
Thanks. I've read up on your suggestions to some extent. Every request going to a script won't be a problem since I've got vhosts and I can compartmentalize them. Right now I've gotten to symlinking the index but I was hoping for a better solution. Thanks again. :-) On Mon, May 5, 2008 at 8:49

[EMAIL PROTECTED] FIN packets with mod_proxy

2008-05-06 Thread Scott Moseman
Before I go too in-depth, my problem is that when I'm going through the mod_proxy instance, the FIN packets get sent from a *different* source port than the rest of the TCP transaction. Thus both hosts gets confused, packets are dropped and I cannot complete a transaction. # httpd -v Server

RE: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Mark Mcdonald
I think that's what I'm looking for, although it doesn't seem to work. There are no errors, the authentication prompt just remains after apache is restarted. I am testing on a box using Basic auth, with the following file in /etc/apache2/sites-enabled: VirtualHost * ServerAdmin [EMAIL

Re: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Eric Covener
On Tue, May 6, 2008 at 9:02 PM, Mark Mcdonald [EMAIL PROTECTED] wrote: Allow from any Allow from 'all'? 'any' is probably interpreted as a hostname. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User

RE: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Mark Mcdonald
Woops, sorry that was just me playing around. It still prompts for credentials with 'all' and for a specific IP class. -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 May 2008 9:14 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Unsecuring