Current time: 07-02-2024, 02:18 AM Hello There, Guest! (LoginRegister)


Post Reply 
Apache: Unable to open Logs
Author Message
FraggDieb Offline
Member
***

Posts: 252
Joined: Feb 2008
Reputation: 0
Post: #6
RE: Apache: Unable to open Logs
Nein das kann definitiv nicht sein Wink

00master.conf
Code:
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright    2001-2006 by moleSoftware GmbH
# @copyright    2006-2008 by ispCP | http://isp-control.net
# @version        SVN: $ID$
# @link            http://isp-control.net
# @author        ispCP Team
#
# @license
#   This program is free software; you can redistribute it and/or modify it under
#   the terms of the MPL General Public License as published by the Free Software
#   Foundation; either version 1.1 of the License, or (at your option) any later
#   version.
#   You should have received a copy of the MPL Mozilla Public License along with
#   this program; if not, write to the Open Source Initiative (OSI)
#   http://opensource.org | osi@opensource.org
#
################################################################################​
#
# Master Begin
#

<VirtualHost 87.98.130.235:80>

    ServerAdmin     info@****domain****
    DocumentRoot    /var/www/ispcp/gui

    ServerName      ***hostname***

    ErrorLog        /var/log/apache2/users/*****-error.log
    TransferLog     /var/log/apache2/users/i*****-access.log

    CustomLog       /var/log/apache2/*****-traf.log traff
    CustomLog       /var/log/apache2/*****-combined.log combined

    Alias /errors   /var/www/ispcp/gui/errordocs/

    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

    Alias /pma      /var/www/ispcp/gui/tools/pma/
    Alias /webmail  /var/www/ispcp/gui/tools/webmail/
    Alias /ftp      /var/www/ispcp/gui/tools/filemanager/

    <IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

    <Directory /var/www/ispcp/gui>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/master/
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

    <IfModule mod_php4.c>
        <Directory /var/www/ispcp/gui>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
            php_admin_value upload_tmp_dir "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>
    <IfModule mod_php5.c>
        <Directory /var/www/ispcp/gui>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
            php_admin_value upload_tmp_dir "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>

#
# Master End
#

00awstats.conf
Code:
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright    2006-2008 by ispCP | http://isp-control.net
# @version        SVN: $ID$
# @link            http://isp-control.net
# @author        ispCP Team
#
# @license
#   This program is free software; you can redistribute it and/or modify it under
#   the terms of the MPL General Public License as published by the Free Software
#   Foundation; either version 1.1 of the License, or (at your option) any later
#   version.
#   You should have received a copy of the MPL Mozilla Public License along with
#   this program; if not, write to the Open Source Initiative (OSI)
#   http://opensource.org | osi@opensource.org
#
################################################################################​
#
# AWStats Begin
#

Alias /awstatsicons "/usr/share/awstats/icon/"


NameVirtualHost 127.0.0.1:80

<VirtualHost 127.0.0.1:80>

    <IfModule mod_rewrite.c>
        RewriteEngine on
        RewriteRule ^/stats/(.+)/$ http://localhost/awstats/?config=$1 [P]
        RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://localhost/awstats/$1 [P]
        RewriteRule ^/stats/(.*)$ http://localhost/stats/$1/ [R]
    </IfModule>

    ScriptAlias /awstats "/usr/lib/cgi-bin/awstats.pl"

    <Directory /usr/lib/cgi-bin>
        AllowOverride none
        Options +ExecCGI
        DirectoryIndex awstats.pl
        Order allow,deny
        Allow from all
    </Directory>

</VirtualHost>

#
# AWStats End
#

versuchs mal

Aber wieso hat die nagios2.conf au 0 byte?
08-27-2008 04:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Apache: Unable to open Logs - menki - 08-27-2008, 03:13 PM
RE: Apache: Unable to open Logs - gOOvER - 08-27-2008, 03:45 PM
RE: Apache: Unable to open Logs - menki - 08-27-2008, 03:53 PM
RE: Apache: Unable to open Logs - menki - 08-27-2008, 04:17 PM
RE: Apache: Unable to open Logs - FraggDieb - 08-27-2008 04:44 PM
RE: Apache: Unable to open Logs - menki - 08-27-2008, 05:00 PM
RE: Apache: Unable to open Logs - gOOvER - 08-27-2008, 05:04 PM
RE: Apache: Unable to open Logs - menki - 08-27-2008, 05:40 PM
RE: Apache: Unable to open Logs - gOOvER - 08-27-2008, 06:04 PM
RE: Apache: Unable to open Logs - menki - 08-27-2008, 06:15 PM
RE: Apache: Unable to open Logs - menki - 08-27-2008, 06:34 PM
RE: Apache: Unable to open Logs - menki - 08-28-2008, 12:33 AM
RE: Apache: Unable to open Logs - menki - 08-28-2008, 02:09 AM
RE: Apache: Unable to open Logs - gOOvER - 08-28-2008, 02:21 AM
RE: Apache: Unable to open Logs - Zothos - 08-28-2008, 02:24 AM
RE: Apache: Unable to open Logs - menki - 08-28-2008, 02:51 AM
RE: Apache: Unable to open Logs - gOOvER - 08-28-2008, 03:00 AM
RE: Apache: Unable to open Logs - menki - 08-28-2008, 03:18 AM

Forum Jump:


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