[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BillMax questions -- What about the httpd config looks bad



if you  go to https:///billingtest.pwebtech.com it doesn't work. What about 
this config needs to be fixed.  Thanx

ServerType standalone
ServerRoot "/usr/local/billmax/apache"
PidFile /usr/local/billmax/logs/httpd.pid
ScoreBoardFile /usr/local/billmax/logs/httpd.scoreboard
Timeout 10000
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 100
MaxRequestsPerChild 100
ServerSignature On

# modules required for BillMax to operate
LoadModule      env_module              libexec/mod_env.so
LoadModule      setenvif_module         libexec/mod_setenvif.so
LoadModule      mime_module             libexec/mod_mime.so
LoadModule      alias_module            libexec/mod_alias.so
LoadModule      access_module           libexec/mod_access.so
LoadModule      dir_module              libexec/mod_dir.so
LoadModule      cgi_module              libexec/mod_cgi.so
LoadModule      action_module           libexec/mod_actions.so
LoadModule      config_log_module       libexec/mod_log_config.so
LoadModule      includes_module         libexec/mod_include.so
LoadModule      auth_mysql_module       libexec/libauth_mysql.so
<IfDefine SSL>
LoadModule ssl_module         libexec/libssl.so
</IfDefine>

<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
AddModule mod_auth_mysql.c

User nobody
Group nobody

Port 443
<IfDefine SSL>
Listen 80
Listen 443
</IfDefine>

<VirtualHost 216.118.112.122:443>
DocumentRoot    /usr/local/billmax/html
ServerAdmin jason@pwebtech.com

ErrorLog        /usr/local/billmax/logs/httpd-error.log
TransferLog     /usr/local/billmax/logs/httpd-access.log
ScriptLog       /usr/local/billmax/logs/httpd-cgi.log

Alias           /local/         "/usr/local/billmax/local/html/"
Alias           /bmuitemplates/ "/usr/local/billmax/bmuitemplates/"
ScriptAlias     /cgi-bin/       "/usr/local/billmax/cgi-bin/"
ScriptAlias     /cgi-local/     "/usr/local/billmax/local/cgi-bin/"
ScriptAlias     /cgi-public/    "/usr/local/billmax/cgi-bin/"

SSLEngine on
SSLCertificateFile /usr/local/billmax/apache/conf/certs/billing.cert
SSLCertificateKeyFile /usr/local/billmax/apache/conf/certs/billing.key
<Files ~ "\.(cgi|shtml)$">
     SSLOptions +StdEnvVars
</Files>
<Directory "/usr/local/billmax/html/cgi-bin">
     SSLOptions +StdEnvVars
</Directory>

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
CustomLog /usr/local/billmax/logs/ssl_request_log \
           "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

DirectoryIndex  index.html index.shtml index.cgi

Auth_MySQL_Info         localhost <username here> <password here>
Auth_MySQL_General_DB   billmax

<Directory />
         Options FollowSymLinks
         AllowOverride None
</Directory>

<Directory "/usr/local/billmax/html">
         Options         FollowSymLinks Includes
         AllowOverride   None
         Order           deny,allow
         Allow           from all
         require         valid-user
         AuthName        BillMax
         AuthType        Basic
         Auth_MYSQL      on
         Auth_MySQL_Authoritative on
         Auth_MySQL_Password_Table auth
         Auth_MySQL_Username_Field user
         Auth_MySQL_Password_Field password
         Auth_MySQL_Encrypted_Passwords on
         Auth_MySQL_Empty_Passwords off
         Auth_MySQL_Non_Persistent off
         AddType         text/html .shtml
         AddHandler      server-parsed .shtml
</Directory>

<Directory "/usr/local/billmax/cgi-bin">
         Options         FollowSymLinks ExecCGI
         AllowOverride   None
         Order           deny,allow
         Allow           from all
         require         valid-user
         AuthName        BillMax
         AuthType        Basic
         Auth_MYSQL      on
         Auth_MySQL_Authoritative on
         Auth_MySQL_Password_Table auth
         Auth_MySQL_Username_Field user
         Auth_MySQL_Password_Field password
         Auth_MySQL_Empty_Passwords off
         Auth_MySQL_Encrypted_Passwords on
         Auth_MySQL_Non_Persistent off
</Directory>

<Directory "/usr/local/billmax/local/html">
         Options         FollowSymLinks Includes
         AllowOverride   None
         Order           deny,allow
         Allow           from all
         require         valid-user
         AuthName        BillMax
         AuthType        Basic
         Auth_MYSQL      on
         Auth_MySQL_Authoritative on
         Auth_MySQL_Password_Table auth
         Auth_MySQL_Username_Field user
         Auth_MySQL_Password_Field password
         Auth_MySQL_Encrypted_Passwords on
         Auth_MySQL_Empty_Passwords off
         Auth_MySQL_Non_Persistent off
         AddType         text/html .shtml
         AddHandler      server-parsed .shtml
</Directory>
</VirtualHost>

__________________
Jay Silver jason@pwebtech.com ICQ 103463692
Pegasus Web Technologies
http://www.pwebtech.com
Web Hosting and Dedicated Servers


-----------------------------------------------------------------------------
To unsubscribe from the "BillMax Questions" mailing list, please
send a message to "majordomo@billmax.com" with "unsubscribe questions"
in the message body. The message must be sent from the exact email
address on the list.