Line 185: |
Line 185: |
| | | |
| www.domain2.com | | www.domain2.com |
| + | |
| + | |
| + | ---- |
| + | Russell, your howto is very good, but while found a solution, finish the howto. |
| + | |
| + | I suggest you to modify for install only under /opt. |
| + | |
| + | This is the final template I tested. |
| + | |
| + | Please, delete the point about "Adding index.pl to DirectoryIndex" because it is not necesary. Simple remove this files under templates-custom and expand to return to original state. |
| + | |
| + | Alias /metadot /opt/metadot/metadot |
| + | Alias /images/ /opt/metadot/images/ |
| + | Alias /js/ /opt/metadot/js/ |
| + | Alias /index.pl /opt/metadot/metadot/index.pl |
| + | Alias /public/ /opt/metadot/sitedata/public/ |
| + | Alias /skins/ /opt/metadot/sitedata/skins/ |
| + | Alias /htmlarea3/ /opt/metadot/js/htmlarea3/ |
| + | Alias /private/ /opt/metadot/sitedata/private/ |
| + | Alias /userchannel.pl /opt/metadot/metadot/userchannel.pl |
| + | |
| + | <Directory /opt/metadot> |
| + | Options +Indexes +Includes +FollowSymLinks -MultiViews +ExecCGI |
| + | AllowOverride All |
| + | allow from all |
| + | Satisfy all |
| + | AddHandler cgi-script .pl |
| + | PerlHandler speedy::Registry |
| + | PerlSendHeader On |
| + | DirectoryIndex index.pl |
| + | </Directory> |
| + | |
| + | --[[User:PicsOne|PicsOne]] 19:39, 13 April 2007 (EDT) |
| + | |
| + | ---- |