HostNode.com :: HostSeeker's Talk
Home Register FAQ Members List Calendar Mark Forums Read
Go Back   HostNode.com :: HostSeeker's Talk > Design Talk > Programming Pool > Help with Apache
Reply
 
LinkBack Thread Tools Rate Thread Display Modes
(#1 (permalink))
Old
tester_geniusd tester_geniusd is offline
Registered User
tester_geniusd is on a distinguished road
 
Posts: 7
Join Date: Apr 2006
Help with Apache - 05-01-2006, 04:30 PM

hello

I am try setup Apache for port 81. But it not work
i am write in httpd.conf:

<VirtualHost *:81>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /www/docs/test-site
</VirtualHost>

and it not work:(

Kind regards,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#2 (permalink))
Old
Operator's Avatar
Operator Operator is offline
Connected
Operator has disabled reputation
 
Posts: 869
Join Date: Nov 2003
Location: Europa
05-01-2006, 06:37 PM

You might try with

Code:
<VirtualHost *:81>
ServerAdmin webmaster@dummy-host.example.com
ServerName dummy-host.example.com
ServerAlias *.dummy-host.example.com
DocumentRoot d:/web/www1/
RewriteEngine On
DocumentRoot /www/docs/test-site
</VirtualHost>

Though ServerName and RewriteEngine are not necessary, you may let them on, they won't hurt.

Hope this help.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 11:01 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0
vB.Sponsors
© 2003 - 2007 HostSeeker.com - All rights reserved