[EMAIL PROTECTED] FTP with apache

2005-10-12 Thread robert rottermann
Hi there, I would like to use apache to redirect ftp access to some other port. I am using zope which has a ftp server at port 8021. I would therefor serveve all ftp access to this port. How can I do that? thanks Robert - Th

Re: [EMAIL PROTECTED] PDFs and apache 2.0.54

2005-10-12 Thread William A. Rowe, Jr.
FYI - if it passes all tests, 2.0.55 flies tomorrow. If you care to test the CANDIDATE (this is NOT a release, yet) you can have a peek in http://httpd.apache.org/dev/dist/ Uzo Madujibeya wrote: Sean, i have had this problem with pdf's and mp3 files. 2.0.54 is buggy beyond belief! upgrade t

Re: [EMAIL PROTECTED] PDFs and apache 2.0.54

2005-10-12 Thread Sean Davis
On 10/12/05 6:13 PM, "Uzo Madujibeya" <[EMAIL PROTECTED]> wrote: > Sean, > i have had this problem with pdf's and mp3 files. 2.0.54 is buggy beyond > belief! > > upgrade to 2.1.8 which i did.. and this resolved all of my problems I'm a mod_perl user. How is the compatibility? Sean ---

Re: [EMAIL PROTECTED] PDFs and apache 2.0.54

2005-10-12 Thread Uzo Madujibeya
Sean,i have had this problem with pdf's and mp3 files. 2.0.54 is buggy beyond belief! upgrade to 2.1.8 which i did.. and this resolved all of my problemsUzoOn 12 Oct 2005, at 23:09, Sean Davis wrote:It looks like I may have answered my own question here: http://golem.ph.utexas.edu/~distler/blog/ar

Re: [EMAIL PROTECTED] PDFs and apache 2.0.54

2005-10-12 Thread Sean Davis
It looks like I may have answered my own question here: http://golem.ph.utexas.edu/~distler/blog/archives/000568.html I haven't applied the patches yet, but this might be the answer. Sean On 10/12/05 6:00 PM, "Davis, Sean (NIH/NHGRI)" <[EMAIL PROTECTED]> wrote: > I have a set of pdfs on my se

[EMAIL PROTECTED] PDFs and apache 2.0.54

2005-10-12 Thread Sean Davis
I have a set of pdfs on my server (2.0.54, macos 10.4.2) that I am serving statically, some of which I can download appropriately. However, it appears that PDFs with images (?) do not download properly and are corrupted and only partially downloaded. Googling produces some hits, but the problem s

Re: [EMAIL PROTECTED] branched directives

2005-10-12 Thread Joshua Slive
On 10/12/05, Rasconi Luca (u.e.) <[EMAIL PROTECTED]> wrote: > Im configuring apache in a such way I can select the right error page > I tought something like > > BrowserMatch mozilla > errror_page=http://myhost.it/error_for_mozilla.html > > BrowserMatch dtv > errror_page=http://myhost.it/error_for

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

2005-10-12 Thread Tai-Ti Lin
I actually got it to compile, but when I started Apache, I got "Bus Error - core dumped".  Does anybody get that?  Thanks TaitiOn 10/12/05, Marc Boorshtein <[EMAIL PROTECTED]> wrote: Rocardo, Thanks for the help so far, but it's still not working.  I ignored the warning and ran make and this is t

Re: [EMAIL PROTECTED] C#.Net Usercontrol in Tomcat Server is not getting downloaded in IE...

