You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Derek Burns / Bend-Pak <De...@BendPak.com> on 2004/03/10 18:45:40 UTC

[users@httpd] Can someone help with my log files

Hello All,
I am now put in charge of my web server, the company that was hosting it went out of business and I ended up with the server and no knowledge of apache. What I am looking for right now is help on configuring the apache extended log files. I need to know the path to them and how to edit them. 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Can someone help with my log files

Posted by Joshua Slive <jo...@slive.ca>.

Derek Burns / Bend-Pak wrote:

> Hello All,
> I am now put in charge of my web server, the company that was hosting it went out of business and I ended up with the server and no knowledge of apache. What I am looking for right now is help on configuring the apache extended log files. I need to know the path to them and how to edit them. 

Start here:
http://httpd.apache.org/docs-2.0/logs.html

And feel free to ask any specific question you have after looking 
through the docs.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Require vs. Optional for verify client certs

Posted by Thomas George <tg...@ibaset.com>.
Hi all..!

I'm using <Location> in an ssl.conf file to require client side PKI requests
for certain folders.. I'd like to redirect people who don't have them to a
different page or site.. If I use 'require', their browser dies in a 'talk
to the "hand"' kinda way..

<Location /somefolder>
SSLVerifyClient require
SSLVerifyDepth 5

RewriteEngine        on
RewriteCond          %{SSL_CLIENT_CERT} =""
RewriteRule          ^(.*)$ http://www.dodpke.com/public/publicAccess.asp
</Location>

Could really use some suggestions..1

Thanks..!

Thomas


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Can someone help with my log files

Posted by Thomas George <tg...@ibaset.com>.
Hi all..!

I'm using <Location> in an ssl.conf file to require client side PKI requests
for certain folders.. I'd like to redirect people who don't have them to a
different page or site.. If I use 'require', their browser dies in a 'talk
to the "hand"' kinda way..

<Location /somefolder>
SSLVerifyClient require
SSLVerifyDepth 5

RewriteEngine        on
RewriteCond          %{SSL_CLIENT_CERT} =""
RewriteRule          ^(.*)$ http://www.dodpke.com/public/publicAccess.asp
</Location>

Could really use some suggestions..1

Thanks..!

Thomas


-----Original Message-----
From: James Scott [mailto:jhs_technical@cox.net] 
Sent: Thursday, March 11, 2004 8:58 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Can someone help with my log files


On Wed, 2004-03-10 at 11:45, Derek Burns / Bend-Pak wrote:
> Hello All,
> I am now put in charge of my web server, the company that was hosting 
> it went out of business and I ended up with the server and no knowledge of
apache. What I am looking for right now is help on configuring the apache
extended log files. I need to know the path to them and how to edit them.
> 
Where the log files are located is specified in the httpd.conf which is the
main configuration file for apache.  Until you know it pretty well it is not
a good idea to alter it. I cannot see a reason to edit a logfile.  One
usually just wants to read them.
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server 
> Project. See <URL:http://httpd.apache.org/userslist.html> for more 
> info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info. To
unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Can someone help with my log files

Posted by James Scott <jh...@cox.net>.
On Wed, 2004-03-10 at 11:45, Derek Burns / Bend-Pak wrote:
> Hello All,
> I am now put in charge of my web server, the company that was hosting it went out of business and I ended up with the server and no knowledge of apache. What I am looking for right now is help on configuring the apache extended log files. I need to know the path to them and how to edit them. 
> 
Where the log files are located is specified in the httpd.conf which is
the main configuration file for apache.  Until you know it pretty well
it is not a good idea to alter it.
I cannot see a reason to edit a logfile.  One usually just wants to read
them.
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org