[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Webglimpse Home]
Virtual hosting and other questions
Hello,
I'm evaluating webglimpse and I just installed it.
I'm running into some problems (maybe I should re-read the whole
documentation *again*).
First problem is virtual hosting: I have several sites running in the same
machine, but webglimpse will run only in one of them, so my directory for
that is something like
/home/my_site_1/html
/home/my_site_2/html
.
.
.
being html the home directory for each server, so www.my_site_1.com is
hosted on first directory
and a single cgi-bin directory (/home/httpd/cgi-bin) shared among virtual
servers
My httpd.conf file is, for each site:
# www.my_site_1.com
<VirtualHost xxx.xxx.xxx.xxx>
DocumentRoot /home/my_site_1/html
ServerName...
.
.
.</VirtualHost>
When I run confarc all documents point to
www.my_site_1.com/html/some_directory/some_file.html
^^^^
When I try to use webglimpse output it renders a 404 Not found because, of
course, html directory is actually home directory for the website and
shouldn't be part of url.
What should I modify in order to get the right urls?
Thanks in advance.