You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by tj_admin <tj...@earthlink.net> on 2004/10/05 01:59:51 UTC

[users@httpd] No external contact

I am trying to setup a new web site.
I can see the site from inside my network, but not from the internet
I can see the ftp site on the same host from anywhere, using IP or DNS name.
I am using Apache 2.0.49 on SuSE 9.1

Here's my "default-servers.conf" (sanitized)
   DocumentRoot /srv/www/htdocs/
   ServerName linux
   ServerAdmin admin@home.com
   NameVirtualHost *
   # YaST auto define section
   <IfDefine SSL>
    SSLEngine off
   </IfDefine>
   # YaST created entry
   <Directory "/srv/www/htdocs/">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
   </Directory>

Here's my "yast2_vhosts.conf" (sanitized)
   <VirtualHost *>
   # YaST auto define section
    <IfDefine SSL>
     SSLEngine off
    </IfDefine>
    DocumentRoot /srv/www/htdocs/mysite
    ServerName mysite.com
    ServerAdmin admin@home.com
   </VirtualHost>
   <VirtualHost *>
   # YaST auto define section
    <IfDefine SSL>
     SSLEngine off
    </IfDefine>
    DocumentRoot /srv/www/htdocs/my2site
    ServerName my2site.com
    ServerAdmin host2@home.com
   </VirtualHost>
   <VirtualHost *>
   # YaST auto define section
    <IfDefine SSL>
     SSLEngine off
    </IfDefine>
     DocumentRoot /srv/www/htdocs
     ServerName linux
     ServerAdmin root@localhost
   </VirtualHost>

Just to set expectation, I am a noob at Apache.

thx

tj_admin@earthlink.net

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org