Koozali.org: home of the SME Server

Custom Ibay.

Andrew

Custom Ibay.
« on: April 13, 2002, 06:46:15 AM »
I'm hoping someone can assit me with creating a template for a customised ibay.

Currently I have installed Mysource, from http://mysource.squiz.net, which is a web content management system. Upon installing it, it requires a customised entry in httpd.conf. What I have thought of doing is modifying the entries relating to that ibay in httpd.conf.
Then I change the content for a virtual domain to point to that ibay. This works successfully, as I am able to access all the functions of mysource.

My only problem is how can I make the changes permenant. I dont seem to be able to understand which templte should be modified and what I should add in the template.

Here is a copy of the entries I have currently added to my httpd.conf. These changes have been made to both virtual host 192.169.1.20 & 127.0.0.1



    ServerName www.some_domain.com
    ServerAlias some_domain.com

    # primary content

    DocumentRoot /home/e-smith/files/ibays/mysource/html/web
   
        AllowOverride All
   


    AliasMatch "^(/.*)?/__lib(.*)$"       "/home/e-smith/files/ibays/mysource/html/web/__lib$2"
    AliasMatch "^(/.*)?/__squizlib(.*)$"  "/home/e-smith/files/ibays/mysource/html/squizlib$2"
    AliasMatch "^(/.*)?/__data(.*)$"      "/home/e-smith/files/ibays/mysource/html/data/unrestricted$2"

    # Any HTTP request made at this domain followed by '/_edit'
    # will open the editing interface for that site, page etc.
    AliasMatch "^(/.*)?/_edit(.*)$"       "/home/e-smith/files/ibays/mysource/html/web/edit$2"

    # Any *other* HTTP request made at this domain gets handled
    # by the MySource web frontend controller script.
    AliasMatch "^(/.*)?$"                 "/home/e-smith/files/ibays/mysource/html/web/index.php"
    #DocumentRoot         /home/e-smith/files/ibays/mysource/html
    #ScriptAlias /cgi-bin /home/e-smith/files/ibays/mysource/cgi-bin
    #Alias       /files   /home/e-smith/files/ibays/mysource/files

    # alias for Apache icons

    Alias /icons/ /var/www/icons/



Any help with this would be much appreciated. Once I have overcome this, I can provide a howto for other if they wish.

Thank you.
Andrew.

Ron

Re: Custom Ibay.
« Reply #1 on: April 17, 2002, 05:04:46 PM »
Hi,

I'm a newbie at this but I believe what you want is a custom template

Go to this link

http://www.e-smith.org/custom/

Regards

andrew

Re: Custom Ibay.
« Reply #2 on: April 17, 2002, 05:34:38 PM »
Thanks Ron,

However I think it's bit more complicated than that. I have found a work around though by intergrating it in the primary Ibay for now and intend to investigate the Ibay structure at a later time.
Again Thanks.

Irfan Ros

Re: Custom Ibay.
« Reply #3 on: April 23, 2002, 06:49:58 AM »
I do some custom Ibay by modifiying the httpd.conf with a help by Dan, you can visit to this link http://www.familybrown.org/howtos/advanced-ibay-howto.html
if you wan a permanent custom ibay, maube it can help you out...

Irfan

Irfan Ros

Re: Custom Ibay.
« Reply #4 on: April 23, 2002, 06:49:59 AM »
I do some custom Ibay by modifiying the httpd.conf with a help by Dan, you can visit to this link http://www.familybrown.org/howtos/advanced-ibay-howto.html
if you wan a permanent custom ibay, maube it can help you out...

Irfan

andrew

Re: Custom Ibay.
« Reply #5 on: April 23, 2002, 12:38:21 PM »
Hi Irfran,

Have look at that How-to but I'm afraid it doesnt allow adding "AliasMatch" into the section of the httpd.conf file.

Thanks for the suggestion though.

Andrew.