Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-02-28 Thread Jesper Krogh
On 3/1/06, Nick Kew <[EMAIL PROTECTED]> wrote: > On Tuesday 28 February 2006 21:40, Jesper Krogh wrote: > > Is it possible to make apache match the username "case-insensitive" > > against lists in AuthUserFile /AuthGroupFile? > > That would potentially be a security hole. Yes if it could be done w

Re: [EMAIL PROTECTED] Installation problems of Apache2

2006-02-28 Thread Emmanuel E
Some other program might be using port 80. Possible software could be IIS or Skype. You could also find out if any program is using port 80 with this utility - http://www.sysinternals.com/Utilities/TcpView.html Check for sockets in the LISTENING state and bound to port 80. - Original M

Re: [EMAIL PROTECTED] How to limit the size of each apache child process

2006-02-28 Thread Joshua Slive
On 2/28/06, Khai Doan <[EMAIL PROTECTED]> wrote: > Hi list, > > I am running apache 2 using prefork model, and wish to limit the size of > each apache process. After a request, it should check its size, and if > exceed a certain threshold, terminate itself. I have looked at RLimitMEM > directive,

Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-02-28 Thread Nick Kew
On Tuesday 28 February 2006 21:40, Jesper Krogh wrote: > Hi. > > > Is it possible to make apache match the username "case-insensitive" > against lists in AuthUserFile /AuthGroupFile? That would potentially be a security hole. > We're using mod_ntlm and it generally works fine, but the different >

[EMAIL PROTECTED] How to limit the size of each apache child process

2006-02-28 Thread Khai Doan
Hi list, I am running apache 2 using prefork model, and wish to limit the size of each apache process. After a request, it should check its size, and if exceed a certain threshold, terminate itself. I have looked at RLimitMEM directive, but it says that this directive only apply to subproces

