[ 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
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
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
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
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
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
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
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
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.
-
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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.
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,
~
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_
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
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
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
--
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/
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
34 matches
Mail list logo