[users@httpd] Re: mod_dav_svn for SuSe 9.2 Professional

2005-05-13 Thread David Rose
On Friday 06 May 2005 03:57, you wrote: > Hi everybody, > > I'd like to know whether anyone would know where I can find the > mod_dav_svn for SuSe 9.2 Prosessional. > > Thanks. > David. I've been trying to do the same thing. SuSE keeps mod_dav_svn in the package subversion-server. But, I haven'

Re: [users@httpd] public_html does not work

2005-05-13 Thread Joshua Slive
On 5/13/05, alfredo <[EMAIL PROTECTED]> wrote: > [Fri May 13 21:38:55 2005] [error] [client XX.XX.XXX.XX] client denied > by server configuration: /home/myuser/public_html/ This indicates an apache configuration problem, rather than a unix permissions problem. Something in httpd.conf (or other ap

Re: [users@httpd] public_html does not work

2005-05-13 Thread alfredo
Ok, I made a: apachectl graceful and then pointed my browser to the user homepage and the last part of my error log is: [Fri May 13 21:38:36 2005] [notice] Graceful restart requested, doing restart [Fri May 13 21:38:42 2005] [notice] Digest: generating secret for digest authentication ... [Fri Ma

RE: [users@httpd] public_html does not work

2005-05-13 Thread Nelson, Robert D.
Alfredo: > Hello, > I'm trying to allow users to have their own home pages on a server > (Linux Mandrake 9.1 with Apache 2). > So: > 1) I made a public_html dir in /home/myuser and I put there a > index.html > file. > > 2) I set permission on directories like this: > $myuser chmod 701 /home/myus

[users@httpd] public_html does not work

2005-05-13 Thread alfredo
Hello, I'm trying to allow users to have their own home pages on a server (Linux Mandrake 9.1 with Apache 2). So: 1) I made a public_html dir in /home/myuser and I put there a index.html file. 2) I set permission on directories like this: $myuser chmod 701 /home/myuser $myuser chmod 755 /home/myuse

Re: [users@httpd] Graphics rendering problem

2005-05-13 Thread tracyfowler
finaly got it working, after a compleate reinstall of apache 2.0.54, not sure what it was the only thing I did was delete the conf directory after the uninstalling the first time and then uncommenting the same loadmod commands as before. - Original Message - From: "Gene" <[EMAIL PROTEC

Re: [users@httpd] Graphics rendering problem

2005-05-13 Thread Joel Bjurström
Now it works for me too, it didn't yesterday, so i think it's fixed. On 5/13/05, Steven Pierce <[EMAIL PROTECTED]> wrote: > > I also tried the web site And it worked fine for me. The Graphic of the > rabbit was slow for me also. Could it be the "Size" of the graphic that > is cauing a problem?

Re: [users@httpd] Graphics rendering problem

2005-05-13 Thread Steven Pierce
I also tried the web site And it worked fine for me. The Graphic of the rabbit was slow for me also. Could it be the "Size" of the graphic that is cauing a problem?? What size is the pic of the rabbit? What format is it in? I do not think it is an Apache error at all. Like Gene, I am seeing

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Joe Orton
On Fri, May 13, 2005 at 05:06:30PM +0530, Jaspreet Singh wrote: > hi, > > I want to use apache to support 2000+ virt-hosts and log errors > seperately for each virt-host. > > But apache opens and maintains fd's for each error_log and access_log. > And hence the select syscall ( which has a fd_se

Re: [users@httpd] Graphics rendering problem

2005-05-13 Thread Gene
I tried the website. I got the full graphic header and the graphic of the rabbit without any trouble (though a bit slow). Could the problem be your browser rather than apache? Were there additional graphics that weren't served up at all? Gene [EMAIL PROTECTED] wrote: I am having a problem displa

Re: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread Jirka Vejrazka
This is my configuration which works perfectly for me (at least it worked when I last checked ;-) DeflateBufferSize 65536 DeflateCompressionLevel 9 DeflateFilterNote Input instream DeflateFilterNote Output outstream DeflateFilterNote Ratio ratio DeflateMemLevel 9 De

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Jaspreet Singh
Hi, thanx for the reply. On Fri, 2005-05-13 at 14:19 +0100, Nick Kew wrote: > Jaspreet Singh wrote: > > Not really - a google search would tell you more. There are modules > written for the purpose (mod_vhost_alias or third-party alternatives), > or there's a solution described on the mod_rewr

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Nick Kew
Jaspreet Singh wrote: >>If you use conventional vhosts, yes. That's one reason there are >>*different* options for mass virtual hosting. You should use one of >>them for this and other reasons. >> > > could, you please elaborate on different options. Not really - a google search would tell you

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Jaspreet Singh
Hi, On Fri, 2005-05-13 at 13:36 +0100, Nick Kew wrote: > Jaspreet Singh wrote: > > [ Please don't scatter this to so many list and individual addresses. > If I see more than one copy of any followup you post, I will certainly > not take the time to help you any further ] > sorry about that, i wa

RE: [users@httpd] what do I need to activate chacheing?

2005-05-13 Thread Axel-Stéphane SMORGRAV
Can't see any reasons why this should not work. However: - Does the CacheRoot exist ? - Is it writeable by the apache process owner ? - Do you have a User directive in your configuration ? - Does the user specified by the User directive have write access to the CacheRoot directory

Re: [users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Nick Kew
Jaspreet Singh wrote: [ Please don't scatter this to so many list and individual addresses. If I see more than one copy of any followup you post, I will certainly not take the time to help you any further ] > I want to use apache to support 2000+ virt-hosts and log errors > seperately for each vi

RE: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread Axel-Stéphane SMORGRAV
The fact that everything works when you use the AddOutputFilterByType does not surprise me since I never managed to have mod_deflate do any compression using that directive. See also http://issues.apache.org/bugzilla/show_bug.cgi?id=31226. Using AddOutputFilterByType DEFLATE text/html text/

[users@httpd] Re: [apache-modules] Filtering/Interception Error log strings

2005-05-13 Thread Jaspreet Singh
hi, On Fri, 2005-05-13 at 13:46 +0200, [EMAIL PROTECTED] wrote: > > I want to use apache to support 2000+ virt-hosts and log errors > > seperately for each virt-host. > > > > But apache opens and maintains fd's for each error_log and access_log. > > And hence the select syscall ( which has a fd_

[users@httpd] Filtering/Interception Error log strings

2005-05-13 Thread Jaspreet Singh
hi, I want to use apache to support 2000+ virt-hosts and log errors seperately for each virt-host. But apache opens and maintains fd's for each error_log and access_log. And hence the select syscall ( which has a fd_set of max 1024 fds) fails .. and hence apache fails to start up. Then i tried

Re: [users@httpd] Restricted FTP access in Apache

2005-05-13 Thread Dick Davies
* Bediako George <[EMAIL PROTECTED]> [0557 17:57]: > Actually I am not using one. I am really just trying > to find out right now. Perhaps I should point out > that I am looking at the modules ftp_proxy. See > http://httpd.apache.org/docs-2.0/mod/mod_proxy_ftp.html. > > I am assuming that this

Re: [users@httpd] what do I need to activate chacheing?

2005-05-13 Thread Tejas Sanghavi
Sorry, you have to enable the modules --enable-disk-cache --enable-cache and use it this way...   CacheRoot . . .   Tejas.   - Original Message - From: "Tejas Sanghavi" <[EMAIL PROTECTED]> To: Sent: Friday, May 13, 2005 4:29 PM Subject: Re: [EMAIL PROTECTED]

Re: [users@httpd] what do I need to activate chacheing?

2005-05-13 Thread Tejas Sanghavi
Robert, Before installing, u need to run ./configure script. You can try --enable-file-cache with ./configure and then install Apache. like, ./configure --prefix= --enable-file-cache Regards, Tejas Sanghavi. - Original Message - From: "robert rottermann" <[EMAIL PROTECTED]> To: Sent:

[users@httpd] what do I need to activate chacheing?

2005-05-13 Thread robert rottermann
Hello, I have the following setting, but the CacheRoot directory is always empty. I therefore assume, that chache is not working at all. How can I check if it is working. thanks Robert // Order deny,allow Deny from all /#Allow from .your_domain.com/ /# prevent the we

Re: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread robert rottermann
Axel-Stéphane SMORGRAV wrote: thanks for your answer Does Apache seem to be compressing the file i.e. is Content-Encoding: gzip ? If it is not, which I suspect, mod_deflate did not compress the file. Judging from your configuration, there is no reason to believe that your zip files are treated a

Re: [users@httpd] Problem moving websites

2005-05-13 Thread Nick Kew
>> core-project owned your b0x.. SAVE YOUR BOX Forget about the website. Forget about Apache. Wipe and re-format the disc and reinstall the operating system, taking proper care of your security. The above is most likely a bluff: someone just exploited a dumb script to deface your pages. B

RE: [users@httpd] problem when using mod_deflate and zip files and IE6

2005-05-13 Thread Axel-Stéphane SMORGRAV
Does Apache seem to be compressing the file i.e. is Content-Encoding: gzip ? If it is not, which I suspect, mod_deflate did not compress the file. Judging from your configuration, there is no reason to believe that your zip files are treated any differently than pdf files. What about the deflat