Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
[ snip ] Ok. I think I've got it. Try this: mkdir /home/test2/test3/ echo hello > /home/test2/test3/index.txt ln -s /home/test2/test3/ /home/test/test3 chmod -x /home/test2 lynx http://localhost:8091/index.txt A similar setup gave me the error you found. The problem is the file permissions o

Re: [EMAIL PROTECTED] Apache config file

2005-09-09 Thread Dana Marshall
It doesn't... it figures it really figures. *laugh* Okay, thanks for the link. Dana At 11:13 AM 8/21/2005, you wrote: Whew, makes things much easier [no, I'm not psychic, and didn't read your mind that you were on windows - I don't of a windows distribution which doesn't include httpd.defa

Re: [EMAIL PROTECTED] Apache config file

2005-09-09 Thread Dana Marshall
Okay, I know this is an old message, but I'm just getting around to working on Apache... where do I find the LoadModule directives to install? I did a typical install, so it didn't install any of that stuff, or so the Windows Installer said. Just changed the drive letter, and left the rest of t

[EMAIL PROTECTED] SSL issue | Urgent

2005-09-09 Thread ravi.muthukaruppan
Title: Message Hi,   I'm using Apache 1.3.28 on Solaris 8.   I'm facing the following issue in a testing server after copying the SSL certificates from a working server.   Apache has started well with SSL ( startssl ) but upon clicking any secure links " Page cannot be displayed"  error is

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Joshua Slive
On 9/9/05, Forrest Aldrich <[EMAIL PROTECTED]> wrote: > Okay here's what happened. > > My config: > > > User www > Group www > ServerName forrie.com > DocumentRoot /home/test > Listen *:8091 > > > Options All > > > ErrorLog/var/log/httpd-error.log > > If I do a "ln

[EMAIL PROTECTED] override NIS authentication

2005-09-09 Thread Wei Li
Hi, all, After adding nis authentication to the apache, the webserver only allow the nis user to login using their nis password. I created .htaccess in the directory and created the .htpasswd and it seems uselessly. Is there any way allows me create the paticular user/password in certain dir

[EMAIL PROTECTED] Three 2.0.53 mod_autoindex problems

