Hello all,
I am using apache 1.3 to handle several virtualhosts and connecting to
paste via SCGI, this works fine.

for the same virtualhost I want to install awstats.

my config looks something like this

<VirtualHost xxx>
  ServerName xxx
  ScriptAlias /awstats/ "/usr/lib/cgi-bin/"
  <Location /awstats>
    # blah blah security options
  </Location>
  <Location "">
     SCGIHandler On
     SCGIServer 127.0.0.1 7001
  </Location>
</VirtualHost>

but domain/awstats gives a pylons error page meaning that the url is
being passed to the SCGI process, can anyone shed any light on making
/awstats/ direct to the awstats cgi script instead of the pylons app ?

on a related note does anyone know of or is working on a webserver
statistics wsgi middleware ?

Tom

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to