Hello, all.
I don't know if this is the right forum, but here goes.
Anyone else getting nailed with a 401 error in the logs that is using full
url?
I never use full url for my ErrorDocument and have been getting slammed with
this since about Monday. It seem that 50 or 60 times per minute the err
Hello, all.
I am using this code:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} onlinemall.website.com
RewriteCond %{REQUEST_URI} !onlinemall/
RewriteRule ^(.*)$ onlinemall/$1 [L]
It was working recently and now it isn't. I even placed it in httpd.conf and
You can also do
Order Allow,Deny
Deny from all
to make sure they can't be downloaded.
Joshua.
Thanks, Joshua. That's what I was trying to do and it worked.
-
The official User-To-User support forum of the Apache HTTP
Hi all,
I am kind of new to apache.
I have Apache/2.0.46 Linux WS 3 (Red Hat) Server PHP Version 4.3.2
I am confused and bewildered that some files in the /html have an extra file
with ~ on the end.
I am unsure what this means or how to stop it. I used an example on my site
and was dismayed tha
Kevin -
No worries.
Did that work?
Thanks
-dant
Yes, works excellent. Thanks!
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsub
Kevin -
How about a space b/t imagse/ and "/var/www/images" after the Alias
directive?
You don't live in Arizona by chance, do you?
Thanks
-dant
Dant,
Sorry I don't live there. I'm in NY. Thanks for the heads up on this.
Thanks,
Kevin
I think I answered my own question.
I found this to work I am just unsure if it's totally correct.
Alias /images"/var/www/images"
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
--
Hello everyone,
I would really like help in figuring out how to do this.
I would like apache to alias all my domains images folders.
I have like 25 domains and they all use the same images folders of
/var/www/html/domain/images
Is there a way I can use the httpd.conf to alias the /images fol
Stephen,
Look closely at the errors:
"/var/www/html/cgi-bin/mycgi.cgi"
It is looking in the html folder because you don't
have the domain or ip before the cgi-bin.
yourdomain.com/cgi-bin/mycgi.cgi
I am unsure how to access the cgi-bin from the
folder html without domain unless you have the c
Stephen,
I
think the answer may be that you have:
When called from the page that
has the form on it... it is looking for the mycgi.cgi file in:
/var/www/html/cgi-bin
Please correct me if I'm
wrong.
Thanks,
Kevin
Hello
Mark.
Tried replacing
with
L
From: "David P. Donahue" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, July 27, 2005 10:44 AM
Subject: [EMAIL PROTECTED] Custom 404 ErrorDocument Logs a 200
Is there a way to make it log as a 404? I only ask because I have a
reporting engine looking through my logs and it's registering far fewer
4
11 matches
Mail list logo