Results 1 to 2 of 2
I have done this configuration for apache
The dialin server is working perfectly.
I face 2 major problem [1]When the windows client tries to open this
https://leo.mysite.in they are unable ...
- 02-22-2006 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 3
Apache - dailin server
I have done this configuration for apache
The dialin server is working perfectly.
I face 2 major problem [1]When the windows client tries to open this
https://leo.mysite.in they are unable to open the site but with the IP address
https://192.168.1.1 the index page is displayed but when trying to login the
page does not open. https://192.168.1.1/cgi-bin/login.cgi page not found.
[2] I have to stop the iptables. # /etc/init.d/iptables stop -then only the windows client is able to open https://192.168.1.1 same as above.
Please will some help me solving this problem.
I will be higly obliged.
[windows98] c:/windows/hosts file set to 192.168.1.1 https://leo.mysite.in
[Redhat 8]
# hostname leo
/etc/resolv.conf
search mysite.in
nameserver 192.168.1.1
/sbin/ifconfig -a
eth0:1 Link encap:Ethernet HWaddr 4C:00:10:F5:06:44
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
[ssl.conf]
Listen 192.168.1.1:443
NameVirtualHost 192.168.1.1
<VirtualHost 192.168.1.1>
DocumentRoot "/var/www/venleo"
ServerName leo.mysite.in
ScriptAlias /cgi-bin/ "/var/www/venleo/cgi-bin/"
DirectoryIndex index.html
<Directory "/var/www/venleo/">
Options +Includes
</Directory>
other lines left..../..
</VirtualHost>
[nslookup]
nslookup -sil -query=a -timeout=10 leo.mysite.in 192.168.1.1 2>&1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: leo.mysite.in
Address: 192.168.1.1
[nmap]
nmap -sT -v leo.mysite.in 2>&1
Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Host leo.mysite.in (192.168.1.1) appears to be up ... good.
Initiating Connect() Scan against leo.mysite.in (192.168.1.1)
Adding open port 111/tcp
Adding open port 6000/tcp
Adding open port 901/tcp
Adding open port 10000/tcp
Adding open port 53/tcp
The Connect() Scan took 0 seconds to scan 1601 ports.
Interesting ports on leo.mysite.in (192.168.1.1):
(The 1596 ports scanned but not shown below are in state: closed)
Port State Service
53/tcp open domain
111/tcp open sunrpc
901/tcp open samba-swat
6000/tcp open X11
10000/tcp open snet-sensor-mgmt
Nmap run completed -- 1 IP address (1 host up) scanned in 1 second
# netstat -A inet -lnp
udp 0 0 192.168.1.1:53 0.0.0.0:* 1160/named
- 02-22-2006 #2
so you are trying to host a site on your own server at home?
What about viewing a regular http site on your local network:
can the windows client view that page?
Is this windows client hooked onto the same lan-network?
https://leo.mysite.in is an example ? I can't reach it as well if that's any comfort


Reply With Quote