[rt-users] I'm almost there!

Wagner Pereira wpereira at pop-sp.rnp.br
Mon Nov 30 14:56:22 EST 2009


Hello, folks.

I need to make my RT works, so, could anyone help me?

That's my /var/log/apache2/error.log (last attempts):

[Mon Nov 30 11:10:22 2009] [notice] caught SIGTERM, shutting down
[Mon Nov 30 15:35:08 2009] [notice] Apache/2.2.9 (Debian) configured -- 
resuming normal operations
[Mon Nov 30 15:57:50 2009] [notice] caught SIGTERM, shutting down
[Mon Nov 30 15:57:53 2009] [notice] Apache/2.2.9 (Debian) configured -- 
resuming normal operations
[Mon Nov 30 16:00:45 2009] [notice] caught SIGTERM, shutting down
[Mon Nov 30 16:00:49 2009] [notice] Apache/2.2.9 (Debian) configured -- 
resuming normal operations
[Mon Nov 30 16:08:53 2009] [error] [client 200.133.192.22] File does not 
exist: /opt/rt3/share/html/rt
[Mon Nov 30 16:17:11 2009] [error] [client 200.133.192.22] File does not 
exist: /opt/rt3/share/html/rt
[Mon Nov 30 16:17:58 2009] [notice] caught SIGTERM, shutting down
[Mon Nov 30 16:18:01 2009] [notice] Apache/2.2.9 (Debian) configured -- 
resuming normal operations
[Mon Nov 30 17:14:46 2009] [error] [client 200.133.192.22] File does not 
exist: /opt/rt3/share/html/opt
[Mon Nov 30 17:34:29 2009] [notice] caught SIGTERM, shutting down


Below is my /etc/apache2/sites-available/default file:

rtracker:/etc/apache2/sites-available# cat default
Listen 200.133.192.79:80
<VirtualHost 200.133.192.79:80>
        ServerAdmin mail at pop-sp.rnp.br
        ServerName www.pop-sp.rnp.br

#       DocumentRoot /opt/rt3/share/html
        Alias /rt "/opt/rt3/share/html/"
#       PerlModule Apache::DBI
#       PerlRequire "/opt/rt3/bin/webmux.pl"
        <Directory /opt/rt3/share/html/>
                AllowOverride All
                Options execCGI FollowSymLinks
        <IfModule mod_access.c>
                Order allow,deny
                Allow from all
        </IfModule>
        </Directory>
        DocumentRoot /var/www/
        <Location /rt>
                RewriteEngine On
                RedirectMatch permanent (.*)/$ $1/index.html
                AddDefaultCharset UTF-8
                SetHandler perl-script
                PerlHandler RT::Mason
        </Location>
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>

-- 

Wagner Pereira

PoP-SP/RNP - Ponto de Presença da RNP em São Paulo
CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo
http://www.pop-sp.rnp.br
Fone at RNP 1015-8902




More information about the rt-users mailing list