Re: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread William A. Rowe, Jr.
Apache doesn't perform environment expansion from the core distribution. Look at mod_macro, see if anyone's ported this to apache 2.x for your purposes. Portable syntax is '$SystemRoot' (or '$(SystemRoot)' - either is sans ' tic marks in actual use.) [EMAIL PROTECTED] wrote: Tx for your answer

[EMAIL PROTECTED] Case insensitive username in htaccess.

2006-02-28 Thread Jesper Krogh
Hi. Is it possible to make apache match the username "case-insensitive" against lists in AuthUserFile /AuthGroupFile? We're using mod_ntlm and it generally works fine, but the different platforms tend to send usernames in mixed cases. Thanks Jesper - Sorry if you have seen this allready. I did

AW: [EMAIL PROTECTED] apache ssl

2006-02-28 Thread Oliver.Schaudt
Ursprüngliche Nachricht- Von: azeem ahmad [mailto:[EMAIL PROTECTED] Gesendet: Di 28.02.2006 20:05 An: users@httpd.apache.org; [EMAIL PROTECTED] Betreff: [EMAIL PROTECTED] apache ssl >hi list, i have installed httpd with webdav, now i want it to run on https >only, its running on both ht

[EMAIL PROTECTED] apache ssl

2006-02-28 Thread azeem ahmad
hi list, i have installed httpd with webdav, now i want it to run on https only, its running on both http and https both, how can i disable http Regards Azeem - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] Installation problems of Apache2

2006-02-28 Thread Stephanie Wheeler
While I am installing the Apache HTTP server, Win32bin(msi), I receive a socket error that only one is allowed to be used. After installation, I receive an error that states no service is detected for Apache2. I've installed and reinstalled several times with the same resulting errors. I am

[EMAIL PROTECTED] mod_authn_dbd password matching issue

2006-02-28 Thread Fred McCann
I'm trying to configure mod_authn_dbd on Apache 2.2 + Postgres 8 + FreeBSD 6 stable. Here's what I've got:#Database ManagementDBDriver pgsqlDBDParams "dbname=UserDirectory user=UserDirectory password=foo"DBDMin  1DBDKeep 2DBDMax  10DBDExptime 60#Authentication Section    AuthType Basic    AuthName

Re: [EMAIL PROTECTED] WebDAV directory allowing all access despite limits

2006-02-28 Thread Sean Davis
On 2/28/06 10:08 AM, "Joshua Slive" <[EMAIL PROTECTED]> wrote: > On 2/28/06, Sean Davis <[EMAIL PROTECTED]> wrote: >> >> >> >> On 2/28/06 9:23 AM, "Nick Kew" <[EMAIL PROTECTED]> wrote: >> >>> On Tuesday 28 February 2006 13:55, Sean Davis wrote: >>> 128.231.145.14 - sean [28/Feb/2006:0

[EMAIL PROTECTED] Re:AW: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread [EMAIL PROTECTED]
it is true indeed and it does not make any difference when within double quotes. I even tried the most stupid scenerii with a backslash at the beginning to avoid interpretation of it as relative. Without success. Except from that, which I am really hoping for a solution, i am wondering if there

AW: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread Oliver.Schaudt
I think Apache takes your %TEMP%/httpd.pid as an relative path Is there a difference in the behaviour when you make it inside " PidFile "%temp%/apache.pid" bye Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Di 28.02.2006 16:42 An: users Betref

Re: [EMAIL PROTECTED] directory index forbidden

2006-02-28 Thread azeem ahmad
From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] directory index forbidden Date: Tue, 28 Feb 2006 11:34:17 -0500 On 2/28/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > [Tue Nov 28 03:11:07 2000] [error] [client

Re: [EMAIL PROTECTED] directory index forbidden

2006-02-28 Thread Joshua Slive
On 2/28/06, azeem ahmad <[EMAIL PROTECTED]> wrote: > [Tue Nov 28 03:11:07 2000] [error] [client 192.168.3.6] Directory index > forbidden by rule: /var/www/webdav/must/ You need Options +Indexes in the relevant directory. Joshua. --

Re: [EMAIL PROTECTED] Why doesn't Apache bind socket to vhost's IP addr.?

2006-02-28 Thread Joshua Slive
On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > # cat /etc/httpd/conf.d/vhosts.conf > > ServerName tintin_ic1:80 > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /var/www/apache/html > CustomLog logs/ic1.log common > ErrorLoglogs/ic1_error.log > LogLevel

[EMAIL PROTECTED] directory index forbidden

2006-02-28 Thread azeem ahmad
hi list i have configured webdav on my server, i have also made ssl in the way specified. but when i goto access webdav folders using any browser. it says you dont have permissions to access. while all the directories and files are set to chown -R apache:apache webdav/ chmod -R 750 webdav/ w

[EMAIL PROTECTED] Why doesn't Apache bind socket to vhost's IP addr.?

2006-02-28 Thread Ralph.Grothe
Hello, I think I have a flaw in my httpd.conf somewhere, but the httpd syntax check isn't complaining. I use this httpd release on Fedora 3 # /usr/sbin/httpd -v Server version: Apache/2.0.52 Server built: Oct 15 2004 11:39:29 and it's a DSO build as supplied from Fedora 3 # /usr/sbin/httpd -

[EMAIL PROTECTED] Case insensitive username-matching in htaccess

2006-02-28 Thread Jesper Krogh
Hi. Is it possible to make apache match the username "case-insensitive" against lists in AuthUserFile /AuthGroupFile? We're using mod_ntlm and it generally works fine, but the different platforms tend to send usernames in mixed cases. Thanks Jesper

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread [EMAIL PROTECTED]
Tx for your answer. I actually tried this solution before with %tmp% window env variable, but did not work, nor with %systemroot". I tried to do that for the directive: PidFile %temp%/apache.pid Error message i get is: "fopen: no such file or directory Apache.exe: could not log pid to file /apac

Re: [EMAIL PROTECTED] WebDAV directory allowing all access despite limits

2006-02-28 Thread Joshua Slive
On 2/28/06, Sean Davis <[EMAIL PROTECTED]> wrote: > > > > On 2/28/06 9:23 AM, "Nick Kew" <[EMAIL PROTECTED]> wrote: > > > On Tuesday 28 February 2006 13:55, Sean Davis wrote: > > > >> 128.231.145.14 - sean [28/Feb/2006:08:46:34 -0500] "PUT > >> /webDAV/public/Abstract.doc HTTP/1.1" 204 - > > > > Se

Re: [EMAIL PROTECTED] WebDAV directory allowing all access despite limits

2006-02-28 Thread Sean Davis
On 2/28/06 9:23 AM, "Nick Kew" <[EMAIL PROTECTED]> wrote: > On Tuesday 28 February 2006 13:55, Sean Davis wrote: > >> 128.231.145.14 - sean [28/Feb/2006:08:46:34 -0500] "PUT >> /webDAV/public/Abstract.doc HTTP/1.1" 204 - > > See that "sean" in there? Your client has authenticated itself. > W

Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Jerry McAllister
> > --=_Part_22734_12110787.1141118677219 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > I installed var on a seperate /var partition. and I need mysite to have thi= > s > recomended access control. > > chown -R

Re: [EMAIL PROTECTED] WebDAV directory allowing all access despite limits

2006-02-28 Thread Nick Kew
On Tuesday 28 February 2006 13:55, Sean Davis wrote: > 128.231.145.14 - sean [28/Feb/2006:08:46:34 -0500] "PUT > /webDAV/public/Abstract.doc HTTP/1.1" 204 - See that "sean" in there? Your client has authenticated itself. Where's the problem? -- Nick Kew ---

[EMAIL PROTECTED] WebDAV directory allowing all access despite limits

2006-02-28 Thread Sean Davis
I am running the following on MacOS 10.4.5: Apache/2.0.54 (Unix) DAV/2 proxy_html/2.5 SVN/1.2.3 PHP/5.0.4 mod_perl/2.0.1 Perl/v5.8.6 I have a webDAV directory configured as such: Dav On AuthType Basic AuthName "Public WebDAV Repository" AuthUserFile /usr/local/apache2/passwd/htp

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread Oliver.Schaudt
On attempt on Windows Systems %SystemRoot%\temp Greets Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Di 28.02.2006 11:29 An: users Betreff: [EMAIL PROTECTED] OS Env variables - TMP Hello, In my attempt to ship Apache as a standlone ser

Re: [EMAIL PROTECTED] Rewrite rules !!

2006-02-28 Thread Robert Ionescu
Kunal wrote: Hello All, I am newbie to rewrite rules. I am trying to redirect requests coming to http://domain.com/test/ to http://domain.com/test.php using below mod_rewrite rules in .htaccess. There is no leading slash in the rule pattern (left side) in .htaccess files, so you might try

[EMAIL PROTECTED] Rewrite rules !!

2006-02-28 Thread Kunal
Hello All,   I am newbie to rewrite rules. I am trying to redirect requests coming to http://domain.com/test/ to http://domain.com/test.php using below mod_rewrite rules in .htaccess.   RewriteEngine onRewriteCond %{REQUEST_URI} ^/test/(.*)/(.

RE: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Boyle Owen
> -Original Message- > From: Pubudu Premachandra [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 28. Februar 2006 11:36 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Forbidden You don't have > permission to access /site/ Error > > These are what access and Error log says.

Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Pubudu Premachandra
These are what access and Error log says. Error log. [Tue Feb 28 16:32:00 2006] [error] [client 127.0.0.1] (13)Permission denied: access to /moodle/index.php denied [Tue Feb 28 16:32:00 2006] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico Access log 127.0.0.1 - - [28/F

[EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread [EMAIL PROTECTED]
Hello, In my attempt to ship Apache as a standlone server on a CD-ROM to run a Web-based application, I would need to access my OS environment variables from httpd.conf, since i would like to access TEMP directory on any computer (at least Windows-based computers). Any idea how to achieve that?

RE: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Boyle Owen
> -Original Message- > From: Pubudu Premachandra [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 28. Februar 2006 10:25 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Forbidden You don't have permission to > access /site/ Error > > I installed var on a seperate /var partition. and

[EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Pubudu Premachandra
I installed var on a seperate /var partition. and I need mysite to have this recomended access control. chown -R apache:apache /var/mysite I entered these in httpd.conf at end of it.   DirectoryIndex index.php AcceptPathInfo on AllowOverride None Options None Order allow,deny Allow from al