Danke! Hat zwar geholfen, aber es treten als neue Probleme auf.
Kann mri jemand ispcp auf mein server installieren?
Beiträge von Julian
-
-
Code
- [Tue May 24 12:30:17 2011] [notice] Apache/2.2.16 (Debian) configured -- resuming normal operations
- [Wed Nov 16 10:22:18 2011] [notice] Apache/2.2.16 (Debian) configured -- resuming normal operations
- [Wed Nov 16 10:22:27 2011] [notice] caught SIGTERM, shutting down
- [Wed Nov 16 10:22:34 2011] [notice] Apache/2.2.16 (Debian) configured -- resuming normal operations
- [Sun Feb 19 03:51:42 2012] [notice] Apache/2.2.16 (Debian) configured -- resuming normal operations
- [Sun Feb 19 03:56:42 2012] [notice] Graceful restart requested, doing restart
-
Code
- # httpd Data BEGIN.
- #
- # wget-hack prevention
- #
- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteCond %{HTTP_USER_AGENT} ^LWP::Simple
- RewriteRule ^/.* http://%{REMOTE_ADDR}/ [L,E=nolog:1]
- </IfModule>
- #
- # Log processing
- #
- LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" ispcplog
- CustomLog "||/var/www/ispcp/engine/ispcp-apache-logger" ispcplog
- ErrorLog "||/var/www/ispcp/engine/ispcp-apache-logger -t error"
- #
- # mod_cband configuration
- #
- <IfModule mod_cband.c>
- CBandScoreFlushPeriod 10
- CBandRandomPulse On
- </IfModule>
- #
- # let the customer decide what charset he likes to use
- #
- AddDefaultCharset Off
- #
- # Access for errors directory
- #
- <Directory /var/www/virtual/*/errors>
- Order allow,deny
- Allow from all
- </Directory>
- #
- # Header End
- #
- # httpd [{IP}] virtual host entry BEGIN.
- # httpd [{IP}] virtual host entry END.
- # httpd Data END.
Code- # ispCP ω (OMEGA) a Virtual Hosting Control Panel
- # Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
- #
- # Version: $Id: 00_master.conf 2505 2010-01-06 20:30:53Z nuxwin $
- #
- # The contents of this file are subject to the Mozilla Public License
- # Version 1.1 (the "License"); you may not use this file except in
- # compliance with the License. You may obtain a copy of the License at
- # http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS IS"
- # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- # License for the specific language governing rights and limitations
- # under the License.
- #
- # The Original Code is "ispCP ω (OMEGA) a Virtual Hosting Control Panel".
- #
- # The Initial Developer of the Original Code is ispCP Team.
- # Portions created by Initial Developer are Copyright (C) 2006-2010 by
- # isp Control Panel. All Rights Reserved.
- #
- # The ispCP ω Home Page is:
- #
- # http://isp-control.net
- #
- #
- # Master Begin
- #
- <VirtualHost 127.0.0.2:80>
- ServerAdmin rehr@hotmail.de
- DocumentRoot /var/www/ispcp/gui
- ServerName admin.warped-hosting.de
- 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_fcgid.c>
- <Directory /var/www/ispcp/gui>
- FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
- Options +ExecCGI
- </Directory>
- <Directory "/var/www/fcgi/master">
- AllowOverride None
- Options +ExecCGI MultiViews -Indexes
- Order allow,deny
- Allow from all
- </Directory>
- </IfModule>
- <IfModule mod_fastcgi.c>
- 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_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
- #
-
nur: ispcp.conf und 00_master.conf
-
Also bei apache2/sites-available ist: ispcp.conf, default-ssl, default, 00_master.conf
Und ja, ich hab vollen zugriff auf die domain warped-hosting.de^^Wenn ichd ieIP eintippe, kommt genau das selbe
-
VHost Container? Eklär mir das mal bitte genauer ;D
Über die IP Adresse funktioniert es auch nicht. -
Mois,
wollte eben auf mein vserver ispcp omega zum testen installieren. Alles hat soweit geklappt.
Zitat
Pre-installation tasks for Debian
* Nothing to do... [ Done ]System checks
* Mysql server connection: [ Done ]Services setup
* ispCP users and groups: [ Done ]
* ispCP directories: [ Done ]
* ispCP main configuration file: [ Done ]
* ispCP database: [ Done ]
* ispCP default language table: [ Done ]
* ispCP default SQL data: [ Done ]
* ispCP system hosts file: [ Done ]
* ispCP system resolver: [ Done ]
* ispCP crontab file: [ Done ]
* ispCP Bind9 main configuration file: [ Done ]
* ispCP Apache fastCGI modules configuration: [ Done ]
* ispCP Apache main vhost file: [ Done ]
* ispCP Apache AWStats vhost file: [ Done ]
* ispCP Postfix configuration files: [ Done ]
* ispCP Courier-Authentication: [ Done ]
* ispCP ProFTPd configuration file: [ Done ]
* ispCP init scripts: [ Done ]GUI setup
* ispCP GUI Bind9 configuration: [ Done ]
* ispCP GUI fastCGI/PHP configuration: [ Done ]
* ispCP GUI vhost file: [ Done ]
* ispCP PMA configuration file: [ Done ]Permissions setup
* Set engine permissions: [ Done ]
* Set gui permissions: [ Done ]Finishing installation
* Starting all services: .......... [ Done ]Additional tasks
* ispCP Rkhunter configuration: [ Done ]
* ispCP System cleanup: [ Done ]Dort steht, ich kann es nun unter admin.warped-hosting.de aufrufen, aber es funktioniert nicht? Ebenso warped-hosting.de geht nicht mehr.
Kann mir jemand helfen?mfg
-
bestgimmt durch DDos Attacken weil sie keine Ahnung von Linux haben
-
Übersetzt heißt das leider: Wenn mein Sponsor kein Bock mehr hat ist der Dienst halt off*
* und es ist nicht mein problem.
So denkt er bestimmt -
Mois Daniel
Ich finde dein Projekt gut, vorallem deine Website finde ich schön! -
Man kann es nicht jedem Kunden recht machen, manche mögen dies, manche das.
Ich zum Beispiel HASSE Confixx -
sry bin Handy -.-
ja und ich geh McDonalds. Das ist ist doch keine entschuldigung ;D Einfach mal mehr Mühe geben
-
allein schon "unlimited", ich muss lachen, das geht garnicht
-
Ne, irgendwie nicht.
-
Ohne TLD gerne, mit nein^^ - Wenn du interesse hast, meld dich
-
Bleibe doch lieber bei den großen Image uploadern^^ - Wirklich überzeugend ist das nicht.
-
Hallo,
ich würde gerne bei euch als Minecraft Techniker helfen.
Ich bin der Julian Rehr, bin 18 Jahre alt und komme aus der nähe von Frankfurt.In meiner Freizeit Jobbe ich nebenbei und spiele in einem Fußballverein.
Ich besuche nun die 12. Klasse eines Gymnasiums.
Ich habe lange mein eigenen Minecraft Bukkit Server verwaltet (Auf Debian) und denke daher, ich habe genug erfahrungen.
mfg
-
Für den zweck reicht auch ein VServer für 3€ im Monat.
-
10 Beiträge ist nicht schwer, kann ich ja als Beruf nehmen, als Fake Accounts machen.
Ich halt davon nichts, fast jeder wird fake accounts machen, und das ist arm Leute durch sowas zu kaufen^^ -
Mein Fehler