Take a look at this:
http://httpd.apache.org/docs/1.3/mod/mod_log_config.html#customlog
Looks like %a and %h might do what you're asking.
On 3/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Is it possible to log both IP address and hostname to the apache logs?
Thanks!
I don't know if this will fly in Apache, but you could try /(?i)IE/ to
specify a case-insensitive match.
On 3/13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote:
I want to set a location match so that an URL is not case sensitive. The
following work individually:
The following Locatio
st to see what happens:
On 3/13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote:
/(?i)IE/ didn't work.
I also tried which didn't work.
-Original Message-
From: Rob Wilkerson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 13, 2007 10:58 AM
To: users@httpd.apache.or
13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote:
Still not working. Regular expressions are working for other directives such
RedirectMatch. I'm running Apache 2.2.4 on Windows XP and 2003 Server if
that makes a difference.
-Original Message-
From: Rob Wilkerson [mailto:[EM
inite loop. I've
tried the Rewrite & RewriteMatch directives so far. I'd like to avoid
the overhead of mod_rewrite, but will go that way if it's my only
option.
Any help would be much appreciated.
Rob Wilkerson
-
The
if
possible, a sample configuration that implements such a scenario.
Any insight, suggestions or assistance with this would be very much
appreciated. Thank you.
Rob Wilkerson
-
The official User-To-User support forum of
On 6/28/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
First let me say that I hope this is the proper mailing list for my
question. If that's not the case, please redirect me and I'll be
happy to post there.
I'm taking over an application that currently includes an Apa
On 6/28/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
Actually, that's exactly what the module is doing. It accepts the
incoming request, writes a custom header (x-se-path) whose value is
the URI of the incoming request and then redirects that request to the
landing page. The landin
Thanks, Joshua. I appreciate the assistance.
On 6/28/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 6/28/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> And I guess maybe this is my question (sorry it took so long for me to
> get here): does mod_rewrite do an internal re
d to pass along the original URL, but I
imagine I can work that out if I understand the first part well
enough. The rewrite itself is where I think I'm most lost.
Any similar config examples would be very much appreciated.
Thank you.
On 6/28/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote
27;m accessing
and redirecting only then.
Thanks again. That really was an eye-opener for me.
On 7/1/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/1/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> I've gotten some great feedback on this question, but would still
> really li
, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/1/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> Thanks, Joshua. I'm glad I asked. The ways I was planning to attempt
> would've been *far* more complex. I had no idea it would be that
> simple.
>
> If I understand
[L]
RewriteRule ^/mod/modules/foo - [L]
RewriteRule ^/landingpage.cfm - [L]
RewriteRule ^/(.*)
/landingpage.cfm?uri=%{REQUEST_URI} [QSA,PT]
Thanks again.
On 7/2/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
So
the top of the list?
On 7/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/6/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> Joshua -
>
> I have one quick follow-up question, if you don't mind. I've
> implemented the rules as shown below and have been watching
I thought about that and may go that direction, but ease/simplicity of
adding "exclusions" is also a factor. I may have to take a survey.
:-)
Thanks for all of your help.
On 7/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/6/06, Rob Wilkerson <[EMAIL PROTECTED]>
TTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Rob Wilkerson
--
Users forum at Nabble.com.
-
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-ma
Sorry, I meant your DirectoryIndex directive, not your DocumentRoot
directive. :-)
On 7/12/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
Look for your DocumentRoot directive in your httpd.conf. It will (or
should) contain a space-delimited list of file names (e.g. index.html
index.cgi)
ficial 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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Have you tried commenting out the LoadModule directive that loads
mod_ssl and restarting? That will at least tell you whether that is
the module preventing you from starting the service...
On 7/12/06, Graves, Jan <[EMAIL PROTECTED]> wrote:
Yes - I also think I have a problem with SSL. But I do
l
> 10 (cor
> e dumped)
> Jul 12 08:21:03 scnc apcupsd[762]: apcupsd FATAL ERROR in apcconfig.c at
> line 83
> 3 Error opening configuration file
> (/usr/local/etc/apcupsd/apcupsd.conf): No suc
> h file or directory
> Jul 12 08:21:04 scnc apcupsd[762]: apcupsd error shutdown comple
amic zone file
> > > 'blissfield.k12.mi.us.dnsdb'
> > > is writable
> > > Jul 12 08:21:01 scnc named[692]: /usr/local/named/db/named.conf:35:
> > > cannot redef
> > > ine zone '164.190.207.in-addr.arpa' class IN
> > > Jul 12 08:21:01 sc
sit us on the web at http://lisd.k12.mi.us
-Original Message-
From: Rob Wilkerson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 12, 2006 8:15 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Starting Apache
Have you tried commenting out the LoadModule directive that loads
mo
isn't reading from the
httpd.conf file ?
Olly
-
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For
rslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Rob Wilkerson
-
The official User-To-User support forum of the
ver Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Rob Wilkerson
--
ce the htdigest command offers no password flag.
Is there another way to populate this file from a bash script?
Thanks.
--
Rob Wilkerson
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://h
in beta.
Thanks.
Groups are talking. We´re listening. Check out the handy changes to Yahoo!
Groups.
--
Rob Wilkerson
-
The official User-To-User support forum of the Apache HTTP Server
_
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.
--
Rob Wilkerson
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html>
the
temporary file to /opt/projects/htdocs, replacing the original
version.
It appears that this move is causing the SELinux bypass to close up.
I've added the chcon command to my script and it works fine, but I'm
hoping someone can enlighten me as to what's going on or help me
AuthUserFile /opt/projects/users.htdigest
Require valid-user
Any insight would be greatly appreciated.
Thanks.
--
Rob Wilkerson
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apa
One more thing I should mention: The requested file is returned with
an application/rss+xml mime type. I don't know whether that has any
impact on the problem I'm seeing, but I thought I'd throw it out there
just in case.
Thanks again.
On 8/21/06, Rob Wilkerson <[EMAIL PROTE
Thanks, Joshua. That was exactly what I needed. I appreciate your help.
On 8/21/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/21/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> All -
>
> I'm receiving a 400 error when trying to access the following URL:
>
ht
od_python 3.2.8
(I think those are all of the relevant line items)
Again, I apologize if this is too far off-topic, but I'm desperate. I
had to at least give it a shot.
Thanks.
--
Rob Wilkerson
-
The official User-To-Us
n I do (should be a lot of those people
about) can offer another suggestion, I'm all ears.
Thanks.
On 8/21/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/21/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> All -
>
> I know this is somewhat off-topic and I apologize for tha
: . ack 307 win 65230
Does it mean anything to you?
On 8/21/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/21/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> I'll take a look at the forensics and the packet trace. The server is
> on a LAN - I don't believe there are
connection?
On 8/21/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/21/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> I'll take a look at the forensics and the packet trace. The server is
> on a LAN - I don't believe there are any proxies involved, but I'm not
&g
-0400] "COPY
/repos/siteexecutive/!svn/bc/67/branches/dev/tahoe-code-reorg/mod/addons/semod_imagerotator/classes/irimagebutton.xml
HTTP/1.1" 204 - "-" "SVN/1.3.2 (r19776) neon/0.25.5"
172.16.1.102 - rwilkerson [21/Aug/2006:20:23:39 -0400] "PROPFIND
/repos/site
practical example. I read the docs, but they didn't really tell me
how it applies to my situation (or maybe I'm just too dense to get
it).
Can someone help me understand what that setting does and how it works?
Thanks.
On 8/21/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/21
opening it up to my other developers this week, though. that will be
the real test.
Thanks.
On 8/22/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/22/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> Well, I found the problem, Joshua, and I'm hoping you (or someone) can
&g
al commands, e-mail: [EMAIL PROTECTED]
--
Rob Wilkerson
-
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: [EMAIL
On 9/19/06, Dan Östberg <[EMAIL PROTECTED]> wrote:
Anybody
know about a good HowTo or a tutorial/book applicable for my
environment?
This might be exactly what you're looking for:
http://www.redhat.com/magazine/022aug06/features/webserver/
--
Ro
ny thoughts or suggestions would be greatly appreciated.
Thanks.
--
Rob Wilkerson
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubsc
On 9/26/06, Bob Ionescu <[EMAIL PROTECTED]> wrote:
Rob Wilkerson wrote:
> RewriteRule ^/(.*) /landingpage.php?requesturi=%{REQUEST_URI}[QSA,PT]
>
> This works fine except when I have a document (these documents are
> uploaded by users so I have little control over them) c
On 9/27/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
On 9/26/06, Bob Ionescu <[EMAIL PROTECTED]> wrote:
> Rob Wilkerson wrote:
> > RewriteRule ^/(.*) /landingpage.php?requesturi=%{REQUEST_URI}[QSA,PT]
> >
> > This works fine except when I have a document (th
On Oct 3, 2006, at 7:08 PM, Jason Lingel wrote:
Is there a way to modify an environment variable that gets passed
to a CGI? For example, I'm doing Kerberos authentication and the
realm gets appended to the REMOTE_USER variable, e.g., REMOTE_USER=
[EMAIL PROTECTED] I just want username an
On Oct 4, 2006, at 5:01 PM, Jason Lingel wrote:
Thanks for your help. It pointed me in the right direction, though
it still doesn't quite work. Here are the entries I made in my
httpd.conf:
RewriteLog /opt/asn/logs/rewrite.log
RewriteLogLevel 5
RewriteCond %{LA-U:REMOTE_USER} ^(.*)@ COMP
else?
I'm not sure I need it, but I'd like to be sure I know what I'm
getting when I get it. If there is no SSL support then is there
anywhere I can go to get binaries that *do* include SSL support?
Thanks for any clarification.
On 11/1/06, Spartanicus <[EMAIL PROTECTED]> wrote:
RTFM http://httpd.apache.org/docs/2.2/ssl/
I appreciate the sentiment, but I guess what I'm looking for is an
understanding of what "no_ssl" means in the binary name. Does it
simply mean that this module isn't enabled by default? I suppose
49 matches
Mail list logo