Hi Varala!
This is a problem of your apache server and virtual domains. So, this
mailing list is wrong. I'm sure you will find better help at an apache
mailing list, i.e.
hello friend,
iam tyring to use the trabas voip-billing-0.0.2
iam following the INSTALL information given
in that .
iam following the fullsteps in that one
till 3 step i executed successfully
i.e
shell> ./bin/genvhost.pl -s=voip.mycompany.com
-e=voip(a)mycompany.com \
/usr/local/dataweb > etc/vhost.conf
now vhost.conf looks like this
# $Id: vhost-tmpl.conf,v 1.4 2002/07/09 04:41:11
hasant Exp $
#
# Copyright (C) 2002 Trabas. All rights reserved.
# Please see the file COPYING for more information
<VirtualHost 202.*.*.19>
ServerAdmin rama(a)rama.kol.net.in
ServerName server.pol.net.in
ErrorLog logs/server.pol.net.in-error.log
CustomLog logs/server.pol.net.in-access.log common
# use this instead if you don't want to log access
#CustomeLog /dev/null common
DocumentRoot
/usr/local/dataweb/voip-billing-0.0.2/web
<Directory /usr/local/dataweb/voip-billing-0.0.2/web>
AllowOverride None
Options ExecCGI FollowSymLinks
Order allow,deny
Allow from all
# uncomment the following lines to take benefit
# from mod_perl (if you have it)
#<IfModule mod_perl.c>
# <FilesMatch "\.(cgi|pl)$">
# SetHandler perl-script
# PerlHandler Apache::Registry
# </FilesMatch>
#</IfModule>
</Directory>
# WARNING: Don't use this for production use!
#Alias /templates/
/usr/local/dataweb//voip-billing/resources/templates/
#<Directory
/usr/local/dataweb//voip-billing/resources/templates>
# Options Indexes
# AllowOverride None
# Order deny,allow
# Deny from all
# Allow from localhost
#</Directory>
Alias /js/
/usr/local/dataweb/voip-billing-0.0.2/resources/js/
<Directory
/usr/local/dataweb/voip-billing-0.0.2/resources/js>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /images/
/usr/local/dataweb/voip-billing-0.0.2/resources/images/
<Directory
/usr/local/dataweb/voip-billing-0.0.2/resources/images>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# temporary cgi-bin until we fix the hardcoded
references
# to the script name
ScriptAlias /cgi-bin/
/usr/local/dataweb/voip-billing-0.0.2/cgi-bin/
<Directory
/usr/local/dataweb/voip-billing-0.0.2/cgi-bin>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
i include the the path of this vhost.conf
with INCLUDE in the httpd.conf
so now i restarted the httpd
and when i press the
http://server.pol.net.in
it shows the apache default document than the billing
site.
so where i might be going wrong
please guide me
with regards
rama kanth
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers