On Dec 5, 7:34 pm, [EMAIL PROTECTED] (David Dorward) wrote:
> On 5 Dec 2007, at 14:00, Praki wrote:
>
> > I m working with the CGI for authentication.
> > bash-2.05b$ more .htaccess
> > AuthType Basic
> > AuthName Cisco-CEC
> > AuthUserFile /isaac/w
On Dec 5, 7:34 pm, [EMAIL PROTECTED] (David Dorward) wrote:
> On 5 Dec 2007, at 14:00, Praki wrote:
>
> > I m working with the CGI for authentication.
> > bash-2.05b$ more .htaccess
> > AuthType Basic
> > AuthName Cisco-CEC
> > AuthUserFile /isaac/w
On 5 Dec 2007, at 14:00, Praki wrote:
I m working with the CGI for authentication.
bash-2.05b$ more .htaccess
AuthType Basic
AuthName Cisco-CEC
AuthUserFile /isaac/www/cgi-bin/pkolanda/authen/.htpasswd
AuthGroupFile /dev/null
Require valid-user
CGI doesn't seem to be involved, you a
use .WWWaccess file i m getting authenticated.but i m not
able to check the user using ldap server.when i searched through
internet i could not get any details about the .WWWaccess file. can
any could help me i this.
File configuration.
bash-2.05b$ more .htaccess
AuthType Basic
AuthName Cisco-CEC
"Bill Stephenson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Aug 17, 2005, at 11:03 AM, zentara wrote:
>
> > On Mon, 15 Aug 2005 16:29:54 -0500, [EMAIL PROTECTED] (Bill
> > Stephenson)
> > wrote:
> >
> >> On Aug 12, 2005, at 2:06 AM, David Dorward wrote:
> >>
> >> How do I
On Aug 17, 2005, at 11:03 AM, zentara wrote:
On Mon, 15 Aug 2005 16:29:54 -0500, [EMAIL PROTECTED] (Bill
Stephenson)
wrote:
On Aug 12, 2005, at 2:06 AM, David Dorward wrote:
If a directory is password protected with .htaccess
...
or do you always get the popup box?
Here's what
On Aug 12, 2005, at 2:06 AM, David Dorward wrote:
If a directory is password protected with .htaccess
...
or do you always get the popup box?
I'm guessing you are talking about Basic Authentication here. A
.htaccess file can contain pretty much any Apache directive, so it
cou
On Thu, Aug 11, 2005 at 10:30:35PM -0400, Chris Devers wrote:
> > If a directory is password protected with .htaccess
...
> > or do you always get the popup box?
I'm guessing you are talking about Basic Authentication here. A
.htaccess file can contain pretty much any Apache
On Thu, 11 Aug 2005, Bill Stephenson wrote:
> If a directory is password protected with .htaccess can you access it
> directly with a web browser by passing the user name and password in
> the url string? Something like this?
>
> http://www.mydomain.com/members/index.html?us
--- Bill Stephenson <[EMAIL PROTECTED]> wrote:
> If a directory is password protected with .htaccess can you access it
> directly with a web browser by passing the user name and password in
> the url string? Something like this?
>
> http://www.mydomain.com/members/index.h
If a directory is password protected with .htaccess can you access it
directly with a web browser by passing the user name and password in
the url string? Something like this?
http://www.mydomain.com/members/index.html?user=Moe&password=Howard
or do you always get the popup box?
Th
works fine when accessed directly eg:
http://www.example.com/cgi-bin/index.pl
So, now I want to redirect anyone going to http://www.example.com to
the above link instead.
I thought simply puttingRedirect permanent index.*
/cgi-bin/index.pl
in a .htaccess file would work - but it doesn
nk instead.
> >
> >I thought simply putting
> > Redirect permanent index.* /cgi-bin/index.pl
> >in a .htaccess file would work - but it doesn't seem to do anything.
> >Googling about seems to say it should work.
> >My ISP does allow .htaccess files as I&
Wiggins d'Anconia wrote:
RewriteEngine on
RewriteRule ^/$ /cgi-bin/index [R,L]
This is also possible:
RedirectMatch permanent /(.*) http://www.example.com/cgi-bin/index.pl
(It's just another way...)
I would always use mod_rewrite myself...
--
http://www.usenix.org/
B McKee wrote:
I thought simply putting
Redirect permanent index.* /cgi-bin/index.pl
[ without mod_rewrite ]
Redirect permanent / http://www.example.com/cgi-bin/index.pl
But mod_rewrite would be best - as the OP stated...
Over all this is a bad Idea... after a few more
months of CGI programmi
rectly
eg:
http://www.example.com/cgi-bin/index.pl
So, now I want to redirect anyone going to http://www.example.com
to the above link instead.
I thought simply putting
Redirect permanent index.* /cgi-bin/index.pl
in a .htaccess file would work - but it doesn't seem to do anything.
Googl
eg:
http://www.example.com/cgi-bin/index.pl
So, now I want to redirect anyone going to http://www.example.com
to the above link instead.
I thought simply putting
Redirect permanent index.* /cgi-bin/index.pl
in a .htaccess file would work - but it doesn't seem to do anything.
Googling about
$pword ) {
#
# now what The FreMonge is a $netloc???
#
$ua->credentials($uri->host_port, $realm, $user, $pword)
now lets move onto the 'first part' of your query:
my question is how to I pass user/passwd info to the pop up box of my
MySQ
Hi,
my question is how to I pass user/passwd info to the pop up box of my MySQL
admin from my personnel computer .
i.e .htaccess have a pop up box requesting user/passwd. but since i will not
be able to get taht pop up window, I need a way for my program to do it.
In your code
my ($user, $pword
On Sunday, Jul 27, 2003, at 12:06 US/Pacific, awarsd wrote:
[..]
to do backup of my MYSQL tables I would prefer to do it directly from
my
computer no need to upload -save -download etc... the problem to
access to
my mysql server it has .htaccess and i was wondering if LWP or
something
could
Hi,
to do backup of my MYSQL tables I would prefer to do it directly from my
computer no need to upload -save -download etc... the problem to access to
my mysql server it has .htaccess and i was wondering if LWP or something
could input directly the login and password.
For the moment to access
://javascript.internet.com
and put "Must Come From" in the search box there, and hopefully it will come
up with the script.
Thanks,
Sara.
- Original Message -
From: awarsd <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 24, 2003 4:27 PM
Subject: .htacc
About the use of cookies for tracking user sessions, you can try
Apache::Session or CGI::Session in CPAN.
-rm-
- Original Message -
From: "Gordon Low" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 24, 2003 11:43 PM
Subject: htaccess an
On Fri, 25 Jul 2003 14:43:36 +1000, [EMAIL PROTECTED] (Gordon Low)
wrote:
>
>Wondered if someone can help, am floundering about trying to work out
>whether to use htaccess or a database type solution in order to restrict
>access to my personal website.
>
>Have looked at
No, as far as I know you cannot deny some addresses with .htaccess only for
some forms, but for the entire page.
This is wrong because nobody will be able to see the web pages.
To deny the access to a perl script which is activated by a form you will
need to check the REMOTE_ADDR and the
Wondered if someone can help, am floundering about trying to work out
whether to use htaccess or a database type solution in order to restrict
access to my personal website.
Have looked at perl module Apache::Htaccess module and this raises the
same question I have with the htaccess solution
This is really an Apache question, not Perl. Most things that can be done
in the Apache config can be done in a .htaccess file, assuming the main
Apache config file allows you to do so. You might want to check out the
Apache docs at http://httpd.apache.org.
Rob
-Original Message-
From
Hello,
I'm curious i read somewhere with .htaccess we can block user to do hotlinks
in both ways etc...
But my question is a bit different it is possible with .htaccess to forbid
forms that comes from a different domain? so no hacking
Thank You
--
To unsubscribe, e-mail: [EMAIL PROT
On Mon, 2 Sep 2002 at 20:33, Alex Agerholm opined:
AA:Can anyone direct me to some good source code example, on how to password
AA:protect some CGI scripts.
AA:As I want the solution to be portable, I do not want to use .htaccess.
AA:I would prefer som code to make a login page and verify the
Hi,
Can anyone direct me to some good source code example, on how to password
protect some CGI scripts.
As I want the solution to be portable, I do not want to use .htaccess.
I would prefer som code to make a login page and verify the username and
password against a SQL database, then set a
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Michael
Kelly) wrote:
> > I need to automate a function that hits a site that pops up a login and
> > password box from apaches htaccess. I have my own login and password. How do
> > I
> > post my login and passw
econd prompt for username and
password. I'm sure it's because there is an HTACCESS file, with the
HTPASSWORD, on the main directory, BUT each user when there account is
created also has an HTACESS file. I guess I need to find the script where
the account is created?
32 matches
Mail list logo