thanks for replies, the problem is not with the intenet, i can open the web sites, but the only problems is with the local web server this is the output of ifconfig:
# /sbin/ifconfig
ppp0 Link encap:Point-to-Point Protocol
inet addr:203.103.194.46 P-t-P:202.163.90.18 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:430 errors:0 dropped:0 overruns:0 frame:0
TX packets:494 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:391014 (381.8 KiB) TX bytes:104344 (101.8 KiB
there ws no problem of the lcoal server with mandirva 2006, i ust installed the 2007 now i cannot connect to my local web server in the /var/www/html, i check the httpd.conf, that was configured correctly for /var/www/html
An error occurred while loading
http://localhost:Timeout on server
Connection was to localhost at port 80
snd this is the firefox error:
The server at localhost is taking too long to respond
this is httpd.conf:
DocumentRoot "/var/www/html"
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/var/www/html">
# The Options directive is both complicated and important. Please see
#
http://httpd.apache.org/docs-2.0/mod/core.html#options# for more information.
Options -Indexes FollowSymLinks MultiViews
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit Indexes
AllowOverride None
# Controls who can get stuff from this server.
Order allow,deny
Allow from all
</Directory>