ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> modperl
modperl
New User's First Steps
by Eric Moore other posts by this author
Oct 28 2003 11:12PM messages near this date
Help with mod_perl and slash | Re: New User's First Steps
Having googl'd and read various faqs, cookbooks...

Site worked OK under CGI, but slowly -- on an old machine.

I have converted to mod_perl only using the Apache::Registry.  Application
uses CGI::App and HTML::Template.

Site runs faster now, but warnings disappeared from all logs.  [errors] show
up, but not warnings.

Any ideas on what I'm doing wrong?

Thanks, Eric.
 

httpd.conf
----------

LogLevel warn
PerlModule Apache::Registry
...

<VirtualHost _default_:443> 
    DocumentRoot /var/www/pick6/
    ServerName www.yadda.com
    ServerAdmin g2@[...].com
    ErrorLog logs/error_log
    TransferLog logs/access_log
    ErrorLog /var/www/logs/pick6.error_log
    CustomLog /var/www/logs/pick6.access_log common
    Alias /perl/ /var/www/pick6/cgi-bin/
    ServerAlias yadda.com  *.yadda.com
    SSLEngine on
    SSLCertificateFile    /etc/ssl/server.crt
    SSLCertificateKeyFile /etc/ssl/private/server.key
    CustomLog logs/ssl_request_log     "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>      
Thread:
Eric Moore
David Kaufman
Jacob Fugal
Eric Moore
Ged Haywood
Jacob Fugal
Stas Bekman
Eric Moore

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved