X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=apache-conf.conf;h=b9d355230ab8e59e53df69e20bdeef9292bf840f;hb=8551be2ae42a4a4e7a425e2a71ead79c10bf9df4;hp=3406de13e4fad1a1ba9cec0fa06b625727dea8bc;hpb=b0f108eb4600f42fe3391acbe86381ce0c2d4681;p=ndwebbie.git diff --git a/apache-conf.conf b/apache-conf.conf index 3406de1..b9d3552 100644 --- a/apache-conf.conf +++ b/apache-conf.conf @@ -55,7 +55,7 @@ ErrorLog logs/ndawn_error_log #TransferLog logs/ndawn_access_log - CustomLog logs/ndawn_access_log "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" + CustomLog logs/ndawn_access_log "%h %l %u [%{%F %H:%M:%S}t] \"%r\" %>s %b %T \"%{Referer}i\" \"%{User-Agent}i\"" @@ -95,38 +95,17 @@ # AllowOverride None - + AuthName "NewDawn authentication" AuthType basic - Auth_PG_host localhost - Auth_PG_user ndawn - Auth_PG_pwd Ni7ueYae - Auth_PG_database ndawn - Auth_PG_hash_type MD5 + PerlAuthenHandler ND::Web::AuthHandler - Auth_PG_pwd_table users - Auth_PG_uid_field username - Auth_PG_pwd_field password - - Auth_PG_grp_table usersingroup - Auth_PG_grp_group_field groupname - Auth_PG_grp_user_field username - - #Auth_PG_log_table access_log - #Auth_PG_log_uname_field login - #Auth_PG_log_date_field date - #Auth_PG_log_uri_field request - #Auth_PG_log_addrs_field ip_address - - # - # Controls who can get stuff from this server. - # - Order Deny,Allow + Order Deny,Allow Require valid-user - + # Disallow browsing of Subversion working copy administrative dirs. @@ -141,7 +120,7 @@ PerlSwitches -T -I/var/www/ndawn/code/ PerlRequire /var/www/ndawn/code/startup.pl - + SetHandler perl-script PerlResponseHandler ND