Hello,

I'm using apache (apache-1.3.14-2.6.2) with named based virtual hosts. I
have configured this:
---
    Listen xxx.xx.xx.xx:80  <-- with a real IP number
    NameVirtualHost xxx.xx.xx.xx

    <VirtualHost xxx.xx.xx.xx:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /my_directory/htdocs
    ServerName www.my_server_name.com
    ServerAlias my_server_name.com
    ErrorLog /my_directory/logs/error_log
    CustomLog /my_directory/logs/access_log combined
    ScriptAlias /cgi-bin/ "/my_directory/cgi-bin/"
    </VirtualHost>
---

but I'm not receiving any answer from the browser pointing to
<http://www.my_server_name.com/> (yes if I point to
<http://my_server_name.com/>) I tried to change the port to 8080 and then it
worked perfectly! Any clue to solve this?? (the DNS is allways resolving
correctly, that's why I thought about an Apache conf problem...)

Regards,

Tomas Garcia Ferrari

Bigital
http://bigital.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to