Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Help with Regex for Apache Error Logs

by coolmichael (Deacon)
on Jun 18, 2002 at 06:47 UTC ( [id://175293]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [Mon Jun 17 23:09:46 2002] [error]usage: tie @array, Tie::File, filena
    +me, [option => value]... at d:/httpd/apache/perl/velog.pl line 16
    
    [Mon Jun 17 23:24:44 2002] [error] [client 127.0.0.1]File does not exi
    +st: d:/httpd/apache/htdocs/kjh
    
  2. or download this
    [Mon Jun 17 23:09:46 2002] [error]
    usage: tie @array, Tie::File, filename, [option => value]... at d:/htt
    +pd/apache/perl/velog.pl line 16
    
    [Mon Jun 17 23:24:44 2002] [error] [client 127.0.0.1]
    File does not exist: d:/httpd/apache/htdocs/kjh
    
  3. or download this
        s/^               #start of string
          (               #start capture
    ...
          )               #end capture
          /               #end match
          $1<br>/gx;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://175293]
Approved by dws
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 10:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found