Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 20:49

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Metin2 Pserver Xampp geht nicht HILFE

Discussion on Metin2 Pserver Xampp geht nicht HILFE within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2010
Posts: 25
Received Thanks: 0
Metin2 Pserver Xampp geht nicht HILFE

Hallo!
Ich habe ein Problem mit Xampp.
Alles geht zwar an Apache und so aber wenn ich dann meine
Hamachi Ip im Internet in die Adressleiste einfüge
() dann steht dort irgenwas von
einem neuem Sicherheitskonzept.

Könnt ihr mir helfen?

Danke schon mal im vorraus
pascalvorwerk is offline  
Old 01/25/2011, 10:03   #2
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
äm das kannste Deaktivieren, gib mal die Fehlermeldung her, ich google das mal früher hab ich da auch prrobleme mit gehabt aber habs aus bekommen ^^
.Sh4rk is offline  
Old 01/25/2011, 10:06   #3
 
elite*gold: 0
Join Date: May 2010
Posts: 25
Received Thanks: 0
ähn...nunja bin eun totaler neuling also...ehm....wie soll ich dir die fehlermeldung geben?
pascalvorwerk is offline  
Old 01/25/2011, 10:10   #4
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Kopier- das was dir auf der seite gesagt wird:
.Sh4rk is offline  
Old 01/25/2011, 10:11   #5
 
elite*gold: 0
Join Date: May 2010
Posts: 25
Received Thanks: 0
Zugriff verweigert!

Neues XAMPP Sicherheitskonzept:

Der Zugriff auf das angeforderte Verzeichnis ist nur aus dem lokalen Netzwerk möglich.

Diese Einstellung kann in der Datei "httpd-xampp.conf" angepasst werden.

Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.
Error 403
5.120.186.185
25.01.2011 10:11:28
Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
pascalvorwerk is offline  
Old 01/25/2011, 10:17   #6
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Also Hier mal die neue httpd-xampp.conf :

PHP Code:
#
# XAMPP settings
#

<IfModule env_module>
SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
SetEnv MYSQL_HOME "C:\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "C:\\xampp\\php"
SetEnv PHPRC "C:\\xampp\\php"
SetEnv TMP "C:\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "C:/xampp/php/php5ts.dll"
LoadModule php5_module modules/php5apache2_2.dll

<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<
FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
# SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
# Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
PHPINIDir "C:/xampp/php"
</IfModule>

<
IfModule mime_module>
AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi"C:/xampp/php/"
<Directory "C:/xampp/php">
AllowOverride None
Options None
Order deny
,allow
Deny from all
<Files "php-cgi.exe">
Allow from all
</Files>
</
Directory>

<
Directory "C:/xampp/cgi-bin">
<
FilesMatch "\.php$">
SetHandler cgi-script
</FilesMatch>
<
FilesMatch "\.phps$">
SetHandler None
</FilesMatch>
</
Directory>

<
Directory "C:/xampp/htdocs/xampp">
<
IfModule php5_module>
<
Files "status.php">
php_admin_flag safe_mode off
</Files>
</
IfModule>
AllowOverride AuthConfig
</Directory>

<
IfModule alias_module>
Alias /security "C:/xampp/security/htdocs/"
<Directory "C:/xampp/security/htdocs">
<
IfModule php5_module>
<
Files "xamppsecurity.php">
php_admin_flag safe_mode off
</Files>
</
IfModule>
AllowOverride AuthConfig
</Directory>

Alias /licenses "C:/xampp/licenses/"
<Directory "C:/xampp/licenses">
Options +Indexes
<IfModule autoindex_color_module>
DirectoryIndexTextColor "#000000"
DirectoryIndexBGColor "#f8e8a0"
DirectoryIndexLinkColor "#bb3902"
DirectoryIndexVLinkColor "#bb3902"
DirectoryIndexALinkColor "#bb3902"
</IfModule>
</
Directory>

Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
<Directory "C:/xampp/phpMyAdmin">
AllowOverride AuthConfig
</Directory>

Alias /webalizer "C:/xampp/webalizer/"
<Directory "C:/xampp/webalizer">
<
IfModule php5_module>
<
Files "webalizer.php">
php_admin_flag safe_mode off
</Files>
</
IfModule>
AllowOverride AuthConfig
</Directory>
</
IfModule>

#
# New XAMPP security concept
#
<LocationMatch "^/(?i?:security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Allow from all
Allow from 
::1 127.0.0.0/\
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
fe80::/10 169.254.0.0/16


</LocationMatch

wen du das nun mit deiner ersetzt sollte es eig gehen!
No testet
.Sh4rk is offline  
Old 01/25/2011, 10:20   #7
 
elite*gold: 0
Join Date: May 2010
Posts: 25
Received Thanks: 0
geht immer noch nicht. da ist immer noch diese fehlermeldung
pascalvorwerk is offline  
Old 01/25/2011, 10:39   #8
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Xampp neu gestartet?
.Sh4rk is offline  
Old 01/25/2011, 10:46   #9
 
elite*gold: 0
Join Date: May 2010
Posts: 25
Received Thanks: 0
geht immer noch net
pascalvorwerk is offline  
Old 01/25/2011, 10:56   #10
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
Was kommt wen du ein gibst bei deinem Webbrowser?
.Sh4rk is offline  
Old 01/25/2011, 11:00   #11
 
elite*gold: 0
Join Date: May 2010
Posts: 25
Received Thanks: 0
da kommt dann so ne homepage von xampp glaub ich...

XAMPP 1.7.2!
Herzlichen Glückwunsch:
XAMPP ist erfolgreich auf diesem Rechner installiert!

Nun kann es losgehen. Als erstes bitte einmal auf der linken Seite auf »Status« klicken. Damit bekommt man einen Überblick was alles schon funktioniert. Ein paar Funktionen werden ausgeschaltet sein. Das ist Absicht so. Es sind Funktionen, die nicht überall funktionieren oder evtl. Probleme bereiten könnten.

Für die OpenSSL Unterstützung benutzt bitte das Testzertifikat mit der URL bzw.

Und ganz wichtig! Einen großen Dank für die Mitarbeit und Mithilfe an Nemesis, KriS, Boppy, Pc-Dummy und allen anderen Freunden von XAMPP!

Viel Spaß, Kay Vogelgesang + Kai 'Oswald' Seidler + Carsten Wiedmann
pascalvorwerk is offline  
Old 01/25/2011, 11:04   #12
 
elite*gold: 3
Join Date: Jan 2010
Posts: 1,714
Received Thanks: 854
ja dann musst du jetzt in dein htdocs odner gehen und alles raus löschen
deine Mt2 HP or wath ever rein packen installieren und Fun haben o0
.Sh4rk is offline  
Old 01/25/2011, 11:06   #13
 
elite*gold: 0
Join Date: May 2010
Posts: 25
Received Thanks: 0
was meinst du mit mt2 hp?
hab einfach eine kostenlose bei npage.de erstellt
pascalvorwerk is offline  
Reply


Similar Threads Similar Threads
Metin2 Pserver Xampp geht nicht HILFE
01/25/2011 - elite*gold Trading - 8 Replies
Hallo! Ich habe ein Problem mit Xampp. Alles geht zwar an Apache und so aber wenn ich dann meine Hamachi Ip im Internet in die Adressleiste einfüge (http://5.120.186.185) dann steht dort irgenwas von einem neuem Sicherheitskonzept. Könnt ihr mir helfen? Danke schon mal im vorraus :)



All times are GMT +2. The time now is 20:49.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.