Current time: 05-05-2024, 04:26 PM Hello There, Guest! (LoginRegister)


Post Reply 
TRAC or others particular website
Author Message
edony44 Offline
Junior Member
*

Posts: 54
Joined: May 2007
Reputation: 0
Post: #1
TRAC or others particular website
Hi, it would be good for ispcp to havie the abilities of making some
special domain in virtual host text edit mode!

for example when you want to install trac you need to add some parameters that ispcp can't define !!

Code:
<VirtualHost *>
        ServerAdmin webmaster@localhost
        ServerName trac.example.com
        DocumentRoot /usr/share/trac/cgi-bin/
        <Directory /usr/share/trac/cgi-bin/>
                Options Indexes FollowSymLinks MultiViews ExecCGI
                AllowOverride All
                Order allow,deny
                allow from all
        </Directory>
        Alias /trac "/usr/share/trac/htdocs"

        <Location /trac.cgi>
            SetEnv TRAC_ENV "/var/lib/trac"
        </Location>

        DirectoryIndex trac.cgi
        ErrorLog /var/log/apache2/error.trac.log
        CustomLog /var/log/apache2/access.trac.log combined
</VirtualHost>

and with the ispcp system it's quite hard to make it, because we have to add parameters in bind, ispcp.conf or another site.conf file and for the /working/ dir to ( to keep settings when ispcp auto-change configuration files)

well it's not very usefull
(This post was last modified: 05-16-2007 08:15 PM by edony44.)
05-16-2007 07:53 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
TRAC or others particular website - edony44 - 05-16-2007 07:53 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)