php.de

Zurück   php.de > Webentwicklung > Server, Hosting und Workstations

Server, Hosting und Workstations Server-Konfigurationsdateien (.htaccess/httpd.conf) und Arbeiten auf Serverebene

Antwort
 
LinkBack Themen-Optionen Thema bewerten
Alt 15.11.2010, 15:34  
Neuer Benutzer
 
Registriert seit: 14.11.2010
Beiträge: 9
PHP-Kenntnisse:
Fortgeschritten
tiieto befindet sich auf einem aufstrebenden Ast
Standard

Klingt vielleicht doof... Ich mag mich vielleicht auch irren, aber Windoof verwendet für Pfadangaben meines erachtens nach den Backslash ( \ ) und nicht den Slash ( / )..

Vielleicht trifft das für den Indianer auch nicht so zu, aber n versuch währe es denk ich mal wert...

MfG ich...
tiieto ist offline   Mit Zitat antworten
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 16.11.2010, 10:24  
Neuer Benutzer
 
Registriert seit: 12.11.2010
Beiträge: 7
PHP-Kenntnisse:
Fortgeschritten
Frederic_S befindet sich auf einem aufstrebenden Ast
Standard

Hallo Zusammen!

Zunächst einmal vielen Dank für eure bisherigen Vorschläge.

Leider funktioniert es immer noch nicht. Ich habe mal das Apache eigene Errorlogging eingeschaltet und auf debug gestellt. Unten findet ihr den kompletten Log des Starts mit eingeschalteter PHP Unterstützung.

Was mich stutzig macht, ist das PHP nirgends erwähnt wird.

Code:
[Tue Nov 16 10:21:50 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:21:51 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:21:51 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:21:51 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:21:51 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:21:51 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:21:51 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:21:51 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:21:51 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:21:52 2010] [warn] pid file C:/Repositories/server.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Nov 16 10:21:52 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:21:53 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:21:53 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:21:53 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(253): shmcb_init allocated 524288 bytes of shared memory
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(272): for 524240 bytes (524288 including header), recommending 32 subcaches, 136 indexes each
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(306): shmcb_init_memory choices follow
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(308): subcache_num = 32
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(310): subcache_size = 16380
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(312): subcache_data_offset = 3280
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(314): subcache_data_size = 13100
[Tue Nov 16 10:21:53 2010] [debug] ssl_scache_shmcb.c(316): index_num = 136
[Tue Nov 16 10:21:53 2010] [info] Shared memory session cache initialised
[Tue Nov 16 10:21:53 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:21:53 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:21:53 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:21:53 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:21:53 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
Zum Vergleich ein "normaler" Start und Stop, ohne PHP Einbindung:

Code:
[Tue Nov 16 10:28:22 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:28:23 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:28:23 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:28:23 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:28:23 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:28:23 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:28:23 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:28:23 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:28:23 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:28:23 2010] [warn] pid file C:/Repositories/server.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Nov 16 10:28:23 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:28:24 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:28:24 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:28:24 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(253): shmcb_init allocated 524288 bytes of shared memory
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(272): for 524240 bytes (524288 including header), recommending 32 subcaches, 136 indexes each
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(306): shmcb_init_memory choices follow
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(308): subcache_num = 32
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(310): subcache_size = 16380
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(312): subcache_data_offset = 3280
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(314): subcache_data_size = 13100
[Tue Nov 16 10:28:24 2010] [debug] ssl_scache_shmcb.c(316): index_num = 136
[Tue Nov 16 10:28:24 2010] [info] Shared memory session cache initialised
[Tue Nov 16 10:28:24 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:28:24 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:28:24 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:28:24 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:28:24 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:28:24 2010] [notice] Apache/2.2.13 (Win32) DAV/2 SVN/1.6.13 mod_ssl/2.2.13 OpenSSL/0.9.8l configured -- resuming normal operations
[Tue Nov 16 10:28:24 2010] [notice] Server built: Oct  4 2010 20:49:25
[Tue Nov 16 10:28:24 2010] [notice] Parent: Created child process 6008
[Tue Nov 16 10:28:24 2010] [debug] mpm_winnt.c(487): Parent: Sent the scoreboard to the child
[Tue Nov 16 10:28:25 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:28:25 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:28:25 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:28:25 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:28:26 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:28:26 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:28:26 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:28:26 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:28:26 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:28:26 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:28:26 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:28:26 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:28:26 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:28:26 2010] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue Nov 16 10:28:27 2010] [info] Loading certificate & private key of SSL-aware server
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Tue Nov 16 10:28:27 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Nov 16 10:28:27 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(253): shmcb_init allocated 524288 bytes of shared memory
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(272): for 524240 bytes (524288 including header), recommending 32 subcaches, 136 indexes each
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(306): shmcb_init_memory choices follow
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(308): subcache_num = 32
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(310): subcache_size = 16380
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(312): subcache_data_offset = 3280
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(314): subcache_data_size = 13100
[Tue Nov 16 10:28:27 2010] [debug] ssl_scache_shmcb.c(316): index_num = 136
[Tue Nov 16 10:28:27 2010] [info] Shared memory session cache initialised
[Tue Nov 16 10:28:27 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Nov 16 10:28:27 2010] [info] Configuring server for SSL protocol
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv3, TLSv1)
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM]
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Tue Nov 16 10:28:27 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Tue Nov 16 10:28:27 2010] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Tue Nov 16 10:28:27 2010] [info] mod_ssl/2.2.13 compiled against Server: Apache/2.2.13, Library: OpenSSL/0.9.8l
[Tue Nov 16 10:28:27 2010] [notice] Child 6008: Child process is running
[Tue Nov 16 10:28:27 2010] [debug] mpm_winnt.c(408): Child 6008: Retrieved our scoreboard from the parent.
[Tue Nov 16 10:28:27 2010] [info] Parent: Duplicating socket 360 and sending it to child process 6008
[Tue Nov 16 10:28:27 2010] [debug] mpm_winnt.c(605): Parent: Sent 1 listeners to child 6008
[Tue Nov 16 10:28:27 2010] [debug] mpm_winnt.c(564): Child 6008: retrieved 1 listeners from parent
[Tue Nov 16 10:28:27 2010] [notice] Child 6008: Acquired the start mutex.
[Tue Nov 16 10:28:27 2010] [notice] Child 6008: Starting 64 worker threads.
[Tue Nov 16 10:28:27 2010] [notice] Child 6008: Listening on port 443.
[Tue Nov 16 10:28:39 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Nov 16 10:28:39 2010] [notice] Child 6008: Exit event signaled. Child process is ending.
[Tue Nov 16 10:28:40 2010] [notice] Child 6008: Released the start mutex
[Tue Nov 16 10:28:40 2010] [notice] Child 6008: All worker threads have exited.
[Tue Nov 16 10:28:40 2010] [notice] Child 6008: Child process is exiting
[Tue Nov 16 10:28:40 2010] [notice] Parent: Child process exited successfully.
[Tue Nov 16 10:28:40 2010] [info] removed PID file C:/Repositories/server.pid (pid=3608)

