apache+named + redirect

magaf

Verified User
Joined
Jul 20, 2004
Messages
49
Location
PL
How can i add virtualhost with Redirect in DA?
I MEAN:
<VirtualHost xx.xx.xx.xx:80>
ServerAdmin webmaster@xxxx.
ServerName serverxxxx.x.com
Redirect / http://domain.xx:8000/listen.pls
</VirtualHost>

i havent found any way in panel..
So i have done it "by hand",
and question , those lines wont be deleted through DA?:)
 
ha

ha now everything clear.
DA will remove my lines from http.conf
so is any way to declare my own virtualhost ?:(
 
The only way to add a custom one without adding it throught the control panel is to manually put it in the httpd.conf
It won't be removed from that.
 
ok

ok . thx,
thats wired that DA does not support Redirect ,it is often in use :)
 
If you have admin access you can modify the users httpd.conf which has the virtual host directive in it and make the change you've made official. Whenever DA overwrites the httpd.conf it will contain the changes you've made. Thats they way I understand the custom httpd configuration in the admin level.
 
Back
Top