how do I change from ibay to opt
Q1. I want to make changes from the ibay to the opt directory, how would I change the httpd.conf fragement file to work in the opt directory
what changes would I need to make to the template below. I have tried many different ways, but, so far, this is the only way I have got this
program to work, using this method
#Metadot
ServerName
www.mydomain1.com.auDocumentRoot "/home/e-smith/files/ibays/Primary/html/metadot/"
Alias /images/ /home/e-smith/files/ibays/Primary/html/images/
Alias /js/ /home/e-smith/files/ibays/Primary/html/js/
Alias /index.pl /home/e-smith/files/ibays/Primary/html/metadot/index.pl
Alias /public/ /home/e-smith/files/ibays/Primary/html/sitedata/public/
Alias /skins/ /home/e-smith/files/ibays/Primary/html/sitedata/skins/
Alias /htmlarea3/ /home/e-smith/files/ibays/Primary/html/js/htmlarea3/
Alias /private/ /home/e-smith/files/ibays/Primary/html/sitedata/private/
Alias /userchannel.pl /home/e-smith/files/ibays/Primary/html/metadot/userchannel.pl
<Directory "/home/e-smith/files/ibays/Primary/html/metadot">
Options +Indexes +Includes +FollowSymLinks -MultiViews
AllowOverride All
SetHandler cgi-script
PerlHandler speedy::Registry
PerlSendHeader On
Options +ExecCGI
AddType application/.html .pl .pm .cgi
DirectoryIndex index.pl
</Directory>
Q.2 When creating domains, you are asked to point it to a ibay, how do I created a template fragement to point to the opt directory for that domain name???
www.domain1.com to point to /opt/domain1
www.domain2.net to point to /opt/domain2