Line 128: |
Line 128: |
| I go to install under /opt dir and tell you the results. | | I go to install under /opt dir and tell you the results. |
| --[[User:PicsOne|PicsOne]] 12:21, 12 April 2007 (EDT) | | --[[User:PicsOne|PicsOne]] 12:21, 12 April 2007 (EDT) |
| + | |
| + | |
| + | ---- |
| + | Finally I run metadot under /opt. The following is the template dir |
| + | |
| + | 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 |
| + | AddHandler cgi-script .pl |
| + | PerlHandler speedy::Registry |
| + | PerlSendHeader On |
| + | DirectoryIndex index.pl |
| + | </Directory> |
| + | |
| + | Pay attention to the differences, and try to fix the ibay template. For example AddHandler cgi-scipt .pl and not .cgi |
| + | |
| + | Also not necesary DocumentRoot and ServerName. I try different settings and +ExecCGI run ok in the first Oprtions line. Not include a second Options. |
| + | |
| + | I have untarring under /opt/metadot and move the content /opt/metadot/html to /opt/metadot like you do with ibay placement. |
| + | |
| + | Well, try and comment. |
| + | --[[User:PicsOne|PicsOne]] 00:59, 13 April 2007 (EDT) |