| Sunit Patke 2005-11-22, 5:59 pm |
| internic.net shows the following info for sasinbp.com domain:
Domain Name: SASINBP.COM
Registrar: REGISTER.COM, INC.
Whois Server: whois.register.com
Referral URL: http://www.register.com
Name Server: DNS31.REGISTER.COM
Name Server: DNS32.REGISTER.COM
Status: REGISTRAR-LOCK
Updated Date: 18-oct-2005
Creation Date: 18-oct-2005
Expiration Date: 18-oct-2006Are you sure that you have added the etry to right DNS?Sunit<uskulkarni@hotmail.com> wrote in message news:1353826164.1132680709642.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
>I have installed IBM HTTP Server and IBM WebSphere Application Server express 6.0.
>
> I have registered our domain as sasinbp.com associated with 209.xx.xx.xx ip address over the internet before 10 days.
>
> Now whenever I am going to access my website as "http://www.sasinbp.com it showing following error in browser.
>
> We can't find "www.sasinbp.com"
> It searching website over internet and thrown above error.
>
> I have assign same Ip address to my machine and using ISP DNS settings and gateway in my network settings.
>
> Please see below http.conf
> LoadModule ibm_ssl_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM
> LoadModule was_ap20_module /QSYS.LIB/QWAS6.LIB/QSVTAP20.SRVPGM WebSpherePluginConfig /QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/config/cells/SATERIWS/nodes/IHS_SATERIWS_WEBSERVER_node/servers/IHS_SATERIWS_WEBSERVER/plugin-cfg.xml
>
> # Configuration originally created by Create HTTP Server wizard on Sat Aug 13 12:45:58 EDT 2005
> DocumentRoot /www/webserver/htdocs
> Options -ExecCGI -FollowSymLinks -SymLinksIfOwnerMatch -Includes -IncludesNoExec -Indexes -MultiViews
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
> LogFormat "%{Cookie}n \"%r\" %t" cookie
> LogFormat "%{User-agent}i" agent
> LogFormat "%{Referer}i -> %U" referer
> LogFormat "%h %l %u %t \"%r\" %>s %b" common
> CustomLog /www/webserver/logs combined
> LogLength 2147483647
> ErrorLog logs/script_log
> AccessFileName .htaccess
> HostNameLookups On
> Listen *:80
> Listen 443
> SetEnvIf "User-Agent" "Mozilla/2" nokeepalive
> SetEnvIf "User-Agent" "JDK/1\.0" force-response-1.0
> SetEnvIf "User-Agent" "Java/1\.0" force-response-1.0
> SetEnvIf "User-Agent" "RealPlayer 4\.0" force-response-1.0
> SetEnvIf "User-Agent" "MSIE 4\.0b2;" nokeepalive
> SetEnvIf "User-Agent" "MSIE 4\.0b2;" force-response-1.0
> SSLAppName QIBM_HTTP_SERVER_WEBSERVER
> SSLCacheEnable
> SSLEngine On
> SSLClientAuth Required
> SetEnv HTTPS_PORT 443
> DirectoryIndex /www/webserver/htdocs
> IndexOptions -DescriptionWidth -FancyIndexing -FoldersFirst -IconsAreLinks -IconHeight -IconWidth -IgnoreCase -IgnoreClient -NameWidth -NameMinWidth -ScanHTMLTitles -SelectiveDirAccess -ShowSmallFileBytes -ShowOwner -SuppressColumnSorting -SuppressDescription -SuppressHTMLPreamble -SuppressIcon -SuppressLastModified -SuppressRules -SuppressSize -TrackModified -VersionSort
> ScriptLog logs/script_log
> <Directory />
> Order Deny,Allow
> Allow From all
> </Directory>
> <Directory /www/webserver/htdocs/>
> Allow From all
> </Directory>
> <VirtualHost *:443>
> SSLAppName QIBM_HTTP_SERVER_WEBSERVER
> </VirtualHost>
> <VirtualHost 10.34.xxx.xxx:443>
> ServerName www.sasinbp.com
> DocumentRoot /www/webserver/htdocs
> </VirtualHost>
>
>
> Before access websphere web application through http server. I would like to see the "sample page" of http server using www.sasinbp.com.
>
> I value your thoughts in this.
>
> usk.
>
>
>
|