I want to add a proprietary 2-factor authentication method to an Apache Web
Server that only does the 2nd step. The first challenge (username &
password) is handled by whatever mechanism exists & is configured for that
user or directory (e.g., basic, digest)
I have built a module that handles both
I'm experiencing intermittent problems starting Apache on Windows 10.
I've observed this behavior on approximately 10 different PCs with
various iterations of Apache 2.4 including the latest, 2.4.23. I'm
using x86 binaries from here:
http://www.apachelounge.com/download/VC11/
If the problem occurs
uthnz_ldap internals. Can that be turned up?
Any help would be appreciated.
Thanks!
Andy Speagle
tings/quicktips/ssh-tunnel.html
(or google ssh tunnel for your own examples).
Another common tool for this purpose is stunnel which is similar in
fashion to an ssh tunnel but a tool specificaly designed for creating
tunneling plaintext protocols
On 05/02/2016 03:40 PM, Huang, Jinhui (OST) wrote:
Hi, Andy:
Thank you for the comment about CFLAGS="-m64" and " solaris64-x86_64-gcc".
I will use CFLAGS="-m64" when I re compile/build PCRE.
For OpenSSL, actually, I saw this option when I select the target fo
nked properly. Keep in mind g++ is a different binary than gcc
and likely PCRE's build script usex CXX instead of CC. So it would have
lost your augmented CC command and used the default behavior which is to
compile to 32-bit arch.
Andy
format is used for all archives smaller
than 4GB, and the larger format is used for larger
archives that exceed the 32-bit limit.
The compile error doesn't appear related to pcre though. It looks to be
more still an o
ackaged httpd and the ubuntu upstart(or are they using systemd now?)
scripts.
You should probably ask on the ubuntu forums to see if people are
familiar with that.
Andy
-
To unsubscribe, e-mail: users-unsubscr...@httpd.a
ot on dev@.
I am on dev and I appreciate it. I'll watch that thread for more details.
Andy
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
On 10/19/2015 05:08 PM, Yann Ylavic wrote:
On Mon, Oct 19, 2015 at 11:44 PM, Andy Wang wrote:
Spdficially, note the 5 second delay between the first segment (No. 1854)
and the second data segment (1856).
Does it correspond to the KeepAliveTimeout configured on the httpd side?
(Note that
and request it via a POST instead of a GET and the problem doesn't occur
either.
Hoping for any ideas on where to go with this.
Thanks,
Andy
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
with older versions of windows, pre XP-SP2, the SendBufferSize
defaulted to 8k (which actually explains the <20MB/s performance) but
modern windows I thought they'd fixed that? Is this not the case? Is
the default sendbuffer still
sider looking at mod_cluster:
http://mod-cluster.jboss.org/
Andy
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
7;t actually have any impact at all. So
you'll want to look more closely at the init script and the httpd
configuration files to even know if what you're trying to do in
/etc/sysconfig/httpd is doable.
Andy
-
To unsub
t yes, it can be somewhat confusing.
So you need to examine your actual reasoning for why you want a more
recent version before deciding whether or not you actually "need" a more
recent version.
Andy
-
To unsubscribe, e
is about AcceptFilter http none that actually resolves
these types of issues?
Thanks,
Andy
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
On 04/03/2015 12:09 PM, Andy Wang wrote:
The trick is to use Configure directly.
This is what I do for sparc:
OPENSSL_TARGET=solaris64-sparcv9-gcc
OPENSSL_CONFIG="./Configure $OPENSSL_TARGET --prefix=$OPENSSL_ROOT
threads shared"
I also set
CC="gcc -static-libgcc"
CFLAGS
On 04/03/2015 11:15 AM, Rainer Jung wrote:
Am 03.04.2015 um 17:50 schrieb ਜਤਿੰਦਰ ਸਿੰਘ:
~/openssl64/lib$ ls -ltr
total 10224
drwxr-x--- 2 q1col2a1 q1col2a1 96 Apr 2 14:59 engines
-rw-r--r-- 1 q1col2a1 q1col2a1 4401152 Apr 2 14:59 libcrypto.a
-rw-r--r-- 1 q1col2a1 q1col2a1 823208 A
fPIC is not necessary for openssl, at least on Linux. the shared
Configure option takes care of that for you.
Andy
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
On 03/12/2015 10:41 PM, Andy Wang wrote:
I have the following MultiView LanguagePriority block:
Options FollowSymLinks MultiViews
AllowOverride None
Require all granted
LanguagePriority en de es fr it ja ko zh_TW zh_CN
ForceLanguagePriority Prefer Fallback
And inside I have
negotiated).
In 2.2.29 the exact same block is working fine.
Did something change or is there something wrong with the 2.4 configuration?
Thanks,
Andy
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional
x27;s looking for apr-1.pdb (it's a static lib though, so why is it
looking for that)? I solved it by setting INSTALL_PDB=OFF and manually copying
libapr-1.pdb to $PREFIX/bin
So I have everything working with cmake 3.1.3 also.
Andy
____
From: And
I hate coming across mail threads in google without some amount of
helpful detail in a "final" summary post. So here's that, in case
someone else in the future runs across this hopefully this will be helpful:
Here's how I built everything:
openssl - as mentioned previously in the thread, was u
util.
Is it wrong that the build script is a .sh script running under cygwin? :)
This is awesome. Once again thanks so much for the the help and pushes
in the right direction.
Andy
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
iles for apr didn't build apr-1.pdb.
Backed down to 2.8.10.2 and all good.
So something is broken there.
But now I have openssl, pcre, apr, apr-util all figured out. zlib
(which doesn't have an install target - should be easy enough to figure
out manually)
command line
to make minor -D tweaks.
Is there a specific file that has details that would answer how I
invoked cmake or should I start over using cmake from the cli? If that
helps, I'd be more than happy to do so.
Thanks,
Andy
-
On 02/27/2015 01:09 PM, Jeff Trawick wrote:
I doubt that would be useful, although it is where the odd FindOPENSSL
implementation will look.
Did you set OPENSSL_ROOT_DIR on the cmake command-line, as
-DOPENSSL_ROOT_DIR=c:\Users\Foo\install\openssl_1.0.1 or similar?
So yeah, that didn't wo
en finding an
openssl install. So the first paragraph of that blurb (I think?)
doesn't apply to me.
I tried setting OPENSSL_ROOT_DIR, but I think I misunderstood the second
paragraph. I misinterpreted the VC bit. I'll try putting the lib files
in my openssl_root_dir/lib/VC an
onment variable (it looks
like Cmake is trying to use that) but no luck. Anyone have any luck
with this?
I need to use our own openssl build and can't depend on a third party
build (which it looks like cmake wil attempt to find).
Thanks,
Andy
--
ate the same artifacts so I can learn
this myself? Is it possible, or does it make sense that the httpd
project try to include his script to convert the projects in the same
way that cvtdsp.pl is included with apr?
I did take a quick look at cmake. I'm not sure if it'll solve the
problem but unfortunately we need mod_charset_lite, so that pretty much
rules out cmake for now.
Thanks,
Andy
e2.2.conf" and "apache2.4.conf". I
hope I can use a symbolic link on each server to point to one or the other.
On 05/17/2014 08:59 PM, Christophe JAILLET wrote:
> Le 17/05/2014 05:37, Andy Canfield a écrit :
>>
>> You broke my code!
>>
>
> If something got bro
Last week, if you went to http://www.andycanfield.com, you would see my
web site. Today, if you go there, you will see "Internal Server Error".
Apache broke it.
We had four sites on that computer:
[1] http://210.213.49.151/ took you to /var/www/index.html
[2] http://www.andycanfield.com took you t
I get an error message, apparently from Apache.
The error message appears briefly on the screen, and then disappears due
to the login prompt. It does NOT appear in any log file. IMHO this is
VERY bad form. I captured it by the crude technique of rebooting ten
times and using a camera to photograp
sites. And the "403:Forbidden" seemed to arise
regardless of which sub-site I was trying to look at.
Thank you all; your help was invaluable.
Andy Canfield
- www.andycanfield.com
-
To unsubscribe, e-mail: users-unsubsc
up if the
'Directory' line reads
(I am never quite sure whether the Directory name is disk-absolute or
DocumentRoot-relative).
What am I missing?
On 05/04/2014 07:31 PM, Eric Covener wrote:
> On Sun, May 4, 2014 at 4:42 AM, Andy Canfield wrote:
>> This was NOT present under Apache
wrong please correct me; maybe there is a more proper way to do it.
On 04/30/2014 01:41 PM, Andy Canfield wrote:
> I am upgrading my notebook from 32-bit Ubuntu 12.04 with Apache 2.2(?),
> to 64-bit Ubuntu 14.04 with Apache 2.4.
>
> The thing is insane. It's gotten the point that web p
I am upgrading my notebook from 32-bit Ubuntu 12.04 with Apache 2.2(?),
to 64-bit Ubuntu 14.04 with Apache 2.4.
The thing is insane. It's gotten the point that web pages which require
a user name and password work, but web pages that let anyone access them
give me a "403: Forbidden" error. This is
read that web
page you listed for me.
Thanks.
- Andy
On 04/04/2014 07:37 PM, Pete Houston wrote:
> From the openssl documentation at http://www.openssl.org/docs/apps/req.html
> is this list of example field values:
>
> [ req_distinguished_name ]
> C =
documented,
does anyone know?
I'd like to get the company name into that certificate somewhere, but
don't yet see how.
Thank you.
> Thank you very much Yehuda. I think I am launched and can follow
> on for a while by myself.
>
>
>>
>>
>> On Thu, A
r default things in the default-ssl vhost to fix
> buggy browsers and provide more info to cgi-scripts.
"buggy browsers" as in Internet Explorer, right? These are intra-company
web sites, and we simply tell people not to use IE.
>
> - Y
Thank you very much Yehuda. I think I am laun
rd to
read.
Contents of /etc/apache2/ports.conf:
NameVirtualHost *:80
Listen 80
Listen 443
Listen 443
Files:
-rw-r--r-- 1 andy 1439 Apr 3 14:48 /etc/apache2/sites-available/default
-rw-r--r-- 1 andy 7485 Jun 16 2011 /etc/apache2/sites-available/default-ssl
-rw-r--r-- 1 root 7469 Feb 7
I have been using apache for maybe ten years now, and maintain two
servers in addition to the apache on my notebook computer for testing.
All using Ubuntu Linux *.04 LTS. It now appears that I ought to convert
from http to https.
But the documentation is insane. A piece here, a piece there, have t
e been looking at the MaxRequestsPerChild directive but I'm a little
concerned by the Windows single child process architecture and just how
long a replacement process comes up. Does anyone have any real world
experience with this to know if it's really a bad idea?
Thanks,
Andy
firewall blocks traffic from the proxy
(in our DMZ) to the backend server (on our internal network). To avoid opening
port 80/443 to all DMZ hosts I would like to know the source IP. Any thoughts?
Thanks much!!!
Andy Carlson
Moody Bible Institute
Identity Administrator | Information Syste
rs will be greatly appreciated.
Cheers
Andy.
On 2012-10-15 12:16, andy wrote:
I am having a problem which I believe is related to greedy matching.
Header on the way in
MY-HEADER: interesting_1,something_else,interesting_2,interesting_3
and I want to set an environment variable then use mod_
,interesting_3
Whatever I try I only appear to get the first or last instance matched
and was expecting to be able to build my output from %1,%2,%3 in a
RewriteRule right after the RewriteCond.
Any help appreciated.
Cheers
Andy.
-
To
On 09/27/2012 05:47 AM, Eric Covener wrote:
On Thu, Sep 27, 2012 at 4:05 AM, Görkem Durğüt wrote:
Hi,
I was talking about the "binary" files for Windows published in Apahce.Org
website. You can check the files in the link below. I have seen the 2.2.23 binary
installation files fow Windows in
I notice that none of the mirrors seem to have
httpd-2.2.23-win32-src.zip available for download. Is this an oversight
or should I take the Unix source and do a eol conversion on them?
Thanks,
Andy
-
To unsubscribe, e-mail
Thanks Daniel, that sounds about right. I'll see if my host will up the number
of workers. I don't currently have access to the httpd.conf I'm afraid,
although I might have to ask for a copy of it sending.
Thanks again, and have yourself a good weekend.
Andy
- O
Sorry if this is a dumb question but, I am trying to diagnose why my website
keeps falling over often by reaching MAXCLIENTS.
I have asked the server host to give me access to server-status ( MOD_STATUS )
and one thing that I have noticed that is different to ALL the other examples I
have seen i
need to build into apache to
make this work?
Thanks much!!,
Andy Carlson
Moody Bible Institute
Identity Administrator | Information Systems
312-329-4385
www.moody.edu<http://www.moody.edu>
I should have mwntioned that I compiled that into apache when I built it, so I
should habe access to it. Thanks,
Andy Carlson
Moody Bible Institute
Identity Administrator | Information Systems
312-329-4385
www.moody.edu
Igor Cicimov wrote:
You need to load mod_proxy_ftp for this. Read the
sts.
Also, I'm not sure if it's necessary but I had tried putting "Listen 21"
directive at the beginning of httpd.conf (next to the Listen 80).
Please let me know if this is possible or if I am doing something wrong.
Thanks much!!!
Andy Carlson
Moody Bible Institute
Identi
On 03/03/2012 06:51 PM, Sander Temme wrote:
> On Mar 2, 2012, at 2:28 PM, Andy Wang wrote:
>
>> 've been following the various changes with Apache 2.4.x (and 2.3.x during
>> development regarding the removal of apr/apr-util and pcre from the Apache
>> source b
cy?
I have to build and bundle Apache on enough platforms that don't have
pcre available by default that I was hoping there would be some way to
just extract the source into the old srclib location had have it handle
the build for me like I can with apr/apr-util.
Thanks,
Andy
On 07/19/2010 08:31 AM, Andy Bierman wrote:
> Hi,
>
> I cannot get Apache 2.2 to return a .deb file correctly.
> It is treated by the browser (firefox 3.5) as a text file.
> The same file on WEBrick is treated correctly as a Debian package.
>
> I added the command 'AddT
it has no effect.
What config options do I need to make this work?
All the .rpm files are treated corrected as RPM packages.
thanks,
Andy
-
The official User-To-User support forum of the Apache HTTP Server Project
ump to 1.0.
I think the Apache provided binaries are still staged against openssl
0.9.8, but is there any reason why one wouldn't want to use 1.0?
Thanks,
Andy
-
The official User-To-User support forum of the Apache HTTP Serv
ck to login.jsp,
however, somehow the browser does not get redirect back to login.jsp and
ended up with page not found.
Any idea?
Best Regards,
Andy Ee
-Original Message-
From: Krist van Besien [mailto:krist.vanbes...@gmail.com]
Sent: Thursday, 10 June, 2010 7:01 PM
To: users@httpd.apach
Hi,
To be more detail, the output of Live HTML Headers is correct. The home.html
does internal redirection to login.jsp, but somehow reverse proxy is unable
to map properly. Any idea? Thanks.
Best Regards,
Andy Ee
-Original Message-
From: Andy Ee [mailto:and...@sysatwork.com]
Sent
=B39216C807E1F2457B4E43911AF7F5ED
HTTP/0.9 200 OK
--
It is suppose to redirect me to the page -
http://10.0.0.7/abc/mysite/login.jsp, but somehow it does not.
Best Regards,
Andy Ee
-Original Message-
From: Krist van Besien [mailto:krist.vanbes
ServerAdmin a...@easychat.org
<http://mail.easychat.org/src/compose.php?send_to=andy%40easychat.org>
ServerName 10.0.0.7
UseCanonicalName Off
ServerSignature Off
HostnameLookups Off
ServerTokens Prod
ServerRoot "/usr/local/apache2"
TraceEnable Off
Listen 0.0.0.0:80
NameVirtualHo
I'm not that saavy with Makefiles, especially on Windows, so I don't
quite understand a couple of things, but I haven't
explicity told Apache to build the mysql dbd. Why is it trying to
process this target?
Thanks,
Andy
--
ional change in 2.2.15? Just wondering if I should
incorporate NO_EXTERNAL_DEPS=1 permanently into my build scripts.
Thanks,
Andy
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apach
I've been reliably informed that 8190 bytes is the maximum size available for
the get method and anything over this should be done using the post method.
Thanks to all that took the time to look at this for me.
Regards, Andy.
-Original Message-
From: Philip Wigg [mai
pond, very much appreciated.
Regards, Andy.
-Original Message-
From: Philip Wigg [mailto:p...@philipwigg.co.uk]
Sent: 25 November 2009 09:39
To: users@httpd.apache.org
Subject: Re: [us...@httpd] CGI Apache Directive: LimitRequestLine
> Alas that isn't possible... there is a co
menu.
This field is optional. Directive: LimitRequestLine
Regards, Andy.
-Original Message-
From: Philip Wigg [mailto:p...@philipwigg.co.uk]
Sent: 25 November 2009 09:23
To: users@httpd.apache.org
Subject: Re: [us...@httpd] CGI Apache Directive: LimitRequestLine
> However, the pro
ore in the region of 32k.
I'd be very grateful if you could me what the "correct" course of action should
be to resolve this problem please?
Regards, Andy.
> Andy Martucci
>
> GIS Back Office
Premier Farnell
> amartu...@premierfarnell.com
>
> T: +44 113
to mod_ssl), but it sounds the same
> for your situation.
Ah ok, that might explain it. I'll try to remember to do a full stop / start
next time.
Andy
-
The official User-To-User support forum of the Apache H
return the original
certificate.
I got around this by rebooting the server, but this seems a little drastic!
Can anyone tell me what I need to do to get new certificates recognised?
Thanks
Andy
-
The official User-To-User support
0
ErrorLog logs/sg_test-error_log
CustomLog logs/sg_test-access_log combined
Best Regards,
Andy Ee
the apache log files for any errors relating to the
htpasswd file etc?
cheers Andy.
This message was sent using IMP, the Internet Messaging Program.
-
The
Hi Davide,
yep, apache is running as www, and has no homedir as I mention. And
yet the path that apache has set is different between my two servers.
My question is how if /etc/profile is the same and the user has no
home dir and the perl script is the same on both systems,
thanks, Andy
Hi Davide,
yep, apache is running as www, and has no homedir as I mention. And
yet the path that apache has set is different between my two servers.
My question is how if /etc/profile is the same and the user has no
home dir and the perl script is the same on both systems,
thanks, Andy
k this one out :P I already asked on
the FreeBSD forums and PERL forums and so far everyone has been
stumped. So its gona be something obvious, or perhaps something odd
like a compiled in PATH in httpd possibly?? :S
thanks for any suggest
Apache who might be interested in being interviewed about the
project.
If you are interested, please email me.
For those not interested, I apologize for the spam.
Thanks
Andy Barkett
<http://www.duke.edu/%7Emadil001/>>
*Andy Grant <[EMAIL PROTECTED]>*
04/08/08 14:47
Please respond to
users@httpd.apache.org
To
users@httpd.apache.org
cc
Subject
Re: [EMAIL PROTECTED] OSX Apache2.2 stop launch at startup
I assume you a
^o o^o^o` 'o^oo^o`
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
<_http://www.duke.edu/~madil001/_ <http://www.duke.edu/%7Emadil001/>>
*Andy Grant <[EMAIL PROTECTED]>*
04/08/08 14:35
Please respond to
users@httpd.apache.org
How can I stop apache2 from launching when I turn on my Mac running OSX
10.5? I have been searching for an answer to this question, but guess I
can't find the right wording to enter into Google.
Thanks
-
The official User-To-U
here's what I have in the httpd.conf. The url I used was
http://apachemachine.com/r/rbs/RBSWebMgr.
rbs/RBSWebMgr is the application sitting on the weblogic machine. When
the application appears, all the links inside the html page are missing
the /r in it so that they are just http://apachemachin
see the headers. What's the easiest
way to examine the headers as they're being processed by Apache?
Andy Selvig
Aerodynamics/Systems Project Engineer
Goodrich Sensors and Integrated Systems
14300 Judicial Road
Burnsville, MN 55306
Phone: (952) 892-4529
Fax: (952) 892-4219
-O
ions (like Trac) as well as off the
shelf rails (Instiki). It seems like doing this through Apache is more
elegant than trying to hack up every application I'm running
individually.
Andy Selvig
-Original Message-
From: Vincent Bray [mailto:[EMAIL PROTECTED]
Sent: Monday, October
ned above has the following:
[Mon Oct 29 10:42:01 2007] [error] [client 127.0.0.1] File does not
exist: C:/apache/htdocs/main, referer: http://localhost/wtbasement/main
Apprently it is trying to redirect to C:/apache/htdocs/main instead of
http://localhost/wtbasement/main. How can I make it redirect
Hi, Ryan
On 11 May 2007, at 15:46, Ryan Murray wrote:
Now, what I want to do this time is configure my reverse proxy
server to open several connections to each of the back end worker
servers when the proxy starts to my back end hosts so that the tcp
session can be pipelined, thus prevent
d this ? Is it a feature request ?
TIA
--
Andy Davidson - ( http://www.andyd.net/ )
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To
the
user can access the testdirectory.
But when I change the attribute to another (existing) group in LDAP, from which
the testuser is no member, I still can access the page as that testuser. But I
would expect that I would not gain access to the page if the group is no
corresponding with th
client 62.189.171.210] ZSRV_MSG0107: Premature end of script headers: File name is EXTRANET.PGM, referer: http://extranet.yearsley.co.uk/cgibin/EXTRANET.PGM?ReceiptNo=&ProductCode=&Description=&Brand=&PackSize=&RECORDS=500&SUMDET=SUMMARY&cgifunction=Search&username
set-srvhdrs="Accept-ranges: none"
Does anybody know how to achieve the same results with the Apache
server?
Thanks
Andy
***
The contents of this Email and any files transmitted with it
are confidential and inte
Andy Buckley wrote:
Andy Buckley wrote:
Axel-Stéphane SMORGRAV wrote:
SetOutputFilter works very well, even in Location filters. There are
lots of happy customers of this feature, using it for such things as
for example compression of response bodies.
I tried with a configuration similar
Andy Buckley wrote:
Axel-Stéphane SMORGRAV wrote:
SetOutputFilter works very well, even in Location filters. There are
lots of happy customers of this feature, using it for such things as
for example compression of response bodies.
I tried with a configuration similar to yours and, yes, it
his). I can fix
it for this example by adding this:
SetOutputFilter blah
but this is pretty ugly and probably not flexible enough for me in
general. Is there a way to avoid the handler rewriting the URI that
Location uses? I'm using Apache 2.0.52 on a Scientific Linux system.
Cheers,
A
Options +MultiViews
DirectoryIndex index
Just adding "Options +MultiViews" or using e.g. "DirectoryIndex index.html"
doesn't affect the filters. Any suggestions as to what's going on here? Is this
a bug or an expected behaviour/side-effect of how content n
ut the order of resolving URLs to bits of the
filesystem: see the bit at the top of the mod-rewrite docs for more info.
Andy
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apa
: May 29 2006 01:52:53
I've also observed the same behaviour in Scientific Linux 4.x. Can
anyone offer any suggestions / try this config for themselves and
comment. If it's a genuine problem then it should be reported as a bug,
but I'm not aware of any independent con
fer a more rounded explanation...
Andy
--
Dr Andy Buckley: CEDAR @ IPPP, Durham
Work: www.cedar.ac.uk
www.insectnation.org
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/use
a way to show that a file "server.key" is the private key for a
"server.cert" certificate?
This is probably what you want:
http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#verify
Andy
--
Dr Andy Buckley: CEDAR @ IPPP, Durh
Just a reminder about this post :) Has anyone else seen this sort of behaviour?
Do you need more information? Any help would be most appreciated!
Andy
Andy Buckley wrote:
Hi,
I have a long-standing problem with getting output filters to work in
Location blocks. Here's an ex
ons since, for
example, some bits of the site are generated by CGI scripts outside the
DocumentRoot.
Is this a bug or am I just attempting to do something odd? :)
Cheers,
Andy
--
Dr Andy Buckley: CEDAR @ IPPP, Durham
Work: www.cedar.ac.uk
www.insectnation.org
ks Boyle. I suspected that I would have to come up with another
server-side system, I was just hoping I was wrong.
Cheers.
--Andy
Boyle Owen wrote:
> That's not how basic auth works. There's no real login or session from the
> server's POV. The browser has to get a 401 Unau
such? I'd hate to have to
come up with an entirely new authentication scheme. .htaccess files are
so damn convenient.
--Andy
-
The official User-To-User support forum of the Apache HTTP Server Project.
See
1 - 100 of 101 matches
Mail list logo