Difference between revisions of "Talk:Metadot"
Line 57: | Line 57: | ||
Russell | Russell | ||
+ | |||
+ | ======================= | ||
+ | |||
+ | If you want to modify the original templates, you must copy to the templates-custom dir: | ||
+ | |||
+ | cp /etc/e-smith/templates/etc/httpd/conf/httpd.conf/50DirectoryIndex00 /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/ | ||
+ | |||
+ | then make the necesary changes there: | ||
+ | |||
+ | cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/ | ||
+ | pico 50DirectoryIndex00 | ||
+ | |||
+ | To run under /opt dir I think this can run: | ||
+ | |||
+ | #Metadot | ||
+ | |||
+ | Alias /metadot /opt/metadot | ||
+ | Alias /images/ /opt/metadot/html/images/ | ||
+ | Alias /js/ /opt/metadot/html/js/ | ||
+ | Alias /index.pl /opt/metadot/html/metadot/index.pl | ||
+ | Alias /public/ /opt/metadot/html/sitedata/public/ | ||
+ | Alias /skins/ /opt/metadot/html/sitedata/skins/ | ||
+ | Alias /htmlarea3/ /opt/metadot/html/js/htmlarea3/ | ||
+ | Alias /private/ /opt/metadot/html/sitedata/private/ | ||
+ | Alias /userchannel.pl /opt/metadot/html/metadot/userchannel.pl | ||
+ | |||
+ | <Directory "/opt/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> | ||
+ | |||
+ | --[[User:PicsOne|PicsOne]] 09:18, 12 April 2007 (EDT) |
Revision as of 14:18, 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
#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
===========
If you want to modify the original templates, you must copy to the templates-custom dir:
cp /etc/e-smith/templates/etc/httpd/conf/httpd.conf/50DirectoryIndex00 /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
then make the necesary changes there:
cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/ pico 50DirectoryIndex00
To run under /opt dir I think this can run:
#Metadot Alias /metadot /opt/metadot Alias /images/ /opt/metadot/html/images/ Alias /js/ /opt/metadot/html/js/ Alias /index.pl /opt/metadot/html/metadot/index.pl Alias /public/ /opt/metadot/html/sitedata/public/ Alias /skins/ /opt/metadot/html/sitedata/skins/ Alias /htmlarea3/ /opt/metadot/html/js/htmlarea3/ Alias /private/ /opt/metadot/html/sitedata/private/ Alias /userchannel.pl /opt/metadot/html/metadot/userchannel.pl <Directory "/opt/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>
--PicsOne 09:18, 12 April 2007 (EDT)