[EMAIL PROTECTED] CSS don't load on 1.3.X; but loaded on 2.0.X

2005-11-26 Thread Uwe Dippel
One of my users had functional CSS on 2.0; but on 1.3 all pages simply show 'blank'. When I remove his index.html, of course the files become visible. css is - of course - in the untouched mime.types My 2 questions: 1. Has there been a change in handling CSS from 1.3 to 2.0 ? 2. (I'm pretty blan

Re: [EMAIL PROTECTED] webDav access to home directory as user

2005-11-26 Thread Ronald C.F. Antony
On 26 Nov 2005, at 13:33, Joshua Slive wrote: On 11/26/05, Ronald C. F. Antony <[EMAIL PROTECTED]> wrote: What I need is a way to give users the ability to mount their regular home directories via SSL secured webDAV in such a way that a) their regular user names and passwords apply (no separa

Re: [EMAIL PROTECTED] Problem with mod_dav installation

2005-11-26 Thread Andrew
Wow you are a genius! I did not know that. I am using apache 2 and I have gotten everything working now. Shared mod_dav calendars for Sunbird woot! Thanks a bunch! Andrew Joshua Slive wrote: On 11/26/05, Andrew <[EMAIL PROTECTED]> wrote: Hey, I am sorry if this seems elementary to yo

Re: [EMAIL PROTECTED] mod_proxy_html question

2005-11-26 Thread Nick Kew
On Saturday 26 November 2005 12:20, Joe Orton wrote: > On Fri, Nov 25, 2005 at 09:22:56AM +0100, Joost de Heer wrote: > > Hello, > > > > I have a mod_proxy_html question: > > This is not a support forum for mod_proxy_html, you might be better off > contacting Nick directly. FWIW, that's probably b

Re: [EMAIL PROTECTED] webDav access to home directory as user

2005-11-26 Thread Joshua Slive
On 11/26/05, Ronald C. F. Antony <[EMAIL PROTECTED]> wrote: > What I need is a way to give users the ability to mount their regular > home directories via SSL secured webDAV in such a way that > a) their regular user names and passwords apply (no separate "web > passwords") > b) all files are acce

Re: [EMAIL PROTECTED] Web pages with characters other than English

2005-11-26 Thread Joshua Slive
On 11/26/05, Oil Pine <[EMAIL PROTECTED]> wrote: > Hi, > > I have some web pages with Koran language characters in my web server. > > Each page is marked with appropriate declaration. > > > > My question is: Do I need to install Korean Language package to serve > such pages with my httpd server an

Re: [EMAIL PROTECTED] Possible attack?

2005-11-26 Thread Joshua Slive
On 11/26/05, Gene <[EMAIL PROTECTED]> wrote: > Sorry about that. This is an area that I'm still learning about (one of > many). Learning question: Why referrer spam? What benefit could anyone > derive from it? Is there anything on the web about it? (I'll google around.) Googling for "referer spam

Re: [EMAIL PROTECTED] Problem with mod_dav installation

2005-11-26 Thread Joshua Slive
On 11/26/05, Andrew <[EMAIL PROTECTED]> wrote: > Hey, > > I am sorry if this seems elementary to you all but I just started using > apache and am not sure how it fully works. I am running a linux server > (also new to linux as well) and would like to install mod_dav for a > Mozilla Sunbird shared

[EMAIL PROTECTED] webDav access to home directory as user

2005-11-26 Thread Ronald C . F . Antony
Hi, I have a scenario where a regular network file system is out of question (firewall and ISP restrictions). Users have regular accounts on a Linux machine, where they store their files, and if they are security critical, also have a user mountable cryptoloop file system which is mounted

RE: [EMAIL PROTECTED] Cannot Get PERL to work

2005-11-26 Thread Michael Avila
I tried that but it did not work. Log is already on if you mean access.log and error.log. If not, what other log is there?   Mike   -Original Message-From: William Cai [mailto:[EMAIL PROTECTED]Sent: Saturday, November 26, 2005 1:15 AMTo: users@httpd.apache.orgSubject: Re: [

[EMAIL PROTECTED] Web pages with characters other than English

2005-11-26 Thread Oil Pine
Hi, I have some web pages with Koran language characters in my web server. Each page is marked with appropriate declaration. My question is: Do I need to install Korean Language package to serve such pages with my httpd server and display those characters automatically? The reason I am wond

Re: [EMAIL PROTECTED] Apache 2 start_ssl - missing symbol

2005-11-26 Thread Stephen Collyer
Joe Orton wrote: In 2.0.x you can't build mod_ssl as a DSO against OpenSSL if OpenSSL is only available as static libraries. You can either build OpenSSL shared libraries, or upgrade to 2.1.x, where this should work OK (though I wouldn't recommend it at all). joe Joe Thanks for that. I

Re: [EMAIL PROTECTED] Possible attack?

2005-11-26 Thread Gene
Joshua Slive wrote: On 11/24/05, Gene <[EMAIL PROTECTED]> wrote: Hi All: I've been getting a lot of hits on my server lately that look like they might be some kind of exploit. Could someone be probing to see if my server will proxy? Could it BE proxying without my knowledge? The resukt code

Re: [EMAIL PROTECTED] mod_proxy_html question

2005-11-26 Thread Joe Orton
On Fri, Nov 25, 2005 at 09:22:56AM +0100, Joost de Heer wrote: > Hello, > > I have a mod_proxy_html question: This is not a support forum for mod_proxy_html, you might be better off contacting Nick directly. Regards, joe - Th

Re: [EMAIL PROTECTED] Apache 2 start_ssl - missing symbol

2005-11-26 Thread Joe Orton
On Sat, Nov 26, 2005 at 10:57:11AM +, Stephen Collyer wrote: > When I start Apache, I get this: > > >[EMAIL PROTECTED] $ bin/apachectl startssl > >Syntax error on line 251 of /usr/local/apache2-ssl/conf/httpd.conf: > >Cannot load /usr/local/apache2-ssl/modules/mod_ssl.so into server: > >/usr/

[EMAIL PROTECTED] Apache 2 start_ssl - missing symbol

2005-11-26 Thread Stephen Collyer
I've built Apache 2 from source on a SuSE 9.1 box with the following versions: 1. httpd-2.0.55 2. openssl-0.9.8a and no non-standard modules (e.g. no PHP or mod_perl). The configure build process was: cd httpd-2.0.55/ ./configure \ --prefix=/usr/local/apache2-ssl \ --enable-mods-shared=all