Re: multi-blog

Carol Spears <[email protected]>
Newsgroups gmane.comp.web.pyblosxom.user
Message-ID <[email protected]>
On Sat, Oct 29, 2005 at 06:24:34PM +0200, Fernando Tricas Garc?a wrote:
> Hello,
> 
> if I understand correctly, pyblosxom is not adequate to maintain
> several blogs on the same system. I would need to replicate, at least,
> the main executable, plus the config.py file and, of course, to create
> another directory for a new blog. Is this correct?
> 
i am relatively certain that my pybloxsom has been configured in a way
that other people using the web server can have a pybloxsom weblog as
well.  i did not do the configuration, all i am doing is poking around
to see what the server administrator did.  the first thing i found is a
file /etc/apache/virtual/apache/carol/carol.gimp.org  the contents
of that file is:

<VirtualHost *>
    DocumentRoot /media/carol/web/carol.gimp.org
    ServerName carol.gimp.org

    ErrorLog /var/log/apache/carol/carol.gimp.org/error.log
    CustomLog /var/log/apache/carol/carol.gimp.org/access.log combined

    <Directory />
            Options Indexes SymLinksIfOwnerMatch
	    AllowOverride All
   </Directory>

   ScriptAlias /cgi-blog/ /media/carol/web/blog/cgi/

   <Directory /media/carol/web/blog/cgi>
           Options ExecCGI
   </Directory>
</VirtualHost>

the last line of /etc/apache/conf/httpd.conf also:

Include conf/virtual/apache

it is an interesting question to start my day with.  what i am finding
extremely interesting is how this configuration should work just fine,
yet how it is not really reflecting the location of my blog which is
here:
http://carol.gimp.org/blog/

and according to the ScriptAlias it should be found here:
http://carol.gimp.org/cgi-blog/
i get a 403 error from that location, so there must be something else i
am missing.  

well, except for the fact i have not found exactly how mine is working,
it is easy to see how one computer or one server can have multi-users of
pybloxsom via apache configuration.

carol


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.