sub directory pointing help needed!

vincenzobar

Verified User
Joined
Aug 15, 2004
Messages
92
I want to point direct admin to:

directadmin.underwaterdesign.com

how do i do this??

will this work?

directadmin.underwaterdesign.com. A XX.XX.XX.XX:2222

or what??????
 
yeah i was noticing that!!!!

i looked into apache and the apache bible! and it is not to clear

i need to set up a virtual host to port :2222

what i don't get is how to set up the virtual host and all its stuff

and do i have to add port 2222 to LISTEN in main httpd like for SSL or is it a simple

LISTEN
80
433
2222

then in its own httpd
Code:
<Virtualhost XX.XX.XX.XX:2222 (can't remember my ip)>
ServerName [url]www.underwater-design.com[/url]
Serveralias admin.underwaterdesign.com
DocumentRoot "what here--- /www/directadmin/... or /usr/local/directadmin
TransferLog  logs/directadmin-server.access.log
ErrorLog logs/directadmin-server.error.log

</VirtualHost>

and then append it to the main httpd with an include


See freakin confusing!!!! amybe this should be moved to Apache (www)!:confused: :confused: :confused:
 
Back
Top