Geändert von Frederic_S (16.11.2010 um 10:31 Uhr).
Frederic_S ist offline   Mit Zitat antworten
Alt 18.11.2010, 17:50  
Neuer Benutzer
 
Registriert seit: 12.11.2010
Beiträge: 7
PHP-Kenntnisse:
Fortgeschritten
Frederic_S befindet sich auf einem aufstrebenden Ast
Standard

/close pls

Um's zu lösen:

Ich habe Kontakt mit dem team von VSVN aufgenommen und folgende Antwort erhalten:

Zitat:

We do not support VisualSVN server configurations which use modules that are not included in the VisualSVN Server installation. Also we highly recommend do not consider VisualSVN Server as a regular Apache HTTP server.
Soviel dazu. Wie es manch einer in anderen Foren zum Laufen gebracht hat, ist mir ein Rätsel. Ich krieg's nicht hin.

Trotzdem Danke für alle Vorschläge.
Frederic_S ist offline   Mit Zitat antworten
Antwort


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Server erkennt UTF-8 Kodierung nicht DJ_RhoxxZ PHP Tipps 2010 21 31.08.2010 18:18
Apache2.2 & PHP5 mit MSSQL Extension Fehler AwaKe Server, Hosting und Workstations 4 14.07.2010 14:36
Biete Webspace mit Domain auf schnellem Server zu Duping-Preis an! 75MrCoolBoy Off-Topic Diskussionen 9 07.02.2010 22:16
Anwendung für mehrere Server entwickeln smilla Software-Design 14 30.12.2009 00:05
exec() auf win 2003 Server geqoo PHP-Fortgeschrittene 9 30.04.2009 21:57
[Erledigt] WAMP unter Windows 2000 Server oder Windows 2003 Server Mecronomecon Server, Hosting und Workstations 3 18.06.2008 09:15
Server für shell_exec() / exec() vorbereiten Martek Server, Hosting und Workstations 2 16.03.2007 15:03
streaming von videos, server lahmt bereits nach einem abruf snowflow Server, Hosting und Workstations 6 30.11.2006 18:04
php5 braucht 4 mal so lange wie php4? CC84 PHP Tipps 2006 4 12.04.2006 09:55
Grundsatz: includes vom anderen Server PHP-Fortgeschrittene 6 09.03.2006 11:56
Frage zu Windows Server 2003 b++ Off-Topic Diskussionen 1 03.03.2006 09:41
[Erledigt] Seit PHP5 - vB sehr Langsam PHP Tipps 2006 3 02.03.2006 10:11
Apache2 und PHP5 Problem Server, Hosting und Workstations 2 09.09.2005 17:14
php4 und php5 gleichzeitig test022 Server, Hosting und Workstations 13 24.08.2005 10:25
Suche Tipps für Persormance-Steigerung (Geld für Nützliches) Beitragsarchiv 18 16.08.2005 10:57

Besucher kamen über folgende Suchanfragen bei Google auf diese Seite
visualsvn server deutsch, visualsvn pid file /server.pid overwritten -- unclean, visualsvn wamp windows, apache did not start ssl_engine_pphrase.c(469): unencrypted rsa private key, visualsvn server php version, virtual host visualsvn, \0x8007042a\ visual svn, visualsvn server received shutdown signal -- shutting down the server., visualsvn server.pid overwritten, visualsvn htaccess, visual svn auf webspace, svnserver \server.pid\, unclean shutdown of previous apache run?, visualsvn wamp, visualsvn pid file unclean shutdown of previous apache run?, \unclean shutdown of previous apache run?\ visual svn server, visualsvn serve install php, visualsvn passphrase, svn server.pid overwritten -- unclean shutdown of previous apache run, php & visualsvn server

Alle Zeitangaben in WEZ +2. Es ist jetzt 23:01 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum