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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to