[us...@httpd] How to deny access user based?

2010-09-14 Thread Rainer Sokoll
Hi, I grant access to /foo to valid-user. Of course, this works as expected. But now, I need a finer grained access control for /foo/bar. Still valid-user must have access, but EXCEPT user johndoe. I'm pulling my hair out searching for a way to accomplish that - without luck. I'm pretty sure that

Re: [us...@httpd] Zugriff fuer eine LDAP-Gruppe verbieten

2010-09-14 Thread Rainer Sokoll
Oh, stupid me. I apologize for the previous post in German. My problem (apache 2.0.63): I have a certain path, protected by mod_auth_ldap. Access is granted to authenticated users only. Now, I need to deny access for all members of a certain LDAP group, but all the other users still must have acc

[us...@httpd] Zugriff fuer eine LDAP-Gruppe verbieten

2010-09-14 Thread Rainer Sokoll
Hallo, folgendes Problem (apache 2.0.63): Auf einen bestimmten Pfad, der zugriffsgeschützt ist (mod_ldap) sollen alle authentifizierten User zugreifen können - bis auf eine bestimmte LDAP-Gruppe. Ich dachte an sowas: Auth-Geraffel require valid-user require group cn= Aber da

[EMAIL PROTECTED] Authorization chains

2006-07-12 Thread Rainer Sokoll
Hi all, a question to authorization. I have a trac (http://trac.edgewall.org/) running. At the moment, users can authenticate against a company-wide LDAP. Works fine and I do not want to change it. But now we want to let customers (which are not stored in the directory) also to be able to log i

Re: [EMAIL PROTECTED] apache 2.2.2 and user right access

2006-06-27 Thread Rainer Sokoll
P.M wrote: > In fact, the other computers can do not find the folder /kmt doing > http://my-ip-address/kmt Pleeease: Be more verbose: What /exactly/ is the error the client sees? What information /exactly/ is logged in the server's log? Is your network configured properly? Rainer --

Re: [EMAIL PROTECTED] Mod_Dav WindowsXP client

2006-06-27 Thread Rainer Sokoll
On Mon, Jun 26, 2006 at 02:14:05PM -0700, Chris Toledo wrote: > I have had little problem enabling WebDav on Apache and works great > connecting from Windows XP without authentication. I can open and edit > files freely. Whenever I turn on authentication I can no longer connect > via Windows XP (I

Re: [EMAIL PROTECTED] Timezone problem

2006-06-26 Thread Rainer Sokoll
On Mon, Jun 26, 2006 at 11:53:27AM +0200, [EMAIL PROTECTED] wrote: >"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> > First, please do not use HTML in emails, or use at least multipart/mixed. Thank you. Second: loc

Re: [EMAIL PROTECTED] socket problem

2006-06-24 Thread Rainer Sokoll
On Sat, Jun 24, 2006 at 02:09:41PM -0500, William A. Rowe, Jr. wrote: > Not really - you have a server still running. Look at adminstrator tools -> > services and track down the Apache service. Stop it. Check for IIS and > other > web servers, and stop them too. Now you will be able to start

Re: [EMAIL PROTECTED] socket problem

2006-06-24 Thread Rainer Sokoll
On Sat, Jun 24, 2006 at 10:41:20AM -0600, Ted Faurer wrote: > I had installed Apache 2.2.2 but it didn't appear to work with PHP 5. I > found a note on the internet that said, " > PHP is not compatible with Apache 2.2.2. Therefore you are getting those > errors. I would recommend you to downgrad

Re: [EMAIL PROTECTED] Different users for different vhosts

2006-06-22 Thread Rainer Sokoll
On Thu, Jun 22, 2006 at 10:26:45PM +0200, Florian Lindner wrote: > Hello, > is it possible to assign each vhost a own process (or a process pool) with a > distinct user? So that a apache process can not abused (with PHP for example) > for accessing other users data? I don't think so. > If not,

Re: [EMAIL PROTECTED] password protected site

2006-06-21 Thread Rainer Sokoll
On Wed, Jun 21, 2006 at 06:13:09AM -0700, Jay wrote: > I have some users though, that when they are out on the feild, from > time to time need access to the internal site. It there a way to let > the thise people view it by some sort of authenication? You want a VPN. Rainer

Re: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Rainer Sokoll
On Wed, Jun 21, 2006 at 04:48:01PM +0530, Siva Prasad wrote: > hi > > I have set library path > > set LD_LIBRARY_PATH= path (where my libraries reside) > > but could not find luck. I am getting the same errors > > Few more ideas plz.. What does both "ls -l `echo $LD_LIBRARY_PATH`" and "ldd htt

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS

2006-06-19 Thread Rainer Sokoll
On Mon, Jun 19, 2006 at 07:19:14PM +0530, Anil Dighade wrote: > http://localhost:7333/docrypt.jsp then I should be forwarded to > https://localhost:7334/docrypt.jsp Not tested, but RedirectMatch permanent ^/docrypt.jsp$ https://localhost:7334/docrypt.jsp should do the job. Rainer --

Re: [EMAIL PROTECTED] need some help please

2006-06-19 Thread Rainer Sokoll
On Mon, Jun 19, 2006 at 01:02:06PM +0530, Mamta Jolly, Noida wrote: > So we need to have some ssl-key or ssl-crt need to added to > /apache/conf location? N if I don't have then how can I add or create? Don't want to be rude, but: Reading the documentation is essential. So please point your brows

Re: [EMAIL PROTECTED] compilation problem for apache2 + ldap on solaris 8

2006-06-17 Thread Rainer Sokoll
On Sat, Jun 17, 2006 at 12:59:19PM -0400, empty body wrote: > this is the error during make: [...] > ld: fatal: library -lnet: not found You need libnet (http://www.packetfactory.net/projects/libnet/). It is also available through sunfreeware. Rainer

Re: [EMAIL PROTECTED] DocumentRoot

2006-06-16 Thread Rainer Sokoll
On Fri, Jun 16, 2006 at 09:24:51PM +0300, Ivan Levchenko wrote: > Hello all, > > I just installed appache 2.2.2 on FreeBSD 6.1 by going into > /usr/ports/www/apache22/ and doing make install clean. Everything > works ok. I see my pages in the browser. By default, it loads pages > from /usr/local/w

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Rainer Sokoll
On Thu, Jun 15, 2006 at 02:56:27PM +0530, Anil Dighade wrote: > But this not goanna solve. As I need this work out for selective page to be > displayed as HTTPS. I am using reverse proxy for redirection. Also below > redirection will redirect all requests to HTTPS, but I need it only for > selecti

Re: [EMAIL PROTECTED] mod_dav module is not installing

2006-06-15 Thread Rainer Sokoll
On Thu, Jun 15, 2006 at 09:59:32AM +0100, Indraveni wrote: > I want to install mod_dav module for my apache web server. I am using > httpd-2.0.47 version for apache and mod_dav I downloaded > mod_dav-1.0.3-1.3.6 version. But I am not able to install it. It's not worth wasting time. Start over

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Rainer Sokoll
On Thu, Jun 15, 2006 at 12:57:11PM +0530, Anil Dighade wrote: > http://182.24.116.157:7333/godzilla/iscmypage should be rewritten as > https://182.24.116.157:7334/godzilla/iscmypage I simply use RedirectMatch permanent: ServerName webmail.sokoll.com ErrorLog /var/log/httpd/webmail_error_log

Re: [EMAIL PROTECTED] You're flooding people's mailboxes

2006-06-13 Thread Rainer Sokoll
On Mon, Jun 12, 2006 at 06:54:31PM -0400, Carlos Ross wrote: Hi, > For two weeks I've been getting all of your messages...why all of a sudden > copy everybody? > Please stop broadcasting my mailbox is getting flooded and I have to > delete nearly 30 You misunderstood the way this list work

Re: [EMAIL PROTECTED] PROPFIND record in access_log of apache2 under windows

2006-06-12 Thread Rainer Sokoll
On Mon, Jun 12, 2006 at 11:29:12AM +0200, Francisco Ruiz Ibañez wrote: > No, the ip is from out of our network. Then I would think this is regular background noise. Anyway: As long as you do not offer DAV, you should be safe in this particular case. Rainer --

Re: [EMAIL PROTECTED] PROPFIND record in access_log of apache2 under windows

2006-06-12 Thread Rainer Sokoll
On Mon, Jun 12, 2006 at 10:52:09AM +0200, Francisco Ruiz Ibañez wrote: > Hi all, > Last weekend, I've seen in my access_log many records like: > > "x.x.x.x - - [11/Jun/2006:00:09:14 +0200] "PROPFIND /pub/ HTTP/1.1" 405 325 > "-" "Microsoft-WebDAV-MiniRedir/5.1.2600" > > This is in ap

Re: [EMAIL PROTECTED] ServerAlias

2006-06-09 Thread Rainer Sokoll
On Fri, Jun 09, 2006 at 06:00:27PM +0300, OOzy Pal wrote: > When I type admin.b1.com in Firefox or Lynx, I get SERVER NOT FOUND error Since there is no A record (DNS) for admin.b1.com: ~ >host admin.b1.com Host admin.b1.com not found: 3(NXDOMAIN) Rainer

Re: Rif: Re: Rif: Re: [EMAIL PROTECTED] Apache: link not found in windows

2006-06-09 Thread Rainer Sokoll
On Fri, Jun 09, 2006 at 02:41:42PM +0200, [EMAIL PROTECTED] wrote: > Junction.exe makes a link from a directory to another directory not between > files. Oh, yes, you are right. > Do you know other tools? No, but this goes slightly off topic. Rainer ---

Re: Rif: Re: [EMAIL PROTECTED] Apache: link not found in windows

2006-06-09 Thread Rainer Sokoll
On Fri, Jun 09, 2006 at 01:58:31PM +0200, [EMAIL PROTECTED] wrote: > The link is a windows shortcut inside the same directory ot the original > html page and there is not an index .html. A shortcut is not a link. If you really want a (soft-)link on Windows, try junction.exe from sysinternals. Ra

Re: [EMAIL PROTECTED] VirtualHost

2006-06-06 Thread Rainer Sokoll
Ryan McDonald wrote: > sounds like a firewall issue, is port 443 accessible through your > firewall? nmap -P0 -sT -p443 www.bc.furb.br Starting nmap 3.75 ( http://www.insecure.org/nmap/ ) at 2006-06-06 23:03 CEST Interesting ports on bc-03.bc.furb.br (200.135.33.8): PORTSTATESERVICE 44

Re: [EMAIL PROTECTED] mod_proxy and subversion - Long

2006-05-26 Thread Rainer Sokoll
On Thu, May 25, 2006 at 09:59:38AM -0700, Jim Gifford wrote: Hi, > I'm trying to force mod_proxy to send all the subversion writes to a > specific server. What gets me is an error in my debug log. > [Wed May 24 12:12:33 2006] [error] [client 172.16.0.85] Access > denied: - CHECKOUT cr

Re: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apa che 2.0.58

2006-05-26 Thread Rainer Sokoll
On Thu, May 25, 2006 at 10:06:51AM -0500, Schultz, Gary - COMM wrote: > ./configure --enable-so --enable-ssl --with-ssl=/ssl (plus any other > options) > > I think the key is the --with-ssl=(ssl directory) option. You probably could > install openssl in the default location and set --with-ssl to

Re: [EMAIL PROTECTED] how to compile Apache to work on ARM Processor?

2006-05-21 Thread Rainer Sokoll
On Sun, May 21, 2006 at 08:48:23AM +, MOHAMED Ibrahim wrote: > how can i check that   > "arm-linux-gcc"  compiler is the compiler used in the > compilation process, since i read in the apache manual, the option > will be ignored if it does not match? I'd use "make > make.log 2>&1" and examin

Re: [EMAIL PROTECTED] Indexes Option in Virtual Host

2006-05-20 Thread Rainer Sokoll
On Sat, May 20, 2006 at 10:11:56AM -0300, Clodoaldo Pinto wrote: > Options Indexes > But when I point the browser to fc5.s0/fc5 it works. I can see the > files in that subdir. What am I missing? A "+" ;-), read: "Options +Indexes". Rainer -

Re: [EMAIL PROTECTED] Apache with SSL

2006-05-17 Thread Rainer Sokoll
On Thu, May 18, 2006 at 11:07:59AM +0530, Kaushal Shriyan wrote: > Hi All > > Anyone - when I try starting Apache directly (outsie of samon using: > apachectl sslstart) I get the error: > > [EMAIL PROTECTED] apache]$ ./bin/apachectl sslstart > /oap//blogsdev/blogs_as3/apache/bin/httpd: error whil

Re: [EMAIL PROTECTED] Access to Webpage

2006-05-12 Thread Rainer Sokoll
On Fri, May 12, 2006 at 05:11:33PM +0530, Ranjith Kumar wrote: > I do not want to allow all users from outside of my network. I want to allow > few users only from the internet. > > How can I do this? Help me The users have to authenticate themselves on your mailserver - where is your problem?

Re: [EMAIL PROTECTED] VirtualScriptAlias

2006-05-09 Thread Rainer Sokoll
On Tue, May 09, 2006 at 12:45:59PM +0200, Bjørge Solli wrote: > VirtualDocumentRoot /srv/www/vhosts/%0/docs > VirtualScriptAlias /srv/www/vhosts/%0/cgi-bin > > The virtual docs is working as expected, but I cannot get the cgi-bin to work > properly. It now looks in the correct dir, but I get a

Re: [EMAIL PROTECTED] make failed : apache2.0.55 + solaris 2.8 sparc

2006-05-09 Thread Rainer Sokoll
On Tue, May 09, 2006 at 02:17:09PM +0530, Krishna Mondal wrote: > These are the files available in the httpd-2.0.55 directory. > > Hence i feel its source package only. I doubt that: > -rw-r- 1 1007 104 1921 Oct 10 2005 README.bindist > -rw-r- 1 1007 104 814

Re: [EMAIL PROTECTED] make failed : apache2.0.55 + solaris 2.8 sparc

2006-05-09 Thread Rainer Sokoll
On Tue, May 09, 2006 at 01:55:33PM +0530, Krishna Mondal wrote: > I got it from http://www.apache.org/dist/httpd/binaries/solaris/ location. So Dave is right. See his answer. Rainer

Re: [EMAIL PROTECTED] make failed : apache2.0.55 + solaris 2.8 sparc

2006-05-09 Thread Rainer Sokoll
On Tue, May 09, 2006 at 12:59:52PM +0530, Krishna Mondal wrote: > 1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at Where did you get this from? Sounds to me like a Solaris pkg, not the source package. Rainer - The offic

Re: [EMAIL PROTECTED] Creating Aliases

2006-05-03 Thread Rainer Sokoll
On Wed, May 03, 2006 at 04:12:09PM +, Broun Emmanuel wrote: > Alias /SRC "/TUMWESIGYE RESEARCH/SRC/"> ^ Typo? Rainer - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Rainer Sokoll
On Wed, May 03, 2006 at 04:14:20PM +0530, Krishna Mondal wrote: > grep /tmp config.log: not found Either you're not in /export/home/netiq/sol/httpd-2.0.55, or I am totally confused. Rainer PS: Please do not top post - it's hard to read. -

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Rainer Sokoll
On Wed, May 03, 2006 at 03:52:32PM +0530, Krishna Mondal wrote: > 4. >cd httpd-2.0.55 > 5. >./configure --prefix=/usr/krishnasol > 6. make > > Got the mentioned error > Please suggest. What does "grep /tmp config.log" return? Rainer -

Re: [EMAIL PROTECTED] Active Directory, Apache 2.2.2, and LDAP

2006-05-02 Thread Rainer Sokoll
On Tue, May 02, 2006 at 03:38:12PM -0400, Stewart, Eric wrote: > It turns out that the following set up will work - but that you > might get bitten by what I call an "AD Bug": > > [...] > > > This will work as expected, providing: [problems] I cannot say much about AD and default gr

Re: [EMAIL PROTECTED] Question about setting up secure service

2006-05-02 Thread Rainer Sokoll
On Tue, May 02, 2006 at 07:01:32AM -0700, Bill Angus wrote: > Yes of course Owen ... sorry... Apache loaded and continued to work > fine on port 80 -- but any attempts to browse to the secure > subdirectory met with the browser behaving just as it would upon > "address not found"). So, http://e

Re: [EMAIL PROTECTED] [2.2.2]: Pb with linking mod_ssl

2006-05-02 Thread Rainer Sokoll
On Mon, May 01, 2006 at 04:37:28PM +0200, Rainer Sokoll wrote: [problems linking mod_ssl 2.2.2] Is there a better place to ask? Maybe [EMAIL PROTECTED] Rainer - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Rainer Sokoll
On Mon, May 01, 2006 at 02:00:08PM -0400, Ken Murach wrote: >BASEDIR: /usr/local Remember your ldd's output: libxml2.so.2 => /lib/libxml2.so.2 You see? Rainer - The official User-To-User support forum of the Apa

Re: [EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Rainer Sokoll
On Mon, May 01, 2006 at 01:32:42PM -0400, Ken Murach wrote: > Hi Rainier, > > I would imagine it should be ok? I didn't have any problems with same php > 5.0.5 for the apache 1.3.34 installation. The ./httpd -t command works fine > for that version. > > Do you think I should I should grab lates

Re: [EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Rainer Sokoll
On Mon, May 01, 2006 at 01:02:15PM -0400, Ken Murach wrote: > libxml2.so.2 => /lib/libxml2.so.2 Is this lib recent enough for php5? Rainer - The official User-To-User support forum of the Apache HTTP Server Project. Se

Re: [EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Rainer Sokoll
On Mon, May 01, 2006 at 12:34:29PM -0400, Ken Murach wrote: > itis-padlproxy1 # ./httpd -t > httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: > Cannot load /usr/local/apache2/modules/libphp5.so into server: ld.so.1: > ./httpd: fatal: relocation error: file > /usr/local/apac

[EMAIL PROTECTED] [2.2.2]: Pb with linking mod_ssl

2006-05-01 Thread Rainer Sokoll
Hi, CPPFLAGS: -I/usr/local/openssl-0.9.7a/include -I/usr/local/openldap-2.3.20/include LDFLAGS: -L/usr/local/openssl-0.9.7a/lib -L/usr/local/openldap-2.3.20/lib configure invoked as: ./configure --prefix=/usr/local/httpd-2.2.0 --enable-dav --enable-dav-fs --enable-so --with-berkeley-db --enable-l