hello pluggers
i counldn't browse the part my site that has https via dialup connection
but i could browse it when im using our lan ,w/c is directly connected to
the internet. i could also browse all the unsecured parts of the site
either by dialup or lan. i am using apache 1.3.12 + modssl 2.6.5-1.3.12 +
openssl 0.9.5a running under slackware 7.1. here is the virtual host
configuration of my httpd.conf
NameVirtualHost 202.93.64.64:443
NameVirtualHost 202.93.64.64:80
##### <---- SECURED MUMBAKI.PWORLD.NET.PH ----> #####
<VirtualHost 202.93.64.64:443>
SSLEngine on
SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/apache/s_htdocs/
ServerName mumbaki.pworld.net.ph
ErrorLog logs/s-mumbaki-error_log
TransferLog logs/s-mumbaki-access_log
AddHandler cgi-script .cgi
AddType text/html .shtml
AddHandler server-parsed .shtml
ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/
<Directory "/usr/local/apache/cgi-bin/">
AllowOverride all
Options Indexes ExecCGI Includes FollowSymlinks
Allow from all
</Directory>
<Directory "/usr/local/apache/s_htdocs/">
AllowOverride all
Options Indexes Includes FollowSymlinks
Allow from all
</Directory>
</VirtualHost>
##### <---- SECURED MUMBAKI.PWORLD.NET.PH ----> #####
<VirtualHost 202.93.64.64:80>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/apache/s_htdocs/
ServerName mumbaki.pworld.net.ph
ErrorLog logs/s-mumbaki-error_log
TransferLog logs/s-mumbaki-access_log
AddHandler cgi-script .cgi
AddType text/html .shtml
AddHandler server-parsed .shtml
ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/
<Directory "/usr/local/apache/cgi-bin/">
AllowOverride all
Options Indexes ExecCGI Includes FollowSymlinks
Allow from all
</Directory>
<Directory "/usr/local/apache/s_htdocs/">
AllowOverride all
Options Indexes Includes FollowSymlinks
Allow from all
</Directory>
</VirtualHost>
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]