You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Tatineni, Shobha, ALABS" <ta...@att.com> on 2003/07/15 23:36:52 UTC

[users@httpd] access control

Also,
	How do I send the authentication information via http request? Do I just use http 'GET' option such as  http://www.abc.com/xyz?usr=atsai%passwd-123456. What are the other options? 

-----Original Message-----
From: Tatineni, Shobha, ALABS 
Sent: Tuesday, July 15, 2003 5:29 PM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Virtual Host Help Needed ASAP!!


Hi,
	The .htaccess only restrict file access on specfic directory. Are there more advanced access control mechanisms?


-----Original Message-----
From: Crawford, Cole [mailto:Cole.Crawford@paymentech.com]
Sent: Tuesday, July 15, 2003 3:54 PM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Virtual Host Help Needed ASAP!!


doesn't matter htaccess works for both.  the example I gave you happened to be from unix

if you need windows check here
http://sniptools.com/vault/000002.htm

-----Original Message-----
From: Tatineni, Shobha, ALABS [mailto:tatineni@att.com]
Sent: Tuesday, July 15, 2003 3:42 PM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Virtual Host Help Needed ASAP!!


Hi,
	Are you referring to Unix users here? 

-----Original Message-----
From: Crawford, Cole [mailto:Cole.Crawford@paymentech.com]
Sent: Tuesday, July 15, 2003 3:28 PM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Virtual Host Help Needed ASAP!!


to answer one part of your question you need to set up htaccess for your different "company" folders

then assign you users to groups:

sample .htaccess

AuthName "Secure Area"
AuthType Basic
AuthGroupFile /opt/apache/htdocs/ant/pushers
require group pushers

salmple authgroup file

pushers:monica linda sue


get it?

-----Original Message-----
From: Tatineni, Shobha, ALABS [mailto:tatineni@att.com]
Sent: Tuesday, July 15, 2003 2:57 PM
To: users@httpd.apache.org
Subject: [users@httpd] Virtual Host Help Needed ASAP!!


Hi All,	
	We have a requirement to configure apache so that we can share apache among mulitple companies that would be accessing our resources on one Sun box. I have never used Virtual Hosts, although I configured apache with minimal requirements. I have a presentation tomorrow and I need to do a proposal. We would like to share as much resource as possible among the companies.  Can somebody briefly give me an idea how I can acheive this? Also, Suppose the Apache server is shared (accessible) by Company X and Y, how
would you set up access control, that firm X cannot access firm Y's resources?

Would really appreciate if somebody could respond quickly.

Thanks,

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


  
Learn more about Paymentech's payment processing services at www.paymentech.com
THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are proprietary and confidential information intended only for the use of the recipient(s) named above.  If you are not the intended recipient, you may not print, distribute, or copy this message or any attachments.  If you have received this communication in error, please notify the sender by return e-mail and delete this message and any attachments from your computer.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


  
Learn more about Paymentech's payment processing services at www.paymentech.com
THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are proprietary and confidential information intended only for the use of the recipient(s) named above.  If you are not the intended recipient, you may not print, distribute, or copy this message or any attachments.  If you have received this communication in error, please notify the sender by return e-mail and delete this message and any attachments from your computer.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] access control

Posted by "DvDmanDT (David)" <dv...@telia.com>.
I _think_ you can do it like http://usr:passwd@www.abc.com/xyz, although,
NOT sure..
----- Original Message ----- 
From: "Tatineni, Shobha, ALABS" <ta...@att.com>
To: <us...@httpd.apache.org>
Sent: Tuesday, July 15, 2003 23:36
Subject: [users@httpd] access control


> Also,
> How do I send the authentication information via http request? Do I just
use http 'GET' option such as
http://www.abc.com/xyz?usr=atsai%passwd-123456. What are the other options?
>
> -----Original Message-----
> From: Tatineni, Shobha, ALABS
> Sent: Tuesday, July 15, 2003 5:29 PM
> To: users@httpd.apache.org
> Subject: RE: [users@httpd] Virtual Host Help Needed ASAP!!
>
>
> Hi,
> The .htaccess only restrict file access on specfic directory. Are there
more advanced access control mechanisms?
>
>
> -----Original Message-----
> From: Crawford, Cole [mailto:Cole.Crawford@paymentech.com]
> Sent: Tuesday, July 15, 2003 3:54 PM
> To: users@httpd.apache.org
> Subject: RE: [users@httpd] Virtual Host Help Needed ASAP!!
>
>
> doesn't matter htaccess works for both.  the example I gave you happened
to be from unix
>
> if you need windows check here
> http://sniptools.com/vault/000002.htm
>
> -----Original Message-----
> From: Tatineni, Shobha, ALABS [mailto:tatineni@att.com]
> Sent: Tuesday, July 15, 2003 3:42 PM
> To: users@httpd.apache.org
> Subject: RE: [users@httpd] Virtual Host Help Needed ASAP!!
>
>
> Hi,
> Are you referring to Unix users here?
>
> -----Original Message-----
> From: Crawford, Cole [mailto:Cole.Crawford@paymentech.com]
> Sent: Tuesday, July 15, 2003 3:28 PM
> To: users@httpd.apache.org
> Subject: RE: [users@httpd] Virtual Host Help Needed ASAP!!
>
>
> to answer one part of your question you need to set up htaccess for your
different "company" folders
>
> then assign you users to groups:
>
> sample .htaccess
>
> AuthName "Secure Area"
> AuthType Basic
> AuthGroupFile /opt/apache/htdocs/ant/pushers
> require group pushers
>
> salmple authgroup file
>
> pushers:monica linda sue
>
>
> get it?
>
> -----Original Message-----
> From: Tatineni, Shobha, ALABS [mailto:tatineni@att.com]
> Sent: Tuesday, July 15, 2003 2:57 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] Virtual Host Help Needed ASAP!!
>
>
> Hi All,
> We have a requirement to configure apache so that we can share apache
among mulitple companies that would be accessing our resources on one Sun
box. I have never used Virtual Hosts, although I configured apache with
minimal requirements. I have a presentation tomorrow and I need to do a
proposal. We would like to share as much resource as possible among the
companies.  Can somebody briefly give me an idea how I can acheive this?
Also, Suppose the Apache server is shared (accessible) by Company X and Y,
how
> would you set up access control, that firm X cannot access firm Y's
resources?
>
> Would really appreciate if somebody could respond quickly.
>
> Thanks,
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
> Learn more about Paymentech's payment processing services at
www.paymentech.com
> THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are
proprietary and confidential information intended only for the use of the
recipient(s) named above.  If you are not the intended recipient, you may
not print, distribute, or copy this message or any attachments.  If you have
received this communication in error, please notify the sender by return
e-mail and delete this message and any attachments from your computer.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
> Learn more about Paymentech's payment processing services at
www.paymentech.com
> THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are
proprietary and confidential information intended only for the use of the
recipient(s) named above.  If you are not the intended recipient, you may
not print, distribute, or copy this message or any attachments.  If you have
received this communication in error, please notify the sender by return
e-mail and delete this message and any attachments from your computer.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] access control

Posted by Joseph A Nagy Jr <jo...@charter.net>.
On Tuesday 15 July 2003 16:36, Tatineni, Shobha, ALABS wrote this in an 
attempt to be witty and informative:
> Also,
> 	How do I send the authentication information via http request? Do I
> just use http 'GET' option such as 
> http://www.abc.com/xyz?usr=atsai%passwd-123456. What are the other
> options?
<snip>

Why? Does anything but the .htaccess file need the info? If so you 
should look into other authentication methods.

-- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org