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
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
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
---
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
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
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
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
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
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
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
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
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
> 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
---
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 -
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
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
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
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
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
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:
…
-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
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
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
'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
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
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'
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
27 matches
Mail list logo