[users@httpd] problem with LAN access to apache

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

 



hi,
i have installed and started apache without problem (i
think) but i cannot access it through my local
network.
If a put http://10.0.0.3/ (this is the IP of the
apache pc) to a browser at the same pc apache
responds, but when i try to do the same from another
pc in my local network apache doesn't respond! netstat
shows that, when i start apache, port 80 becomes a
listening port. I thought that linux firewall is the
problem and i stopped it but there was no difference.
What is wrong?

Apache is installed on a SUSE Linux pc.

This is a part (the most relevant one) of my
httpd.conf file:

ServerRoot "/usr/local/apache2/"
Listen 80
<IfModule !mpm_netware_module>
User daemon
Group daemon
</IfModule>
DocumentRoot "/usr/local/apache2/htdocs"
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>
<Directory "/usr/local/apache2/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Send instant messages to your online friends http://au.messenger.yahoo.com 

---------------------------------------------------------------------
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