You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jean-Pierre Tanguay <ta...@eyenok.com> on 2002/12/14 05:25:33 UTC

[users@httpd] How to know if MOD_SO is installed

Hi,

How can make sure wich modules where installed? I have a working and stable
install of Apache 1.3.26 at the moment and I want to know if I have mod_so
installed (I didn't install it in the first place).

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


[users@httpd] regarding access control..

Posted by Wasiuddin Rajesh <ra...@ThePerfectIsp.Net>.
Dear, 

here is the access control configuration of my apache 2.0.42 on linux
kernel 2.4.18. 
#
#Access Configuration by Rajesh@ThePerfectIsp.Net
<Directory "/var/www/html">
AuthType Basic
AuthName "NetAccess MRTG Server"
AuthUserFile "/usr/local/apache2/pass/rajesh.pwl"
Require rajesh
</Directory>
#
#This is Helus Access configuration... to his mrtg......
<Directory "/var/www/html/mrtg/h256">
AuthType Basic
AuthName "NetAccess MRTG Server"
AuthUserFile "/usr/local/apache2/pass/helal.pwl"
Require helal
</Directory>
#
now the problem is the first configuration is workig. The user name rajesh
is able to access all the site. but the user name helal in the 2nd
configuration is unable toaccess his allocated site which is in 
"/var/www/html/mrtg/h256". Am I missing something here? Please help.


Thanks & Best Regards,

Mohammad Wasiuddin Rajesh 
System Administrator.

Net Access Bangladesh 
http://www.netaccessbd.com 
ThePerfectIsp.Net
_________________________



---------------------------------------------------------------------
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