× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Sorry to jump in to this late, but on my production system (V5R3, Apache),
we have the following:

AuthName SOME_NAME
AuthType Basic
PasswdFile %%SYSTEM%%
UserID %%SERVER%%
Require valid-user
# ACLOverride On

The "Require valid-user" isn't in the sample below.

The above is actually in a separate file called AUTH_USERS.inc which is
included in the main config via a "Include conf/AUTH_USERS.inc" line. That
line can be anywhere.

You can also protect just specific directories:
<Directory /some_dir>
Allow From all
Require valid-user
PasswdFile %%SYSTEM%%
AuthType Basic
AuthName some_system_name
</Directory>

Matt

You must think me very rude not to have replied to you before but
somehow
I
missed your kind post. As I still have not solved the problem, I
was
researching today and so came across your reply.

Of course I tried your suggestion at once,

my code is

Protection TestProt {
PasswdFile %%SYSTEM%%
Authtype Basic
ACLOverride Off
PostMask All
GetMask All
ServerID www.erros.co.uk
Userid %%CLIENT%%
}
Protect /cgi-bin/stipple/* TestProt
CGIMode %%EBCDIC%%
PersistentCGITimeout 60 minutes
MaxPersistentCGITimeout 60 minutes
Exec /cgi-bin/hello /QSYS.LIB/E280CGIOBJ.LIB/hello
Exec /cgi-bin/stipple /QSYS.LIB/E290PRDOBJ.LIB/e29
Exec /cgi-bin/e29rpp/* /QSYS.LIB/E290PRDOBJ.LIB/E29RPP.PGM

I have restarted the server but still no luck

Does your memory go back far enough to suggest what I am doing
wrong?

Many thanks

Rob

2009/1/13 Haas, Matt (CL Tech Sv) <matt.haas@xxxxxxxxxxx>

I had a minute to look at an old config and here is an example
that
should
work:

Protection TESTPROT {
PasswdFile %%SYSTEM%%
ACLOverride Off
PostMask All
GetMask All
AuthType BASIC
ServerID some_name
UserID %%CLIENT%%
}

Protect /cgi-bin/stipple/* TESTPROT

Note that I have no way to test this.

Matt



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.