Line 91: |
Line 91: |
| #Metadot | | #Metadot |
| | | |
− | ServerName www.yourdomain.com
| + | ServerName yourdomain.com |
− | DocumentRoot "/home/e-smith/files/ibays/youribay/html/metadot/"
| + | |
− | Alias /images/ /home/e-smith/files/ibays/youribay/html/images/
| + | DocumentRoot /opt/metadot/metadot |
− | Alias /js/ /home/e-smith/files/ibays/youribay/html/js/
| + | Alias /metadot /opt/metadot/metadot |
− | Alias /index.pl /home/e-smith/files/ibays/youribay/html/metadot/index.pl
| + | Alias /images/ /opt/metadot/images/ |
− | Alias /public/ /home/e-smith/files/ibays/youribay/html/sitedata/public/
| + | Alias /js/ /opt/metadot/js/ |
− | Alias /skins/ /home/e-smith/files/ibays/youribay/html/sitedata/skins/
| + | Alias /index.pl /opt/metadot/metadot/index.pl |
− | Alias /htmlarea3/ /home/e-smith/files/ibays/youribay/html/js/htmlarea3/
| + | Alias /public/ /opt/metadot/sitedata/public/ |
− | Alias /private/ /home/e-smith/files/ibays/youribay/html/sitedata/private/
| + | Alias /skins/ /opt/metadot/sitedata/skins/ |
− | Alias /userchannel.pl /home/e-smith/files/ibays/youribay/html/metadot/userchannel.pl
| + | Alias /htmlarea3/ /opt/metadot/js/htmlarea3/ |
| + | Alias /private/ /opt/metadot/sitedata/private/ |
| + | Alias /userchannel.pl /opt/metadot/metadot/userchannel.pl |
| | | |
− | <Directory "/home/e-smith/files/ibays/youribay/html/metadot"> | + | <Directory /opt/metadot> |
− | Options +Indexes +Includes +FollowSymLinks -MultiViews
| + | Options +Indexes +Includes +FollowSymLinks -MultiViews +ExecCGI |
− | AllowOverride All
| + | AllowOverride All |
− | SetHandler cgi-script
| + | allow from all |
− | PerlHandler speedy::Registry
| + | AddHandler cgi-script .pl |
− | PerlSendHeader On
| + | PerlHandler speedy::Registry |
− | Options +ExecCGI
| + | PerlSendHeader On |
− | AddType application/.html .pl .pm .cgi
| + | DirectoryIndex index.pl |
− | DirectoryIndex index.pl
| |
| </Directory> | | </Directory> |
− | | + | |
| Save by pressing Ctrl x, press y to save changes and press enter | | Save by pressing Ctrl x, press y to save changes and press enter |
| | | |