Ok, das habe ich geändert.
Stand halt noch im Wiki anders, hier halt auch und deshalb hatte ich das noch stehen.
Jetzt kommt folgende "Fehlermeldung"
Rich (BBCode):
Datennutte> /opt/etc/init.d/S80apache restart
[Sun Nov 15 21:29:41 2009] [warn] module php5_module is already loaded, skipping
httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.0.100 for ServerName
Aber denke das ist nicht so schlimm, beim ServerName könnte ich ja alles hinschreiben, oder?
Und wenn ich die Prozesse auslese kommt nun folgendes
Rich (BBCode):
Datennutte> ps | grep httpd
3489 root 8164 S /opt/sbin/httpd -k restart
3656 root 676 S /usr/syno/sbin/lighttpd -f /usr/syno/etc.defaults/dms
3740 root 2856 S /usr/syno/apache/bin/httpd -DSSL -f /usr/syno/apache/
3800 root 2560 S /usr/syno/apache/bin/httpd -DSSL -f /usr/syno/apache/
3802 root 7032 S /usr/syno/apache/bin/httpd -DSSL
3833 nobody 5144 S /usr/syno/apache/bin/httpd -DSSL
3834 nobody 5124 S /usr/syno/apache/bin/httpd -DSSL
3835 nobody 5124 S /usr/syno/apache/bin/httpd -DSSL
3861 root 2820 S /usr/syno/apache/bin/httpd -DSSL -f /usr/syno/apache/
3862 root 2908 S /usr/syno/apache/bin/httpd -DSSL -f /usr/syno/apache/
3863 root 2632 S /usr/syno/apache/bin/httpd -DSSL -f /usr/syno/apache/
3884 root 2512 S /usr/syno/apache/bin/httpd -DSSL -f /usr/syno/apache/
3923 nobody 3576 S /opt/sbin/httpd -k restart
3924 nobody 4396 S /opt/sbin/httpd -k restart
3925 nobody 4404 S /opt/sbin/httpd -k restart
3932 nobody 4400 S /opt/sbin/httpd -k restart
4009 root 248 R grep httpd
Denke das die sbin alles der neue apache ist und die syno die vom webservice.
An der /opt/etc/php.ini habe ich den Port eingetragen der im Wiki stand.
Dann habe ich, wie im Wiki steht, von phpMyAdmin die aktuelle Version runtergeladen und laut Wiki eingerichtet.
Nun habe ich aber keinerlei Zugriff auf phpMyAdmin.
Keine Kombination funktioniert (Syn Login, root ohen pw und nichts).
Leider funktioniert die Hauseigene phpMyAdmin-3.2.0.1-004.spk nicht
Oder gibt es eine funktionierende?
Und dann, sollte das phpMyAdmin mal funktionieren, welche mysql nutzt er?
Die die schon dabei ist, was ja sinnvoller wäre, oder die nachinstallierte?
Und wenn, wie kann man dies umstellen?
EDIT:
Ok, ich habs jetzt glaube soweit zum laufen gebracht.
Habe nun phpMyAdmin-2.11.9.6-all-languages drauf mit PW auf den localhost root.
1. Nun steht aber noch die obrige Fehlermeldung, kann ich die missachten oder ist das wichtig?
2. Wo sehe ich welche mysql er benutzt? Also die von der DS oder die nachinstallierte?
3. Kann ich die ganzen sachen für den anderen apache, da wo torrentflux laufen soll, nun auch im normalen Web Verzeichnis (Webstation) packen wo auch das phpMyAdmin liegt?
Oder funktioniert das dann nicht? Könnte doch den DocumentRoot auf "web" umlegen, wenn ich richtig bin, oder überschneidet sich das dann mit dem anderen apache der DS?
So, waren denke erstmal alle offenen Fragen
Sry dafür, aber bin da echt nicht bewandert drin.... ^^
EDIT2:
Ich glaube so langsam kann ich mir die Frage Nr. 3 selbst beantworten, denke ich.
Der Torrentflux ist im Web Verzeichnis (DS).
Zwar "läuft" dieser dort, aber er zeigt mir dieses beim "Python Path" an
Rich (BBCode):
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/bin/python) is not within the allowed path(s): (/usr/syno/synoman:/etc:/var/run:/tmp:/var/spool/php:/volume1/@tmp/php:/var/services/web:/var/services/photo:/var/services/blog:/var/services/homes:/var/packages/MailStation/target/roundcubemail) in /volume1/web/torrentflux/settingsfunctions.php on line 191
Warning: shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode in /volume1/web/torrentflux/settingsfunctions.php on line 197
[Path is not Valid]
Path is not Valid
und bei "loadavg Path" dieses
Rich (BBCode):
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/proc/loadavg) is not within the allowed path(s): (/usr/syno/synoman:/etc:/var/run:/tmp:/var/spool/php:/volume1/@tmp/php:/var/services/web:/var/services/photo:/var/services/blog:/var/services/homes:/var/packages/MailStation/target/roundcubemail) in /volume1/web/torrentflux/settingsfunctions.php on line 191
Warning: shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode in /volume1/web/torrentflux/settingsfunctions.php on line 197
[Path is not Valid]
Path is not Valid
Den Python Path habe ich gesucht, aber nicht gefunden.
Keine Ahnung wo der sich versteckt
Installiert ist es über ipkg.
In der /opt/etc/php.ini habe ich dann noch "open_basedir =" angepasst und "/usr/bin/python" eingetragen, aber bringt auch nichts, stand hier im Forum (aus 2007).