I am having different websites in a folder
/var/www/
as
/var/www/atutor
/var/www/dokeos
/var/www/docebolms
.
.
.
/var/www/efront

When I am on lan trying to access these sites as

http://192.168.1.5/dokeos or http://192.168.1.5/docebolms

I am getting a 404 not found page.
The requested URL /dokeos was not found on this server.

here are the response headers to the above said request
http://pastebin.com/g1XDtu1R



another application is dokeos
and response headers which I captured in FireFox when trying to access it

as http://192.168.1.5/docebolms

http://pastebin.com/tiFTRh0A




When I type http://192.168.1.5/
I expect to get a directory listing of different websites which are
present in my /var/www

as per this page http://httpd.apache.org/docs/2.0/mod/core.html#options
where it said if there is no index.html page in that directory
mod_autoindex will generate a directory index.

instead of getting a directory listing I am getting a response from a vhost
atutor

which I should get when I type http://192.168.1.5/atutor
(because apache serves vhosts in alpha numeric order)

in /etc/apache2/sites-available/atutor
I do have a
<Directory /var/www>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>


the complete configuration is here

http://pastebin.com/VpvHdkSP



on lan when ever I am typing http://192.168.1.5/
I am getting response or website which I should get when I type
i.e. http://192.168.1.5/atutor
and if I am typing http://192.168.1.5/docebolms or http;//192.168.1.5/dokes
then URL not found error.

same results with localhost also
-- 
Tapas

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to