Hi all,

I have a very strange problem, I have apache2 setup with a vhost ...


Listen 8085
NameVirtualHost *:8085

<VirtualHost *:8085>

    ServerName kmotion
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /home/dave/kmotion2/www/kmotion_www

    <Directory /home/dave/kmotion2/www/kmotion_www>
        Options FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all

        AddHandler mod_python .py
        PythonHandler mod_python.publisher
        # Display python errors to web browser - useful for debug
        PythonDebug On

        # secure login ...
        AuthType Basic

        # ** INFORMATION ** Users digest file enabled ...
        AuthName "kmotion"
        AuthUserFile /home/dave/kmotion2/www/passwords/users_digest

        Require valid-user
    </Directory>

    # Possible values include: debug, info, notice, warn, error, crit,
    LogLevel warn

    ErrorLog /var/log/apache2/error_kmotion.log
    CustomLog /var/log/apache2/access_kmotion.log combined

    Alias /images/ /home/dave/kmotion2/www/kmotion_www/images/

</VirtualHost>


So apache2 and the website I am developeing and all are all running on
my laptop. All works as expected except when I try to access my
website localhost:8085 when I am on line (which should be irrelevant)
but when I am off line apache2 appears to not see my requests to
:8085.
There is nothing in the apache logs, its like my vhost just does not get loaded.

Any ideas anyone, puts a kink in my off line development !

Cheers

Dave










-- 

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

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