2005-09-09 Thread S.A. Birl
Hello all: Please direct your attention to http://concept.temple.edu/ There's 3 issues happening: Issue 1) The icons and size columns wont disappear using IndexOptions +SuppressIcon +SuppressSize (and I suspect that if I try to suppress the tags, that will fail too.) Issue

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
Okay here's what happened. My config: User www Group www ServerName forrie.com DocumentRoot /home/test Listen *:8091 Options All ErrorLog    /var/log/httpd-error.log If I do a "ln -s /usr/local/shares/forrie/files ." into the above DocumentRoot, I get the proper symlink: files

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Joshua Slive
On 9/9/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > 4. ln -s test2/index.txt test/symlink.txt Oops. That's obviously not exactly what I did, since it creates a broken symlink. More like ln -s ../test2/index.txt test/symlink Joshua. -

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Joshua Slive
On 9/9/05, Forrest Aldrich <[EMAIL PROTECTED]> wrote: > There is no .htaccess file there, I changed the config per below > "AllowOverride None" and the same problem occurs: >From httpd.conf there is one other place to check: ssl.conf. But assuming you don't find it there, lets try a different ta

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
There is no .htaccess file there, I changed the config per below "AllowOverride None" and the same problem occurs: Forbidden You don't have permission to access /mp3share on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the requ

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Joshua Slive
On 9/9/05, Forrest Aldrich <[EMAIL PROTECTED]> wrote: > I stripped down the httpd.conf to barebones, using these directives: > > > > Options All > AllowOverride All Another issue is there. Do you have .htaccess files with Options directives? Does it help to turn AllowOverride to

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
Here is the complete httpd.conf, feel free to comment beyond what I pointed out in my last message. DocumentRoot "/usr/local/www/data" ServerRoot "/usr/local" Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 PidFile /var/run/httpd.pid User www Group www ServerAdmin [EMAIL

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Joshua Slive
On 9/9/05, Forrest Aldrich <[EMAIL PROTECTED]> wrote: > I stripped down the httpd.conf to barebones, using these directives: > > > > Options All > AllowOverride All > Order Deny,Allow > Deny from all > > > There is a symlink in DocumentRoot "mp3share" pointing to thi

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
I stripped down the httpd.conf to barebones, using these directives:     Options All     AllowOverride All     Order Deny,Allow     Deny from all There is a symlink in DocumentRoot "mp3share" pointing to this:        Options All I created a symbolic link owned by root, by www, an

[EMAIL PROTECTED] SSLv3 authentication with Apache2 and mod_ssl

2005-09-09 Thread Julien ALLANOS
Hello, I have the following certificates structure: caroot (self-signed cert) |-> ca1 -> user1 |-> ca2 -> user2 |-> ca3 -> server \-> user3 user4 (self-signed cert) I want to give acc

[EMAIL PROTECTED] RewriteRule wrongly de-escapes %xx; how to stop it?

2005-09-09 Thread Arne Heizmann
Hi, it seems that if I have a RewriteRule like this: RewriteRule ^/blah/(.*) /script.php?param=$1 [PT] and then I go to /blah/%2520 (for example), Apache actually calls /script.php?param=%20 and not, as you would expect, /script.php?param=%2520. How do I stop this from happening? Thanks,

Re: [EMAIL PROTECTED] Using mod_deflate (2.0.54) with Apache 2.0.49

2005-09-09 Thread Nick Kew
On Friday 09 September 2005 13:20, Ashish Bansal wrote: > Hi! > I have a 2.0.49 Apache provided to me with a vendor install. This is > put in 7 boxes spanning development QA and production. However, these > installs are missing mod_deflate. This is preventing me from enabling > HTTP compression. I

Re: [EMAIL PROTECTED] does IndexOptions allow display XML format ?

2005-09-09 Thread Joshua Slive
On 9/9/05, Giao L. Trinh <[EMAIL PROTECTED]> wrote: > i'm building a music box which can play a playlist using flash player, it > requires the playlist must be XML format, so when i put an url points to the > directory contains mp3 files, apache should generate list of files in XML > format, so th

Re: [EMAIL PROTECTED] How to compile to change LimitRequestLine default value

2005-09-09 Thread Joshua Slive
On 9/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I need to increase the default value of the > LimitRequestLine directive. I think I must > recompile, but I don't know how change this > value during the compilation Assuming 2.0, I believe you need to set the env variable CFLAGS to include

Re: [EMAIL PROTECTED] ErrorDocumet segfault w/ php

2005-09-09 Thread Joe Orton
On Thu, Sep 08, 2005 at 09:08:31PM -0700, Jason Morehouse wrote: > ErrorDocument 404 /404.php ... > server error_log: > [Thu Sep 08 21:11:32 2005] [notice] child pid 2102 exit signal > Segmentation fault (11) > > If I change the ErrorDocument to a plain html file it works fine. If I > go direct

[EMAIL PROTECTED] Using mod_deflate (2.0.54) with Apache 2.0.49

2005-09-09 Thread Ashish Bansal
Hi! I have a 2.0.49 Apache provided to me with a vendor install. This is put in 7 boxes spanning development QA and production. However, these installs are missing mod_deflate. This is preventing me from enabling HTTP compression. I was looking for the quickest way of doing this: 1. Take the latest

Re: [EMAIL PROTECTED] does IndexOptions allow display XML format ?

2005-09-09 Thread Giao L. Trinh
Joshua Slive wrote: On 9/8/05, Giao L. Trinh <[EMAIL PROTECTED]> wrote: hi all, Apache 2 allows us list Directory with XHTML, how's about XML? i want apache list my directory with user-defined XML format, is it posible ? if not, are there any web servers support this, or have any a

[EMAIL PROTECTED] Re: Segmentation Faults

2005-09-09 Thread Christian Klinger
Davide Bianchi wrote: Christian Klinger wrote: In more detail if the Segmentation-Fault is raised there are no entries in the access log for this request. Hummm... so the 'child' is doing nothing? The error occurs if i try to call a perl scirpt. But there is no other error message than t

Re: [EMAIL PROTECTED] Apache module to modify content

2005-09-09 Thread Nick Kew
On Friday 09 September 2005 08:37, Davide Bianchi wrote: > jericho escobar wrote: > > I have the following html file. > > > > I would like to write an Apache module that will parse this file and send > > the following to the browser: > src="http://imageserver/testme/find.jpg";> > > I thought that

[EMAIL PROTECTED] How to compile to change LimitRequestLine default value

2005-09-09 Thread [EMAIL PROTECTED]
I need to increase the default value of the LimitRequestLine directive. I think I must recompile, but I don't know how change this value during the compilation thank maurizio - The official User-To-User support forum of the Apac

Re: [EMAIL PROTECTED] Re: Segmentation Faults

2005-09-09 Thread Davide Bianchi
Christian Klinger wrote: > In more detail if the Segmentation-Fault is raised there are no entries > in the access log for this request. Hummm... so the 'child' is doing nothing? > The error occurs if i try to call a perl scirpt. But there is no other > error message than the segmentation fault.

Re: [EMAIL PROTECTED] Apache module to modify content

2005-09-09 Thread jericho escobar
Thank you all for the response. I'm particularly interested in the proxy response idea that was proposed earlier. I'm not necessarily looking for help to write the module just need to know if its possible and/or if there are other ways to do it other than a module or a filter. Kind regards, ~

[EMAIL PROTECTED] Re: Segmentation Faults

2005-09-09 Thread Christian Klinger
Davide Bianchi wrote: Christian Klinger wrote: I got this Segmentation Fault only in Safari or IE Browsers and not always only sometimes. Something that happens 'sometimes' is, by definition, impossible to solve. Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7g mod_auth_tkt/2.0.0b5 mod_

Re: [EMAIL PROTECTED] Apache module to modify content

2005-09-09 Thread Eimantas Vaičiūnas
I think apache module developers has their own mailing-list. jericho escobar wrote: Dear Apache Gurus, This is my first post and I'm hoping that this is the write place to ask this question. I've read the FAQ on http://www.catb.org/~esr/faqs/smart-questions.html and googled a bit before resorti

Re: [EMAIL PROTECTED] Segmentation Faults

2005-09-09 Thread Davide Bianchi
Christian Klinger wrote: > I got this Segmentation Fault only in Safari or IE Browsers and not > always only sometimes. Something that happens 'sometimes' is, by definition, impossible to solve. > Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7g mod_auth_tkt/2.0.0b5 > mod_perl/2.0.1 Perl/v5.8.6

Re: [EMAIL PROTECTED] Apache module to modify content

2005-09-09 Thread Davide Bianchi
jericho escobar wrote: > I have the following html file. > > I would like to write an Apache module that will parse this file and send the > following to the browser: > http://imageserver/testme/find.jpg";> I thought that mod_html_proxy was already doing something like this. Davide --

[EMAIL PROTECTED] Segmentation Faults

2005-09-09 Thread Christian Klinger
Hello, i have a big problem with Segmentation Fault which i can not debug. I got this Segmentation Fault only in Safari or IE Browsers and not always only sometimes. This fact makes it hard for me to debug the error. Here is my Server Configuration Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/

[EMAIL PROTECTED] Apache module to modify content

2005-09-09 Thread jericho escobar
Dear Apache Gurus, This is my first post and I'm hoping that this is the write place to ask this question. I've read the FAQ on http://www.catb.org/~esr/faqs/smart-questions.html and googled a bit before resorting to the mailing list. Here is the question. I have the following html file. I