[EMAIL PROTECTED] UserDir configuration

2008-08-26 Thread Marc Fromm
directory and only specific users that can use it? This entry does not work: UserDir disabled UserDir enabled user1 user2 user3 UserDir working Marc - The official User-To-User support forum of the Apache HTTP Server Project. See

[EMAIL PROTECTED] blank pages

2008-09-12 Thread Marc Fromm
/var/www/html Does DOCUMENT_ROOT need to be defined someplace else? Thanks Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

[EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
I must assume there is some httpd configuration that is blocking the files links form accessing the directories inside the sfr directory. Any ideas on what I can configure to have the files links display the contents of the directories? Marc

RE: [EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
They are listed by our own code. -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 8:37 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] directory contents not displaying On Thu, Oct 23, 2008 at 11:32 AM, Marc Fromm <[EM

RE: [EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
Problem solved. It turned out to be a php problem and some deprecated variables. -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 10:34 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] directory contents not displaying Marc

[us...@httpd] DOCUMENT_ROOT errors

2009-02-09 Thread Marc Fromm
r/www/html/lan/ztezt/student_alerts/index.php on line 5 My current versions are: httpd-2.2.6-1.fc6 php-5.1.6-3.7.fc6 php-pear-1.4.9-4 (one error above mentions pear) Marc

[us...@httpd] mod_authnz_ldap and UTF-8

2009-02-13 Thread Marc Patermann
, httpd does not come up. How do I get authentication with umlauts to work? Is AuthLDAPCharsetConfig the way to go? Why does it seg fault then, what do I have to put in charset.conv? Marc * I have to do the same thing on SLES10 later ...

Re: [us...@httpd] mod_authnz_ldap and UTF-8

2009-02-16 Thread Marc Patermann
Hi, Marc Patermann schrieb: How do I get authentication with umlauts to work? Is AuthLDAPCharsetConfig the way to go? Why does it seg fault then, what do I have to put in charset.conv? No hints anyone? :( Marc - The

Re: [us...@httpd] mod_authnz_ldap and UTF-8

2009-02-17 Thread Marc Patermann
IndexOptions charset=utf-8 with no success. or avoiding non-ascii usernames altogether. That is sadly not the best choice here. :( Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http

[us...@httpd] webdav LimitExcept Lightning

2009-02-18 Thread Marc Patermann
h users foo and bar it works just the same. If I use an additional section for valid-users, it works. Where is my fault? Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Marc Patermann
] Do you have ldapsearch installed? try # ldapsearch -x -h server.three.two.one -D ad...@three.two.one -w password -b dc=three,dc=two,dc=one sAMAccountName=UsernameToTry What does it say? "sub" and "objectclass=*" may be the defaults anyway. Marc --

Re: [us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Marc Patermann
component with a space in it!? ou=WCL user,dc=foo,dc=bar That's not a problem. I have such DNs in my DIT myself. Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Marc Patermann
Ed Avis schrieb: Marc Patermann ofd-sth.niedersachsen.de> writes: You mean the DN contains a component with a space in it!? ou=WCL user,dc=foo,dc=bar Ah... 'ou'... I was using 'cn'. This was only an example. Actually I know nothing about the DIT in AD. :) The

[us...@httpd] version < 1.2.6

2009-04-03 Thread Marc Brünink
Hi all, on archive.apache.org the oldest version of apache I found is 1.2.6. Are older versions available somewhere else? Thanks Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: RES: [us...@httpd] version < 1.2.6

2009-04-03 Thread Marc Brünink
I can even find version 0.6.5. However, is there an _official_ apache archive that dates back to the good old days and contains all versions? Or at least most of them? Thanks Marc Lincoln Zuljewic Silva - Claro SP - schrieb: I found apache-1.2.0... http://slackware.osuosl.org/slackware-3.3

[us...@httpd] Information about .DAV directory

2009-05-06 Thread Marc Patermann
Hi, in a WebDAV directory apache* creates a .DAV subdirectory in which files like document_in_dir_above.dir and document_in_dir_above.pag are stored. I think, this is for the "V" in "DAV" (Versioning), right? How can I make use of this DBM database file and or "contr

Re: [us...@httpd] Information about .DAV directory

2009-05-08 Thread Marc Patermann
Hi, Marc Patermann schrieb: in a WebDAV directory apache* creates a .DAV subdirectory in which files like document_in_dir_above.dir and document_in_dir_above.pag are stored. I think, this is for the "V" in "DAV" (Versioning), right? How can I make use of this DBM

Re: [us...@httpd] authentication question

2009-05-12 Thread Marc Patermann
on. After one login users can use the wiki (PHP application) and WebDAV (apache module) seamlessly. Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslis

[EMAIL PROTECTED] Apache 2.2 - so - is it stable? How compatible is it?

2006-01-10 Thread Marc Perkel
Is it solid or should I wait? Does it use more or less memory? I've had memory issues ever since I went 64 bit Linux on dual core athlon. Is there some new killer must have feature? What all does it break? -- Marc Perkel - [EMAIL PROTECTED] Spam Filter: http://www.junkemailfilter.com My

[EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Marc Serra
Hi gurus! I need to secure with SSL only one file from a directory that contains a lot more files. How can I do that? I know how secure an entire directory, with SSLRequireSSL option, but is possible only for a file? Thank's! ---

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Marc Serra
Thanks, and I know your solution, but isn't possible. I can't not move this file from this directory, and (for application requirements) the other files on this directory cannot be under SSL. > I guess the easiest way would be to put that SSL enabled > file into a sub-dir all on it's own?

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Marc Serra
Thanks for a reply joshua. Really? And can you give me an example of this? For a directory that requires SSL: SSLRequireSSL AllowOverride AuthConfig But for a file? Does would you mean?: "/var/www/localhost/htdocs/ssl/file.under.ssl.html"> SSLRequireSSL Allow

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Marc Serra
I don't know does snide mean, but I hope nothing bad ;-) I tried to search in: http://www.apache-ssl.org/docs.html and http://httpd.apache.org/docs/2.0/ssl/ , but i don't find an answer for me. Your links seems better. Sorry for bugging. Tomorrow i try it, I'm very tired now... B-( > I hate to

[EMAIL PROTECTED] mod_ldap and require-group based on URL?

2006-03-15 Thread Marc Boorshtein
the config? Thanks Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from th

[EMAIL PROTECTED] Apache 2.2 Fedora Core 4 RPMs

2006-05-29 Thread Marc Perkel
Is there any Apache 2.2 RPMs for Fedora Core 4? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] not able to do url rewriting

2006-06-26 Thread Marc Collin
hi i use suse linux 10.1 64 bits (AMD) i copied my web site in local to convert it to php5 mysql apache work the problem i got in local is the url rewriting don't work my i modified in the httpd.conf Options None AllowOverride All Order deny,allow Deny from all # use .htacce

[EMAIL PROTECTED] Virtual SSL on one IP?

2007-02-27 Thread Marc Perkel
Is there a way to run multiple virtual sites on one IP using different certificates? Apache 2.2 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more in

[EMAIL PROTECTED] Keeping hackers out of /dev/smh

2007-05-16 Thread Marc Perkel
What's the best way to keep hackers out of /dev/shm? I'm getting the script kitties installing IRC bots. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> f

Re: [EMAIL PROTECTED] Keeping hackers out of /dev/smh

2007-05-16 Thread Marc Perkel
Graeme Fowler wrote: On Wed, 2007-05-16 at 05:46 -0700, Marc Perkel wrote: What's the best way to keep hackers out of /dev/shm? I'm getting the script kitties installing IRC bots. Mount /dev/shm noexec. More importantly, close the holes the script kiddies are getting

Re: [EMAIL PROTECTED] Keeping hackers out of /dev/smh

2007-05-16 Thread Marc Perkel
Sam Lavitt wrote: Marc Perkel wrote: Graeme Fowler wrote: On Wed, 2007-05-16 at 05:46 -0700, Marc Perkel wrote: What's the best way to keep hackers out of /dev/shm? I'm getting the script kitties installing IRC bots. Mount /dev/shm noexec. More importantly, close the

Re: [EMAIL PROTECTED] Keeping hackers out of /dev/smh

2007-05-16 Thread Marc Perkel
Sam Lavitt wrote: Joshua Slive wrote: On 5/16/07, Marc Perkel <[EMAIL PROTECTED]> wrote: I was hoping for a more specific answer. If I could have done that I wouldn't be here asking how to do it. Also consider other services, such as FTP servers, SSH, SCP, etc. etc. etc.

[EMAIL PROTECTED] mod_security and system load

2007-05-29 Thread Marc Perkel
I'm running FC6 and added mod_security using the default rule set and the load level on the system is about 5 times higher than without it. I'm wondering what rule sets I might disable that would give me some security without slowing the server down to a crawl. Could use some practical advice.

Re: [EMAIL PROTECTED] mod_security and system load

2007-05-30 Thread Marc Perkel
Nick Kew wrote: On 29 May 2007, at 22:31, Marc Perkel wrote: I'm running FC6 and added mod_security using the default rule set and the load level on the system is about 5 times higher than without it. I'm wondering what rule sets I might disable that would give me some securi

[EMAIL PROTECTED] server-status - DOS Attack?

2007-06-04 Thread Marc Perkel
Hi, I'm getting a lot of these when running server-status. Is this some kind of DOS attack? *25-0* 52500/2/22 *R* 0.002 65 0.0 0.000.40 ? ? ..reading.. *26-0* 52510/0/20 *R* 0.083 46 0.0 0.007.44 ? ?

[EMAIL PROTECTED] Re: help on apache mod_rewrite

2007-07-27 Thread Marc Jacobs
Hi everyone, I have a problem with apache, perhaps you can help... I would be glad if you did. I'm not an expert on the subject, so forgive me if I'm sounding naive I need to create 1 virtual host that runs multiple sites (siteA.com) & siteB.com) located at different paths in the host. In or

RE: [users@httpd] Strategies for debugging a segmentation fault o n a production ser ver

2005-06-21 Thread Marc Wiatrowski
s/access_log icombined I believe the access_log entries are written at the end of the process, ie the seg fault probably happens before the access_log entry is written. But you may be able to see where the user is headed..? marc -

[EMAIL PROTECTED] Environment Variable contamination between vhosts - 1.3.33

2005-08-05 Thread Marc Powell
n't easily disable mod_perl or mod_php for testing purposes as this is a production machine. I actually have two machines that are experiencing this. Both are identical. I've been searching for a couple of days now but I apparently can't hit on the right combination of terms ;) In 8 years

RE: [EMAIL PROTECTED] Environment Variable contamination between vhosts - 1.3.33

2005-08-08 Thread Marc Powell
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 07, 2005 8:50 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Environment Variable contamination between > vhosts - 1.3.33 > > On 8/5/05, Marc Powell &

RE: [EMAIL PROTECTED] Error Code 104

2005-08-08 Thread Marc Powell
n badly and these [Mon Aug 8 15:08:35 2005] [info] [client blah] (104)Connection reset by peer: client stopped connection before send mmap completed Are generally seen when the client pressed the stop button or moved to a different page before the cur

RE: [EMAIL PROTECTED] Environment Variable contamination between vhosts - 1.3.33

2005-08-08 Thread Marc Powell
> -Original Message- > From: Marc Powell [mailto:[EMAIL PROTECTED] > Sent: Monday, August 08, 2005 10:28 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Environment Variable contamination between > vhosts - 1.3.33 > > > > > -Origi

RE: [EMAIL PROTECTED] Environment Variable contamination between vhosts - 1.3.33

2005-08-09 Thread Marc Powell
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 09, 2005 8:14 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Environment Variable contamination between > vhosts - 1.3.33 > > On 8/8/05, Marc Powell &

RE: [EMAIL PROTECTED] apache question??

2005-08-10 Thread Marc Powell
m > occuring. > > i've been searching google/apache but can't seem to find what i'm > missing.. It's a browser feature and doesn't touch or have anything to do with apache. -- Marc - The o

[EMAIL PROTECTED] Question Apache2 LDAP with SSL Windows Active Directory

2005-09-05 Thread Marc Jonkers
; URI /cgi-bin/smokeping.cgi [LDAP: ssl connections not supported][Unknown error]   My line in apache2.conf   AuthLDAPURL ldaps://10.10.20.209:636/dc=corp,dc=meander,dc=nl?sAMAccountName?sub?(objectclass=person)     Anyone know what the problem is?     Thanx,   Marc  

[EMAIL PROTECTED] High memory usage on new server

2005-09-13 Thread Marc Perkel
I'm having a memory usage problem and hoping I can find a solution. I'm moving from 32 bit Fedora Core 4 to 64 bit Fedora Core 4 on a new server. The problem is that the individual servers on the 64 bit box are using a LOT more memory that they did on the 32 bit box. and I need to figure out h

RE: [EMAIL PROTECTED] ldaps auth[Scanned]

2005-09-16 Thread Marc Jonkers
Same problem here. Thnx, Marc -Oorspronkelijk bericht- Van: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 16 september 2005 13:15 Aan: users@httpd.apache.org Onderwerp: [EMAIL PROTECTED] ldaps auth[Scanned] Hi, list I need use ldap authentication over ssl I have in

RE: [EMAIL PROTECTED] ldaps auth[Scanned]

2005-09-16 Thread Marc Jonkers
I tried to use ldaps with a W2K AD no succes -Oorspronkelijk bericht- Van: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 16 september 2005 13:33 Aan: users@httpd.apache.org Onderwerp: Re: [EMAIL PROTECTED] ldaps auth[Scanned] On Fri, Sep 16, 2005 at 01:24:22PM +0200, Le

[EMAIL PROTECTED] Apache - High Memory Usage Problem - HELP!

2005-09-27 Thread Marc Perkel
's quite a difference. So - what am I missing? Why is the new server using so much more ram? -- Marc Perkel - [EMAIL PROTECTED] Spam Filter: http://www.junkemailfilter.com My Blog: http://marc.perkel.com

Re: [EMAIL PROTECTED] Apache - High Memory Usage Problem - HELP!

2005-09-27 Thread Marc Perkel
Joe Orton wrote: On Tue, Sep 27, 2005 at 08:37:16AM -0700, Marc Perkel wrote: Kind of an odd problem but I'm moving my stuff to a new server and for some reason Apache (2.0.54) is using a lot more memory on the new server than on the old server. I'm hosting the same

Re: [EMAIL PROTECTED] Apache - High Memory Usage Problem - HELP!

2005-09-27 Thread Marc Perkel
Bill Sargent wrote: Did you compile apache yourself? If you did, did you strip the binary Strip --strip-unneeded httpd ? That would make the memory footprint smaller I believe. Stripping libphp4.so as well might save some memory. Are you using worker mpm or prefork? (does worker eve

Re: [EMAIL PROTECTED] Apache - High Memory Usage Problem - HELP!

2005-09-27 Thread Marc Perkel
Also - reducing MaxRequestsPerChild to 10 makes a dramatic difference in memory usage. Do I have a memory leak problem? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/us

Re: [EMAIL PROTECTED] Apache - High Memory Usage Problem - HELP!

2005-09-27 Thread Marc Perkel
t like precompiled binaries. I prefer to compile my own things because I feel I have more control over things like memory and speed... as in I can compile in what I need and not have things I don't need. :) Thanks, Bill -Original Message- From: Marc Perkel [mailto:[EMAIL PROTECTED]]

Re: [EMAIL PROTECTED] Apache - High Memory Usage Problem - HELP!

2005-09-27 Thread Marc Perkel
Nick Kew wrote: On Tuesday 27 September 2005 19:59, Marc Perkel wrote: My site is fairly high traffic. about 20 gigs an hour. 60 requests a second. Apparently I'm using prefork. Do you think MPMs would be the better choice? Worker would reduce memory usage.

Re: [EMAIL PROTECTED] Apache - High Memory Usage Problem - HELP!

2005-09-27 Thread Marc Perkel
Jim Jagielski wrote: Marc Perkel wrote: OK - thanks for your help. I do use PHP and I don't want to crash. ;) But - unless I keep MaxRequestsPerChild at no more than 10 the memory usage grows fast. Could I have a memory leak of some kind? Holey

[EMAIL PROTECTED] Help building mod_auth_ldap.o against the netscape/mozilla SDK

2005-09-29 Thread Marc Boorshtein
4/modules/dav/main -prefer-non-pic -static -c util_ldap.c && touch util_ldap.lo util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support built in This is followed by about50 lines of errors. Am I missing something? Thanks Marc

Re: [EMAIL PROTECTED] Help building mod_auth_ldap.o against the netscape/mozilla SDK

2005-10-11 Thread Marc Boorshtein
Thanks Ricardo, I'm getting closer but am still having a problem.  I've tried compiling against netscape, sun and mozilla and every time I run configure I get the following warning: checking for ldap_init in -lldap... yes   setting APRUTIL_EXPORT_LIBS to "-lldap -llber"   setting APRUTIL_LIBS to "

Re: [EMAIL PROTECTED] Help building mod_auth_ldap.o against the netscape/mozilla SDK

2005-10-12 Thread Marc Boorshtein
Thanks Rocardo!  I'll give this a try. MarcOn 10/12/05, Ricardo Stella <[EMAIL PROTECTED]> wrote: Marc,It's been a few weeks, so I'm going over my set of docs and hopefully Ididn't miss anything...a) Make sure the SDK works if you compiled it.  I did compiled theMozilla

Re: [EMAIL PROTECTED] Help building mod_auth_ldap.o against the netscape/mozilla SDK

2005-10-12 Thread Marc Boorshtein
`/home/mlb/downloads/httpd-2.0.54' make: *** [all-recursive] Error 1 Does this look familliar at all? Thanks MarcOn 10/12/05, Marc Boorshtein <[EMAIL PROTECTED]> wrote: Thanks Rocardo!  I'll give this a try. MarcOn 10/12/05, Ricardo Stella < [EMAIL PROTECTED]> wrote: Marc,It's

[EMAIL PROTECTED] Problem with Less Than/Greater Than Characters in URL

2005-10-12 Thread Marc Rabil
attacks, access is forbidden. This web site does not allow Urls which might include embedded HTML tags’.   Is there a way to disable this security check or otherwise configure the server to permit this type of URL?   Thanks in advance for any help,   Marc  

[EMAIL PROTECTED] httpd still using too much memory - serious memory leak?

2005-10-19 Thread Marc Perkel
I've asked about this before and never got an answer. I used to run my server on a dual xeon computer and it was very memory efficient. I moved to the 64 bit version of of Fedora Core 4 and now it's filling up memory really fast. Both servers had 4 gigs of ram. And basically the same configura

Re: [EMAIL PROTECTED] make URL's case insensitive

2005-10-20 Thread Marc Perkel
[EMAIL PROTECTED] wrote: Hi All, I run apache 2.0.5x, and was wondering if there is a way to make URL's (after the domain portion) case insensitive in apache (all URL's), for example: www.foobar.com/JUNKFOOD.htm (client browser) would be processed by httpd as: www.foobar.com/junkfood.htm

[EMAIL PROTECTED] mod_rewrite, .htaccess problem

2005-10-20 Thread Marc Collin
hi i try to to do overriding with apache in my loadmodule.conf LoadModule rewrite_module /usr/lib/apache2-prefork/mod_rewrite.so in httpd.conf Options None AllowOverride All Order deny,allow Deny from all # use .htaccess files for overriding, AccessFileName .htac

[EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread Marc Perkel
I've asked about this before and never got an answer. I used to run my server on a dual xeon computer and it was very memory efficient. I moved to the 64 bit version of of Fedora Core 4 and now it's filling up memory really fast. Both servers had 4 gigs of ram. And basically the same configura

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread Marc Perkel
David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2) What is the sum of the processes RSS size? 3) What is the sum of the processes VSIZE size? Thanks for your perl script. Here's the results: 102

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread Marc Perkel
David Tonhofer, m-plify S.A. wrote: --On Friday, October 21, 2005 11:16 AM -0700 Marc Perkel <[EMAIL PROTECTED]> wrote: David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2)

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-22 Thread Marc Perkel
David Tonhofer, m-plify S.A. wrote: --On Friday, October 21, 2005 11:16 AM -0700 Marc Perkel <[EMAIL PROTECTED]> wrote: David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2)

Re: [EMAIL PROTECTED] make URL's case insensitive

2005-10-24 Thread Marc Perkel
I've had good luck using mod_speling. But before that I used a trick where I used samba. The trick is to run samba, mount a share, then serve from that share. Samba is case insensitive. BTW - I agree - in fact I think it's insane to have a case sensitive file system. But I'll never convince th

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-26 Thread Marc Perkel
David Tonhofer, m-plify S.A. wrote: --On Friday, October 21, 2005 11:16 AM -0700 Marc Perkel <[EMAIL PROTECTED]> wrote: David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2)

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-26 Thread Marc Perkel
Nick Kew wrote: On Wednesday 26 October 2005 13:44, Marc Perkel wrote: [chop] Did you ever tall us whether you compiled it yourself or got it from a package? If the latter, I suggest compiling it on and for your hardware, in case you simply have a binary that'

[EMAIL PROTECTED] Serious Memory Leak Problem

2005-11-02 Thread Marc Perkel
I've asked about this before and never got an answer that solved the problem. I used to run my server on a dual xeon computer and it was very memory efficient. I moved to the 64 bit version of of Fedora Core 4 and now it's filling up memory really fast. Both servers had 4 gigs of ram. And bas

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-11-03 Thread Marc Perkel
Nick Kew wrote: On Thursday 03 November 2005 04:39, Marc Perkel wrote: Serious Memory Leak Problem Last time you posted this, I asked if you'd compiled it yourself, and you said no. Please at the very least *do that* before complaining here. Some third-

[EMAIL PROTECTED] RedirectMatch Question

2005-11-06 Thread Marc Perkel
--> http://mailman.churchofreality.org/* I'm confused about how to do this and figure that someone out there has this down. Thanks in Advance -- Marc Perkel - [EMAIL PROTECTED] Spam Filter: http://www.junkemailfilter.com My Blog: http

Re: [EMAIL PROTECTED] RedirectMatch Question

2005-11-07 Thread Marc Perkel
Joshua Slive wrote: On 11/6/05, Marc Perkel <[EMAIL PROTECTED]> wrote: OK - how would I do this? I'm migrating my mailman server to another computer and I'm changing the URL and I want to redirect from the old URL to the new one. The old server has many virtual

[EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?

2005-11-10 Thread Marc Jonkers
Hi,   I want to authenticate users agains W2K domain with LDAPS in Apache2.  Has anyone running this? I cannot get it working.     thx,   Marc

RE: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?[Scanned]

2005-11-10 Thread Marc Jonkers
Hi David, Is this secure encryption? Thx, Marc -Oorspronkelijk bericht- Van: Barham, David [mailto:[EMAIL PROTECTED] Verzonden: donderdag 10 november 2005 15:11 Aan: users@httpd.apache.org Onderwerp: RE: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?[Scanned

RE: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?[Scanned]

2005-11-10 Thread Marc Jonkers
e?sub?(objectclass=person)    require valid-user I use Debian. What's wrong?     thx,   Marc Van: Marc Jonkers [mailto:[EMAIL PROTECTED] Verzonden: donderdag 10 november 2005 15:11Aan: users@httpd.apache.orgOnderwerp: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Doma

[EMAIL PROTECTED] MySQL Related problem

2007-10-17 Thread Marc Perkel
Hi Everyone, I'm hosting a lot of domains for a lot of people who have a lot of MySQL applications that they installed and almost all are configured to talk to MySQL on "localhost". In order to spread the load I'm trying to move the MySQL server to another machine. Since everything is config

Re: [EMAIL PROTECTED] MySQL Related problem

2007-10-17 Thread Marc Perkel
much more ;) Regards, Samy Marc Perkel schrieb: Hi Everyone, I'm hosting a lot of domains for a lot of people who have a lot of MySQL applications that they installed and almost all are configured to talk to MySQL on "localhost". In order to spread the load I'm tryi

[EMAIL PROTECTED] server status --- reading ....

2007-10-29 Thread Marc Perkel
Running server-status and getting a lot of these. The server seems to be under some sort of attack. What does this mean? *40-0* 13851 0/8/118 *R* 0.14 11 31 0.0 0.05 2.11 ? ? ..reading.. *41-0* 13967 0/9/167 *R* 0.00 11 31 0.0 0.11 119.75 ? ? ..reading..

[EMAIL PROTECTED] Apache randomly quits working after Fedora 8 upgrade

2007-11-14 Thread Marc Perkel
Kind of puzzling. The problem started after doing an upgrade to Fedora 8. The web server randomly quits working. This morning it showed 5 httpd processes running. My settings for number of servers is far higher than that. Restarting the httpd service fails with it saying that it copuld not bin

[EMAIL PROTECTED] httpd service fails

2008-02-26 Thread Marc Fromm
how can start the httpd daemon? Thanks Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTE

[EMAIL PROTECTED] strange tmp file created by apache

2008-03-13 Thread Marc Fromm
In the /tmp directory there is a file that was created by the apache user. File name: sess_f67399ee11ea93d2331a1af8efa054b3 Contents: ATTEMPS|i:0; Is this a result from a hack attempt or a failed service of some type? Thanks Marc Fromm Information Technology Specialist II Financial Aid

[EMAIL PROTECTED] .htaccess files not recognized

2008-03-19 Thread Marc Fromm
use of the .htaccess file? Marc Fromm Information Technology Specialist II Financial Aid Department Western Washington University Phone: 360-650-3351 Fax: 360-788-0251 - The official User-To-User support forum of the Apache HTTP Serv

[EMAIL PROTECTED] htpasswd and special characters

2008-03-20 Thread Marc Fromm
nto the website. The man page for htpasswd did not state certain special characters are not allowed. Is there a reason why I can't use the $, &, or ! symbol? Marc - The official User-To-User support forum

[EMAIL PROTECTED] log files

2008-04-02 Thread Marc Fromm
My system is Linux Fedora Core 5 running httpd-2.2.0-5.1.2 How can I configure the log files sizes? Thanks Marc - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

[EMAIL PROTECTED] "The service on Local Computer started and stopped"

2008-06-02 Thread marc . scott
olution is to uncheck the "Enable LMHOSTS lookup" box under network properties. This box was already unchecked. The only 2 log entries in the system log are... The service was successfully sent a start control. The service entered the stopped state. Any help would be appreciated!

Re: [EMAIL PROTECTED] "The service on Local Computer started and stopped"

2008-06-02 Thread marc . scott
> Check the Application Event Log. No entries are made in the application log when I attempt to start the service. Marc Scott - This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase

Re: [EMAIL PROTECTED] "The service on Local Computer started and stopped"

2008-06-02 Thread marc . scott
and I forgot to mention that I did run netstat just to make sure nothing was listening on port 80. nothing is. Marc - This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any

Re: [EMAIL PROTECTED] "The service on Local Computer started and stopped"

2008-06-03 Thread marc . scott
iewer, and nothing. And I am a local admin on my machine, so that shouldn't have effected the netstat output. Any other suggestions? Marc And

Re: [EMAIL PROTECTED] "The service on Local Computer started and stopped"

2008-06-03 Thread marc . scott
I have 1G real and 1.5G virtual RAM. I commented out all the modules except for the 'modules/mod_authz_host.so' module (as that is apparently required for other code in the file to run). The problem rema

Re: [EMAIL PROTECTED] "The service on Local Computer started and stopped"

2008-06-06 Thread marc . scott
addition of Aventail), I was able to get Apache working. Thanks for the help! Marc André Warnier <[EMAIL PROTEC

[EMAIL PROTECTED] Apache 2.2 RPMs for Fedora Core 4?

2006-06-28 Thread Marc Perkel
is there a place I candownload Apache 2.2 RPMs for fedora core 4? I'm thinking about upgrading to FC5 but I'd like to see how 2.2 works first because I have several hundred sites and the less variables at once the better. - T

[EMAIL PROTECTED] Has mod speling changed?

2006-07-26 Thread Marc Perkel
I just upgraded from 2.0 to 2.2 and there seems to be a problem. I was using mod speling to make my sites case insensitive by that no longer is working. How do I make Apache ignore the case of filenames? - The official User-To

Re: [EMAIL PROTECTED] Has mod speling changed?

2006-07-26 Thread Marc Perkel
[EMAIL PROTECTED] wrote: Hi Marc, I noticed this issue switching from IIS to Apache. My initial research pointed to file names being case insensitive, but directories still remaining case sensitive. Please let me know if you find out otherwise. Steven. OK - In Apache 2.0 the

Re: [EMAIL PROTECTED] Has mod speling changed?

2006-07-26 Thread Marc Perkel
serving method. even though slight, it made a huge difference. On 7/26/06, Marc Perkel <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > Hi Marc, > > I noticed this issue switching from IIS to Apache. My initial research > pointed to file names being case insensitive,

Re: [EMAIL PROTECTED] Has mod speling changed?

2006-07-27 Thread Marc Perkel
Nick Kew wrote: On Thursday 27 July 2006 01:16, Marc Perkel wrote: OK - So - this is a bug and needs to be fixed? You would think that an HTTP server as popular as Apache would be able to support case insensitive URLs. There is no such thing as a "case insensitiv

Re: [EMAIL PROTECTED] Has mod speling changed?

2006-07-27 Thread Marc Perkel
In 2.0 Apache mod spaling made the URL case insensitive. In 2.2 it doesn't. That means that mod speling in 2.2 is broken. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/

[EMAIL PROTECTED] server-status - what does this mean?

2006-08-04 Thread Marc Perkel
I'm having connection problems. Running server status 90% of the connections look like this: 44-0 18012 0/6/16 R 0.00 1 1 0.0 0.00 0.00 ? ? ..reading.. 45-0 17985

Re: [EMAIL PROTECTED] server-status - what does this mean?

2006-08-07 Thread Marc Perkel
Eike Frost wrote: Hello, On Friday 04 August 2006 18:02, Marc Perkel wrote: I'm having connection problems. Running server status 90% of the connections look like this: *50-0* 17499 0/8/8 *R* 0.00 0 1 0.0 0.00 0.00 ? ? ..reading.. What does this

[EMAIL PROTECTED] Several .htaccess

2006-08-07 Thread Marc MENDEZ
Hi, The root of our extranet site is protected by a .htaccess file. If the user is inside our network, no identification is required. Otherwise, he must identified. Here is the file : AuthUserFile path_to_password_file AuthGroupFile /dev/null AuthName ":: INFORMATIONS CONFIDENTIELLES ::" Auth

Re: [EMAIL PROTECTED] Several .htaccess

2006-08-07 Thread Marc MENDEZ
Hi, Great ! It works ! I didn't hope a so fast answer ! Thanks a lot ! - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Monday, August 07, 2006 5:42 PM Subject: Re: [EMAIL PROTECTED] Several .htaccess On 8/7/06, Marc MENDEZ <[EMAI

<    1   2   3   4   >