[users@httpd] virtual server not seen exterally

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

 



I have set up several virtual host containers in ssl.conf one of which looks like this.

</Virtual>

<Virtual *:9000>
##
##Computerking.ca DBMA interface
##
DocumentRoot "/usr/local/www/DBMA/dbmailadministrator"
ServerName dbma.computerking.ca:9000
ServerAdmin rmvg@xxxxxxxxxxxxxxx
ErrorLog /var/log/apache2/dbma.computerking.ca.ssl-httpd-error.log
TransferLog /var/log/apache2/dbma.computerking.ca.ssl-httpd-access.log
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /usr/local/sslcerts/certs/mail-cert.pem
SSLCertificateKeyFile /usr/local/sslcerts/certs/mail-key.pem

#leave this off??==============================================================
#SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire
#==============================================================================

<Directory "/usr/local/www/DBMA/dbmailadministrator">
 AllowOverride None
 Options ExecCGI MultiViews
 Order allow,deny
 Allow from all
 AuthUserFile /usr/local/wwwpasswd/.htpasswd
 AuthGroupFile "wheel"
 AuthType Basic
 AuthName "Administration Only.  Please enter username and password."
 require valid-user
 order allow,deny
</Directory>

<Files ~ "\.(cgi|shtml|phtml|php3?)$">
  SSLOptions +StdEnvVars
</Files>
</Virtual>


I can see this host fine from inside my network but it does not work from the outside world. NOTE i can ping the address from the outside so my dns is working. My other virtual host seems to work fine from both the inside and outside network.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux