Difference between revisions of "Talk:Metadot"

From SME Server
Jump to navigationJump to search
(/opt template suggestion)
Line 22: Line 22:
 
In the point "modify 50DirectoryIndex00 to include index.pl" not modify template. Instead copy this template to customs-template dir, and make the necesary changes under customs-template files.
 
In the point "modify 50DirectoryIndex00 to include index.pl" not modify template. Instead copy this template to customs-template dir, and make the necesary changes under customs-template files.
 
--[[User:PicsOne|PicsOne]] 14:12, 11 April 2007 (EDT)
 
--[[User:PicsOne|PicsOne]] 14:12, 11 April 2007 (EDT)
 +
 +
I would if I knew how
 +
 +
What or how do I create this
 +
 +
I also need info on how to put this into a opt/
 +
 +
what changes would I need to make to the template fragement, any ideas
 +
 +
 +
#Metadot
 +
 +
ServerName www.yourdomain.com
 +
DocumentRoot "/home/e-smith/files/ibays/youribay/html/metadot/"
 +
Alias /images/ /home/e-smith/files/ibays/youribay/html/images/
 +
Alias /js/ /home/e-smith/files/ibays/youribay/html/js/
 +
Alias /index.pl /home/e-smith/files/ibays/youribay/html/metadot/index.pl
 +
Alias /public/  /home/e-smith/files/ibays/youribay/html/sitedata/public/
 +
Alias /skins/    /home/e-smith/files/ibays/youribay/html/sitedata/skins/
 +
Alias /htmlarea3/ /home/e-smith/files/ibays/youribay/html/js/htmlarea3/
 +
Alias /private/  /home/e-smith/files/ibays/youribay/html/sitedata/private/
 +
Alias /userchannel.pl /home/e-smith/files/ibays/youribay/html/metadot/userchannel.pl
 +
 +
<Directory "/home/e-smith/files/ibays/youribay/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>
 +
 +
Russell

Revision as of 10:29, 12 April 2007

-(, it seems that putting in the template for the DAG repository puts this page also in the Yum_Repository category which is not my intention, will try to find a workaround - Cactus 02:56, 11 April 2007 (EDT)

After quickly reviewing your contribution I would suggest you to rewrite your howto as not to install in an ibay as this is not prefferred behaviour, use /opt or something like that for beter customizability. - Cactus 02:58, 11 April 2007 (EDT)

we should have a template inserted into any howto that doesn't install into /opt, asking for the howto be modified. Snoble 23:20, 11 April 2007 (EDT)

Fixed the problem with unwanted inclusion of the template by using the <noincludes></noincludes> keywords around the category as described in the Help:Category section of the wikimedia site. - Cactus 03:36, 11 April 2007 (EDT)

I have tried many attempts to put Metadot into the opt/ without success, I have found it to be easier to put Metadot into an ibay.


Russel you can sign your comments with 4 ~
>>yum -y --enablerepo=updates --enablerepo=addons
I wouldn't use -y, users should be allowed to see what will happen, and not proceed
updates is already enabled and is unneeded

Snoble 08:58, 11 April 2007 (EDT)

Template

Hi fixit. In the point "modify 50DirectoryIndex00 to include index.pl" not modify template. Instead copy this template to customs-template dir, and make the necesary changes under customs-template files. --PicsOne 14:12, 11 April 2007 (EDT)

I would if I knew how

What or how do I create this

I also need info on how to put this into a opt/

what changes would I need to make to the template fragement, any ideas


  1. Metadot

ServerName www.yourdomain.com DocumentRoot "/home/e-smith/files/ibays/youribay/html/metadot/" Alias /images/ /home/e-smith/files/ibays/youribay/html/images/ Alias /js/ /home/e-smith/files/ibays/youribay/html/js/ Alias /index.pl /home/e-smith/files/ibays/youribay/html/metadot/index.pl Alias /public/ /home/e-smith/files/ibays/youribay/html/sitedata/public/ Alias /skins/ /home/e-smith/files/ibays/youribay/html/sitedata/skins/ Alias /htmlarea3/ /home/e-smith/files/ibays/youribay/html/js/htmlarea3/ Alias /private/ /home/e-smith/files/ibays/youribay/html/sitedata/private/ Alias /userchannel.pl /home/e-smith/files/ibays/youribay/html/metadot/userchannel.pl

<Directory "/home/e-smith/files/ibays/youribay/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>

Russell