Hello,
I\\\'m having trouble with apache logging the wrong client IP address in
the access logs. It used to log correctly and then one day it just starting
logging rubbish. It used to log IP address in IPv4 now it logs them in IPv6
and its not even the right IP address and I don\\\'t have an IPv6
I have this line in my /etc/httpd/conf/httpd.conf file:
Include conf.d/*.conf
and my fast cgi configuration looks like this:
[r...@server ~]# cat /etc/httpd/conf.d/mod_fastcgi.conf
ScriptAlias /fcgi-bin "/var/www/fcgi-bin/"
# FastCGI
# If the module hasn't been loaded yet, deny access to the dir
On Sat, Sep 20, 2008 at 3:33 PM, John McGowan <[EMAIL PROTECTED]> wrote:
> I've got several apache servers that have been running for quite some
> time. We don't normally use CGI in production, but I have a reason to use
> it now. So, I've placed the CGI program, setup the config, and the CGI
>
On Sat, Sep 20, 2008 at 4:33 PM, Matt <[EMAIL PROTECTED]> wrote:
>
>
> On Sat, Sep 20, 2008 at 3:33 PM, John McGowan <[EMAIL PROTECTED]> wrote:
>
>> I've got several apache servers that have been running for quite some
>> time. We don't normally use
On Mon, Apr 13, 2009 at 11:17 AM, Destone Solutions Ltd.
wrote:
>
> php5ts.dll
why not use php within apache as a module
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
also have you commented out the mysql extension in your php.ini to see
whether it is a problem with your versi
I'm trying to configure Apache to redirect from sort of a shortcut path
name to a longer path, so that, for example, all requests to
http://foo.example.com/source/directory/file.ext will be redirected to
http://foo.example.com/destination/directory/file.ext. The following
directive accomplishe
x27;ve spent a few days googling, and my keywords aren't finding me what
I need.
Thanks again for your help.
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslis
You might want to consider checking out Jinzora at
http://www.jinzora.org/. It's a PHP app that I've used with success
in the past. It can be a bit rough around the edges in some aspects,
but it gets the job done.
On 11/7/05, Joshua Kogut <[EMAIL PROTECTED]> wrote:
> Not to avoid the subject, be
if the "header file is read in by php" means that it is an include,
that doesnt matter
it is the form of the URL that the user_agent requests that matters
so say the user_agent requests index.php, then that php file includes
header.html
and that the resulting HTML is something like
the user_ag
On Thu, Jul 24, 2008 at 3:33 AM, Skip Evans <[EMAIL PROTECTED]> wrote:
> Hey Matt,
>
> (I just sent you the message off list, but now rereading this again, I'm
> starting to understand.)
>
> I see that I'm affecting all the URLs, including the ones the app
I have an .htaccess file like so.
order allow,deny
allow from x.x.x.0/24
I have this in my root html directory and it works fine. Only allows
access by the x.x.x.0/24 subnet. Thing is I have one file
~"siteinfo.html" that I want to allow anyone to access. How would I
do that?
---
>
> allow from all
>
So would it be:
order allow,deny
allow from x.x.x.0/24
allow from all
Or does it matter which comes first?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.
In .htaccess I have something like this:
order allow,deny
allow from 192.168.x.x/24
allow from all
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} /
RewriteRule ^(.*)$ https://mydomain49459302.com/$1 [R,L]
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /var/
> On October 10, 2011 12:45 , Matt wrote:
>>
>> I want to restrict http access to the server to certain subnets,
>> require SSL and a username and password. The exception is the
>> robots.txt file. I want to allow anyone access to that. How do I
>> tell it not
Is there a way to do something like this?
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /var/www/.htpasswd
AuthGroupFile /dev/null
require valid-user
I basically want to require a password everywhere but on robots.txt
and the downloads folder. I want to still require encryption and
li
Ignore the previous email you may have received from me with a shared
Google Doc. It is not valid.
On Wed, May 3, 2017 at 1:34 PM, wrote:
> Matt Tosto has invited you to view the following document:
>
>
e this the same way as a anti-spam-gw works, it's a proxy too but than
I need this for domains to subdomains in a transparent way.
I hope someone can help out.
Thanks!
Matt
h the non-ssl vhost:
ServerName foo.td
ServerAlias *.foo.tld
I would assume this should be working.
I'm actually not sure how to rewrite all http requests to https in this matter.
Why am I gettting a redirect (302) at the moment and what am I doing
wrong her
though, next stop meta data and Lucene indexing via Zend
eh
Matt
Sent from my BlackBerry® wireless device
-Original Message-
From: "Shahriyar \"Shehi\" Imanov"
Date: Wed, 27 May 2009 23:18:56
To:
Subject: Re: [us...@httpd] mod-rewrite: ReWrite failure due t
in advance,
Matt Veitas
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
"
;
> On 6/17/09, Krist van Besien wrote:
>> On Tue, Jun 16, 2009 at 3:33 PM, Matt Veitas wrote:
>>> Hi
>>>
>>> I am attempting to create a rewrite rule for our application and am in
>>> need of some assistance. The application is found at the following
Hi all,
Working on debugging an apache server that continually keeps CPU pegged at
100%, and load average well above 30.00.
To debug, I've set maxclients lower, and maxrequestsperchild to 0 (so that
a tracing process doesn't continuously re-spawn).
I notice a few inefficiencies in the trace
Hi all,
Just wanted to ping one more time to see if anyone had any ideas,
especially related to all the /tmp entries in lsof for each apache thread
which I haven't seen before.
On Tue, 14 Jul 2009, Matt Juszczak wrote:
Hi all,
Working on debugging an apache server that continually
Hi Wong,
You can have : in the password but not in the userID, see RFC2617:
userid = *
password= *TEXT
So by using an encoding hack, you are of course no longer including a : in the
userID
Hope that makes sense.
Matt
Sent from my BlackBerry® wireless device
-Original Message
Can someone tell me how about hosting more then one Domain with Apache?
Thanks
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
Is your squid proxy set up to forward on the basic authentication headers?
Doesn't sound like they are being sent to your browser
Sent from my BlackBerry® wireless device
-Original Message-
From: Kaya Saman
Date: Mon, 12 Oct 2009 00:57:20
To:
Subject: [us...@httpd] .htaccess files no
Did you ever investigate the response headers or lookup basic auth in squid?
Sent from my BlackBerry® wireless device
-Original Message-
From: Kaya Saman
Date: Tue, 13 Oct 2009 11:02:52
To:
Subject: Re: [us...@httpd] .htaccess files not working from internet? intranet
access fine
Hi gu
page and see the difference
Sent from my BlackBerry® wireless device
-Original Message-
From: Kaya Saman
Date: Tue, 13 Oct 2009 11:45:01
To:
Subject: Re: [us...@httpd] .htaccess files not working from internet?
intranetaccess
fine
matt farey wrote:
> Did you ever investigate
Curl is not showing the response headers, Is it -X or -H (or neither - I
forget!)
If you have access to windows, you can use fiddlertool proxy, damn hot
debugging proxy.
But at least you can see that squid does not understand how to supply the
credentials from the html!
Matt
Sent from my
accessfine
Firefox plugin is giving me quite an interesting readout and I think
I've located the issue which is what Matt Farey has been saying all
along about the Squid forwarding of HTTP Auth Basic Headers:
I get WWW-Authenticate: Basic realm="Restricted Files" message which I'
is giving me quite an interesting readout and I think
I've located the issue which is what Matt Farey has been saying all
along about the Squid forwarding of HTTP Auth Basic Headers:
I get WWW-Authenticate: Basic realm="Restricted Files" message which I'm
pretty sure i
Put php.ini in the apache/bin directory, php is running as an apache module.
Sent from my BlackBerry� wireless device
-Original Message-
From: Xpert Advice <[EMAIL PROTECTED]>
Date: Thu, 25 Sep 2008 14:18:28
To:
Subject: [EMAIL PROTECTED] Not Sure If This Is An Appache Problem Or a PHP
Add those lines (minus addtype directive) to your
apache/conf/mime.types
file, if in doubt open mime.types and see the format
Sent from my BlackBerry® wireless device
boards for later attack. (Passwords sent in the
URL, persistent session identifiers etc...)
Matt Farey
Sent from my BlackBerry® wireless device
Apache
(/usr/sbin/httpd) Apache seg faults anytime a request uses the module.
I boiled it down to the following lines of code by building a test
module and adding a couple lines to the handler (/usr/sbin/apxs -g -n
foo).
void *name;
name = (char *) (size_t) apr_pstrdup(r->pool,"matt");
y change, so
if possible use hosts, and lock down your DNS outgoing to the IP of your ISP.
Matt
Sent from my BlackBerry® wireless device
-Original Message-
From: Jens <[EMAIL PROTECTED]>
Date: Wed, 12 Nov 2008 23:46:25
To:
Subject: [EMAIL PROTECTED] mod_prox
er to that
documentation. I wasted an hour trying to find out how my variable was
getting "lost", and I would love to save other novice Web administrators
that trouble.
Comments? Unless someone suggests a better approach, I will write and
post the patch; i
tried putting the rewrite rule just under the virtual host, in
> a .htaccess file, in the httpd.conf. Nothing works.
You need "RewriteEngine On".
--
Matt
-
The official User-To-User support forum of the Apache HT
JavaScript). I
suggest that you just use HTTPS for everything.
--
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-ma
ile is interpreted
from the ServerRoot, which probably isn't what you expected. Try an
absolute path here.
If that isn't the problem, check the server's error log.
--
Matt
-
The official User-To-User support forum
ld make the redirect
apply only to virtual hosts ending in domain.com, but if you take it
out, the two are essentially equivalent. I wouldn't say one approach is
better than the other for a simple redirect, but the second gives you
more flexibility if
esponse headers. If no filter does what you need, I
guess you could even write your own CGI script that acts as a proxy and
modifies the headers however you like.
--
Matt
-
The official User-To-User support forum of the Apache H
27;s switching users?
According to the docs, all CGI scripts in userdirs switch users using
suexec:
http://httpd.apache.org/docs/2.0/suexec.html#usage
Suexec is pretty picky about permissions, so check the suexec_log file
for any relevant errors.
--
Matt
--
oken.
>
> With HTTP Digest Authentication, it's secure.
The session token may be secure, but that's useless without integrity
protection of request bodies. If you want real security, use HTTPS.
--
Matt
-
uot; mode that would prevent this, but it is unimplemented in
Apache.
Again, I would recommend https because it gives you full security
against any kind of attacker on the network (assuming your users aren't
in the habit of clicking through certificate warnings).
--
Matt
--
nning of hook_fixup and instead skipping each
individual rule if the request does not begin with its RewriteBase.
Comments? I can try to implement this, but I'm new to the Apache code
base, so I don't know how far I
On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote:
> 2009/1/31 Matt McCutchen :
> > #1. Currently, "RewriteOptions inherit" works as if the parent's rules
> > were copied and pasted into the child (after any other rules). This
> > means that requests in th
On Mon, 2009-02-02 at 21:00 +0100, Bob Ionescu wrote:
> 2009/2/2 Matt McCutchen :
> > On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote:
> >> E.g. domain1 points to /var/www, domain2 to /var/www/sub and
> >> /var/www/sub/.htaccess inherits (i.e. 1:1 copy) /var/www
On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote:
> 2009/1/31 Matt McCutchen :
> > #1. Currently, "RewriteOptions inherit" works as if the parent's rules
> > were copied and pasted into the child (after any other rules). This
> > means that requests in th
with the www. The hostnames with and without the www are completely
independent as far as the hosts file is concerned.
--
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apa
sounds like the application is generating an absolute link that you
need to rewrite with mod_proxy_html, as mentioned in the
ProxyPassReverse documentation:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse
--
Matt
---
/application prefix, not add it.
http://www.apachetutor.org/admin/reverseproxies
--
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more i
e of an over-clever HTML mailer converting URLs to links
and then converting the links to a plain-text representation that is
confusing in context. The text of the HTML version (which I assume is
what Michael read) does not contai
y_html/proxy_html.conf
2. Your ProxyHTMLURLMap rule is backwards, since you want to *remove*
the /application prefix from the links generated by the back-end (which
is the reverse of the scenario in the HOWTO, as you can see by comparing
your ProxyPass directive to those in the
On Wed, 2009-02-04 at 17:00 -0600, Robert Steinmetz AIA wrote:
> Matt McCutchen wrote:
> > Two issues:
> >
> > 1. The error you pasted suggests that your ProxyHTMLURLMap rule is not
> > taking effect at all. My guess is that you need to include the
> > config
HTML rewriting to work, a completely different
approach you could try is to redirect /application to / on the front-end
server:
Redirect 301 /application /
This will have extra overhead on every request, and it might not work
depend
r - I may just not have the proper search terms though (I don't know
> how best to describe it)
>
> eg.
>
> http://spi...@foo.com -> /var/www/private/spidie
> http://f...@foo.com -> /var/www/private/fred
How about this:
RewriteEngine On
Rewrite
can drop the user_ prefix and condition. You
don't need to condition on %{REMOTE_USER} either because rewrite rules
don't run until after the user gains authorization. The rule I gave
earlier (updated for your directory name) sho
On Thu, 2009-02-05 at 20:10 +1000, Steve Dalton wrote:
> Matt - That method didn't work for me... it got into an internal
> recursion and bombed out after 10 redirects. I think you do perhaps
> need to test for something to stop it going on forever.
Does this happen even with t
g the connection.
Make sure the firewall on the server allows incoming connections to port
80.
--
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for
thorization Required) if the %{REMOTE_USER} doesn't match the
directory, but I realized that wouldn't really add anything to what you
are already doing.
--
Matt
-
The official User-To-User support forum o
mentioned in the ProxyPassReverse documentation. I also
suggest that you try a test case other than Google in case Google tries
to block people from proxy-passing to them.
--
Matt
-
The official User-To-User support fo
This directory should not be under your document root, instead it should lie
outside the web server root, and you should use a php script to handle the
download and the file and folder listing.
This way when the user clicks on "http://example.org/foo/bar/word.doc"; the
"/foo/bar/word.doc" will b
You need to make sure that your html files are parsed by the php parser, find
the line in http.conf and add .html (if this Is safe for your server)
Or
Simple chane the rewrite rule to read index.php?id=
This is all assuming you have php code that uses $_GET['id'] to construct the
page
Sent fr
I have configured LDAP authentication for a particular section of our website
and when I try to access this page in FireFox it tends to take quite a bit
longer to load than when you use IE or Opera with the same website. Does
anyone know a good reason and/or fix for this?
-
I disabled IPv6 in Firefox and response time is the same...
>>> [EMAIL PROTECTED] 12/19/2005 6:03:21 PM >>>
Matt Weston wrote:
>I have configured LDAP authentication for a particular section of our website
>and when I try to access this page in FireFox it tends to take
Belay thatI restarted firefox and it worked like a charm...=)
>>> [EMAIL PROTECTED] 12/20/2005 8:28:19 AM >>>
I disabled IPv6 in Firefox and response time is the same...
>>> [EMAIL PROTECTED] 12/19/2005 6:03:21 PM >>>
Matt Weston wrote:
>I ha
and run separate on ports like 4343 (as per the
tailored httpd.conf)? Where can I get something like this? I have yet to
find anything.
Thanks for any help,
-Matt
-
The official User-To-User support forum of the A
se sound reasonable, or is there a better way to fix work around this
problem?
httpd -V, the entry from the error log and a stack trace are below.
matt$ /opt/NTLIapache/bin/httpd -V
Server version: Apache/1.3.34 (Unix)
Server built: Jan 10 2006 11:10:09
Server's Module Magic Number: 1999
I am trying to use a Novell E-Directory as the LDAP server and am getting
this error in my error log when someone has trouble loggin into a page I setup
to use LDAP authentication. Does anyone have any ideas?
auth_ldap authenticate: user jes05002 authentication failed; URI
/securesite/stu
Does anyone know where I can get the mod_edir module for use with Novell
Edirectory?
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more i
Has anyone setup LDAP to go through a radius server to access an LDAP server?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscrib
found too much
info on the "one" filter.
Any and all help will be greatly appreciated.
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> f
.
Matt
>>> [EMAIL PROTECTED] 1/31/2006 4:05:27 AM >>>
Hi Guys,
I have a apache server running on Windows server.
Need to add option to upload file to the server and need help ...
I have a form to select the file:
File to upload:
to upload the file!
Now ..
Try changing it to hello.pl
>>> [EMAIL PROTECTED] 2/21/2006 8:12:17 AM >>>
All of my perl scripts generate this error when I try to have Apache
serve them. I'm on RHEL with Apache 2.0.52.
The simplest script I have is:
#!/usr/bin/perl
print "Hello";
In the error log I'm told:
[Tue Feb 21 08:5
We have a page that is supposed to be password protected with LDAP
authentication. You can login to the page just fine; however, unless you close
out your browser(verified on Firefox, Opera, and IE) the page fails to ask for
a username/password again when you return to the page.
Any thoughts?
This slight modification makes mod_auth_ldap work with AD 2003, where it
returns a successful result set, and an LDAP_OPERATIONS_ERROR. I do not
have the definitive reason why AD 2k3 is returning the error, but I
believe it has to do with the security access of the account performing
the searc
configuration as simple as possiable as it
is already starting to get quite complicated.
Does anybody know how this can be done?
Cheers,
Matt.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http
Hello Matthew,
I'm guessing that the confusion is the difference between
and blocks. Directory blocks reference the filesystem,
location blocks are relative to the docroot and can be virtual.
Matt Bockol
MATTHEW MCHUGH wrote:
Hello,
I'm having a terrible time configuring
hello :)
been playing around LOTS with different setups and everything and i had
a sudden brainwave the other day and it worked :D ... kinda !
what i have currently got setup is this ...
[EMAIL PROTECTED] root]# cat /usr/local/httpd/cgi-bin/asp-proxy
#!/bin/sh
# disable filename globbing
set
eRule ^(.*\.asp)$ http://172.19.13.16/$1 [NC,P]
ProxyPassReverse / http://172.19.13.16/
-ascs
-Original Message-
From: Matt Richards [mailto:[EMAIL PROTECTED]
Sent: Friday, April 14, 2006 4:35 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] proxy only asp files
hello :)
been
yours"
AuthzLDAPAuthoritative off
Require valid-user
It's something about the AuthType Basic expecting a htpasswd file when
using it with require valid-user, but I don't completely understand how
these are supposed to mix and match with the new 2.2.0 auth configs.
Matt
M
public
but now there are hundreds of them, and I might have to revist that
decision and spread them out a bit more.
matt
--
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
Sam Carleton wrote:
> I am pulling my hair out trying to get the virtual hosting working on
> my internal web server. I need to get a test site online and I would
> like to have it setup as a name based virtual host. I am running
> Apache v2.2.3 with default layout of SUSE, which consists of
Sam Carleton wrote:
> Matt,
>
> I do want to set things up as you suggested, but it isn't working.
> When I type in the IP address, I get the webdev.miltonstreet.com site
> on port 80 and the subversion site on port 443. Here is what I have:
>
> Listen 80
> L
uxwrstre wrote:
> Hello,
>
> is there a possibility to limit the download of IP addresses per day?
> For example that an IP address could not download more than 1 Gbyte per day
> of the apache server? Is there somewhere a module doing that?
>
> My problem is that my server gets all the time D.o.
Sam Carleton wrote:
> On 2/22/07, Boyle Owen <[EMAIL PROTECTED]> wrote:
>
>> > I am back at it and it simply is NOT working. No matter what I do, I
>> > cannot get to the default web site.
>>
>> It is not clear what you mean by "default web site". Once you start
>> using VHs, the "default web si
f you dont
have a static IP or if your server is bound to the public IP, then just
set apache to listen on that IP too using an extra
Listen 66.67.68.69:80 statement, and change the
to
matt
-
The official User-To-User support fo
Josh Trutwin wrote:
> Hi,
>
> I'm working for a small company that uses a custom CMS. When
> customers create pages in the CMS a file gets created based on the
> page's id number - for example:
>
> www.mysite.com/pages/pid5.html
>
> I've pushed some code into the CMS that lets the site admin cre
Josh Trutwin wrote:
> On Thu, 22 Feb 2007 21:36:03 +
> matt farey <[EMAIL PROTECTED]> wrote:
>
>
>> RewriteEngine On
>> ReWriteCond %{REQUEST_FILENAME} pid5.html$
>> ReWriteCond %{QUERY_STRING} !stop=yes
>> ReWriteRule . /products.html [R=301]
have you tried [P,L,T=text/html]
Sergey N. Romanov wrote:
> Hi,
>
> We need system which will make these things :
> - user requested url like http://our.server/XYZ/page.html
> - rewrite engine should map /XYZ/ to real server name and make proxy
> request to http://another.server/page.html
> - the
DirectoryIndex index.html index.php index.htm index.cgi index.phtml
the order is key here. If you have multiviews on YMMV but that should do it.
KOJC wrote:
> Hi there,
>
>
> I have uploaded my files to the Document Root and there are two files
> , index.html and index.php. When I browse in th
[EMAIL PROTECTED] wrote:
> I've got a FreeBSD 5.4-RELEASE box that I've just fallen into
> administering, with an existing Apache 2.0.58 install. One of my first
> tasks has been to get PHP4 installed, so that the site can support a
> blog and some other features.
>
> The PHP installation went sm
[EMAIL PROTECTED] wrote:
>> Have you looked around for further config blocks of the type
>>
>>
>> Does your server have rewrites in place for this, and is the file
>> listing you are seeing the location to which the DirectoryIndex
>> directive applies, it is the location directive in the vhosts
Can you use the ForceType image/gif inside a FilesMatch or similar stanza,
have you tried |RemoveHandler .gif
have you removed the x-bit hack if its there?
|
Stephen Truxton wrote:
> Thanks Mark, but that was one of the things that I
> tried & didn't work. Just complains that it doesn't
> have en
What URL you are actually requesting? - there are a few that will, but
that's ok provided you don't care about those.
Gonzalez, Miguel wrote:
> Dear all,
>
> I have Apache 2.0.54 on a Debian stable. I have what seems to be a
> endless loop:
>
> mod_rewrite:
> maximum number of internal redirec
Gonzalez, Miguel wrote:
> Do you see any failure on the rules? I have sent out the logs that I got, it
> seems that It gets on an endless loop.
>
> Many thanks
>
> Miguel
>
>
>> -Original Message-
>> From: matt farey [mailto:[EMAIL PROTECTED]
>
Gonzalez, Miguel wrote:
> Sorry, it's not working I am getting on the logs:
>
>
> 10.0.6.221 - - [26/Feb/2007:16:06:02 --0500]
> [mydomain.com/sid#81c4370][rid#83a11d0/initial] (3) [per-dir
> /var/www/mydomain.com/] add per-dir prefix: index.php ->
> /var/www/mydomain.com/index.php
> 10.0.6.22
Gonzalez, Miguel wrote:
> Sorry, it's not working I am getting on the logs:
>
>
> 10.0.6.221 - - [26/Feb/2007:16:06:02 --0500]
> [mydomain.com/sid#81c4370][rid#83a11d0/initial] (3) [per-dir
> /var/www/mydomain.com/] add per-dir prefix: index.php ->
> /var/www/mydomain.com/index.php
> 10.0.6.22
why not have a rewrite that says if the request is an image, and is not
present, then redirect to the 404 images, you can capture the type of
extension in the rewrite and direct to the appropriate pre-rendered image.
philguillard wrote:
> Hi,
>
> I'd like to render a specific 404.gif file when the
1 - 100 of 246 matches
Mail list logo