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
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 sup
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:
ServerAdmin [EMAIL PROTECTED]
Se
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 versi
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 PM
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 third
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 and something like the recipe here:
http://wiki.apache.org/httpd/Byp
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,
I'
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
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 I
Hi Jet,
In apache 2.2.8 PidFile directive is not present in httpd.conf file and
hence the following command failed.
sed -e "s/$ORIG_APACHE\.pid/$NEW_APACHE\.worker\.pid/g" \
-e "s/\/$ORIG_APACHE/\/$NEW_APACHE/g" --in-place
$NEW_CONF/conf/httpd.conf
I tried to change the ServerRoot directive
Hey,
I have an apache2 setup running Drupal 4.7 (a CMS). Drupal uses the
mod_rewrite options below to run all requests through the top-level index.php
file, so that http://server/my/path executes /index.php?q=my/path.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
12 matches
Mail list logo