2005-10-12 Thread Joshua Slive
On 10/12/05, krishnans <[EMAIL PROTECTED]> wrote: > Hi!, > Wishes. I have created and compiled a dll( that has a user > control in it) using the .Net Framework ( Class Library Template ). > Then Created a HTML Page embedding the .Net user controls in HTML object > tag. > But the user contro

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-12 Thread Joshua Slive
On 10/12/05, Warren Beldad <[EMAIL PROTECTED]> wrote: > Hi all, > > I am new to this list and also a newbie on apache :-(( > I just want to ask on how can I serve pages while running as a root. I know > this is a big security risk, but i really need to run as a root. ex. create > a user, etc...modi

RE: [EMAIL PROTECTED] mod_log_forensic compile error

2005-10-12 Thread Sage Weaver
Title: RE: [EMAIL PROTECTED] mod_log_forensic compile error Thanks, Nick, I caught that clue just before you sent your message, but test_char.h didn't exist on my system.  So I looked in the configure script and found a number of references to it.  It is supposed to reside in the server/ sub

Re: [EMAIL PROTECTED] mod_log_forensic compile error

2005-10-12 Thread Nick Kew
On Wednesday 12 October 2005 20:47, Sage Weaver wrote: > mod_log_forensic.c:34:23: test_char.h: No such file or directory That's your problem. It needs to know where test_char.h is. Add it to your include path and it'll work. > Does anyone know how I can resolve this problem? Is mod_log_foren

Re: [EMAIL PROTECTED] mod_log_forensic compile error

2005-10-12 Thread Covington, Chris
> FATAL: can't create .libs/mod_log_forensic.o: Permission denied It looks like a permission problem. --- Chris Covington IT Plus One Health Management 75 Maiden Lane Suite 801 NY, NY 10038 646-312-6269 http://www.plusoneactive.com ---

RE: [EMAIL PROTECTED] mod_log_forensic compile error

2005-10-12 Thread Sage Weaver
Title: RE: [EMAIL PROTECTED] mod_log_forensic compile error Sorry, I pasted the wrong output, that's why there are permissions errors...  Here is the correct one: sh-2.05b$ sudo apxs2 -c mod_log_forensic.c /usr/bin/libtool --silent --mode=compile gcc -prefer-pic -pipe -I/usr/include/xmltok -

[EMAIL PROTECTED] mod_log_forensic compile error

2005-10-12 Thread Sage Weaver
Title: mod_log_forensic compile error I have a box running debian 3.1 (Sarge).  I have the apache2 package installed, with apache2-prefork as well as apache2-prefork-dev, which means I am using Apache httpd version 2.0.54.  I have downloaded and unpacked the source for httpd 2.0.54 and I am at

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

2005-10-12 Thread Nick Kew
On Wednesday 12 October 2005 19:23, Marc Rabil wrote: > Is there a way to disable this security check or otherwise configure the > server to permit this type of URL? Sounds like mod_security to me. And of course you can configure it, or remove it completely. But it's right: what you're trying t

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

2005-10-12 Thread Marc Rabil
Folks,   We have a web application that uses _javascript_ to add a parameter and a value to a URL before sending it to Apache server version 1.3.31.  In some cases, the value contains the less than (<) or greater than (>) characters so we use the _javascript_ escape function to convert th

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

2005-10-12 Thread Marc Boorshtein
Rocardo, Thanks for the help so far, but it's still not working.  I ignored the warning and ran make and this is the error I get: make[4]: Entering directory `/home/mlb/downloads/httpd-2.0.54/modules/experimental' /home/mlb/downloads/httpd-2.0.54/srclib/apr/libtool --silent --mode=compile gcc  -g

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 SDK under RedHat but used a

[EMAIL PROTECTED] cookie update

2005-10-12 Thread Rasconi Luca \(u.e.\)
Hi all, i have to measure the time a user is inactive within a location inside a domain (for example www.mydomain.com). I configured a virtualhost in such a way that every time users access such a location it’s setted a cookie so, server side, I can control some authorization rules: …

re[2]: [EMAIL PROTECTED] Configure silent windows [MSI] installation

2005-10-12 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Oct 2005, Robert Desbois wrote: > I don't believe it is - I've foudn out all of the syntax from the MSDN > site, as far as I can tell, because it is an MSI file, any configuration > must be passed as PARAMETER=VALUE pairs on the command line

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

2005-10-12 Thread Ricardo Stella
Marc, It's been a few weeks, so I'm going over my set of docs and hopefully I didn't miss anything... a) Make sure the SDK works if you compiled it. I did compiled the Mozilla SDK under RedHat but used a binary distribution for Solaris (oddly enough made by RedHat - http://ftp.redhat.com/pub/re

[EMAIL PROTECTED] branched directives

2005-10-12 Thread Rasconi Luca \(u.e.\)
Hi all, Im configuring apache in a such way I can select the right error page   if user_agent= mozilla then   ErrorDocument 404 http://myhost.it/error_for_mozilla.html Else if user_agent= dtv   ErrorDocument 404 http://myhost.it/error_for_mce.html Endif   I tought something like

RE: [EMAIL PROTECTED] NNTP services through apache

2005-10-12 Thread Goddard Lee
'Apache::NNTPGateway - A NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server.' A bit off-topic here, but you will probably find help on the mod_perl list: modperl@perl.apache.org > I am looking for a way to provide a web interface to a NNTP > server. I found the Apache-NNT

[EMAIL PROTECTED] NNTP services through apache

2005-10-12 Thread Yu, Ming
I am looking for a way to provide a web interface to a NNTP server. I found the Apache-NNTPGateway on the internet, http://search.cpan.org/~boubaker/Apache-NNTPGateway-0.9/NNTPGateway.pm. Does anyone know how to make it work? - Ming Yu - System Engineer - Johns Hopkins University Applied Physi

[EMAIL PROTECTED] Segmentation Fault (11)

2005-10-12 Thread Mattia
Hi all. I've a problem configuring my Apache 2.0.53-9 on a SuSe 9.3 The problem is that when I try to configure Apache with SSL support I can't access the https://my_server_host I've created my own CA certificates and my server and client certificates and I've signed all with my CA certificate. I'

[EMAIL PROTECTED] C#.Net Usercontrol in Tomcat Server is not getting downloaded in IE...

2005-10-12 Thread krishnans
Hi!, Wishes. I have created and compiled a dll( that has a user control in it) using the .Net Framework ( Class Library Template ). Then Created a HTML Page embedding the .Net user controls in HTML object tag. But the user control is not getting downloaded in IE 6.0 The dll is placed al