|
Search tenon.com
Thanks to:
|
|
iTools
Re: 5.019 Upgrade Problems Persist!!
*This message was transferred with a trial version of CommuniGate(tm) Pro*
At 9:42 AM -0500 on 27/1/2001, Ken Whitcomb wrote this about "Re:
5.019 Upgrade Problems Persist!!":
[Sat Jan 27 09:33:16 2001] [warn] NameVirtualHost X.X.X.X:81 has no Virtual
Hosts
I had this error too but fixed it by editing my apache.conf file.
It seems that when using the web admin (which is the whole reason I
bought iTools), iTools creates an entry for virtual hosts for every
host that's hosted with the port number. as it turns our, you don't
need the port number.
--- Here's a bit of my old apache.conf -----
<VirtualHost 123.45.67.89:81>
ServerName www.some.domain
<Directory /Local/Library/WebServer/Documents/domain>
Options Indexes FollowSymLinks IncludesNoExec
</Directory>
DocumentRoot /Local/Library/WebServer/Documents/domain
NameVirtualHost 123.45.67.89
ServerAdmin webmaster@xxxxxxxxxxxxxxxxxxxx
</VirtualHost>
---- end of example ----
--- Here's the working bit -----
<VirtualHost 123.45.67.89>
ServerName www.some.domain
<Directory /Local/Library/WebServer/Documents/domain>
Options Indexes FollowSymLinks IncludesNoExec
</Directory>
DocumentRoot /Local/Library/WebServer/Documents/domain
ServerAdmin webmaster@xxxxxxxxxxxxxxxxxxxx
</VirtualHost>
---- end of example ----
Notice how there is no port number after the IP address of the
virtual host. Nor is there a reference to "NameVirtualHost" in this
part of the conf file.
However, I do specify the "NameVirtualHost" in single entry in
Section 3 of this file.
I found this out by visiting the apache.org site.
** So, now my websites are working but I can't launch/run the web
admin program. With IE 5 I get nothing happening. With Netscape 6, I
get prompted for the admin name and password and then nothing happens.
When I run the iTools app on the server, I can't get the admin menu
option to stay checked. I can select it but when I click on the menu
to check if it's still selected, it doesn't have the tick next to it.
Hope this helps in some way.
Regards
Jonathan
----
Tenon Intersystems' iTools Mailing List
To unsubscribe: send mail to itools-request@xxxxxxxxx
with the subject: unsubscribe
|
| Tenon Home |
Products |
Order |
Contact Us |
About Tenon |
Register |
Tech Support |
Resources |
Press Room |
Mailing Lists |
|
Copyright©2003 Tenon Intersystems, 232 Anacapa Street, Suite 2A, Santa Barbara,
CA 93101. All rights reserved.
Questions about our website - Contact:
webmaster@tenon.com.
|
|