Ich bin mitlerweile am Verzweifeln, seit gestern Morgen 9 Uhr sitze ich schon
fast durchgehend am PC um meine SQL zu starten, eins vor weg.
Ich war so schlau und hatte mir aus langeweile eine Visas Demo installiert, aber
da ich noch Confixx nutze wird sich das wohl nicht vertragen haben .
Wen ich versuche meine SQL zu starten, kommt mir das:
Code: Alles auswählen
dbrand:~# /etc/init.d/mysql start
dbrand:~#
Code: Alles auswählen
dbrand:/# cd etc
dbrand:/etc# cd init.d
dbrand:/etc/init.d# mysql start
bash: mysql: command not found
/etc/apache2/http.conf angeschaut, was mich darin so ein bissl stört ist am Ende das:
Code: Alles auswählen
NameVirtualHost *:80
<VirtualHost _default_:443>
DocumentRoot /usr/local/visas/public_html/
ServerName localhost
ServerAlias www.localhost
php_admin_value open_basedir /usr/local/visas/public_html/ssl/
php_admin_value engine off
IndexOptions
DirectoryIndex index.htm index.html index.shtml start.htm start.html start.shtml index.php index.php3
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
Redirectpermanent /adminlevel https://localhost:22222/adminlevel
Redirectpermanent /domainadminlevel https://localhost:22222/domainadminlevel
Redirectpermanent /serveradminlevel https://localhost:22222/serveradminlevel
Redirectpermanent /mail https://localhost:22222/webmail
Redirectpermanent /webmail https://localhost:22222/webmail
Redirectpermanent /support https://localhost:22222/support
Redirectpermanent /mysql https://localhost:22222/mysql
</VirtualHost>
Code: Alles auswählen
<VirtualHost *:80>
DocumentRoot /usr/local/visas/public_html/
ServerName localhost
ServerAlias www.localhost
php_admin_value open_basedir /usr/local/visas/public_html/ssl/
php_admin_value engine off
SSLEngine off
IndexOptions
DirectoryIndex index.htm index.html index.shtml start.htm start.html start.shtm index.php
Redirectpermanent /adminlevel https://localhost:22222/adminlevel
Redirectpermanent /domainadminlevel https://localhost:22222/domainadminlevel
Redirectpermanent /serveradminlevel https://localhost:22222/serveradminlevel
Redirectpermanent /mail https://localhost:22222/webmail
Redirectpermanent /webmail https://localhost:22222/webmail
Redirectpermanent /support https://localhost:22222/support
Redirectpermanent /mysql https://localhost:22222/mysql
Redirectpermanent /ssl https://localhost/ssl/
</VirtualHost>
Include /usr/local/visas/etc/subdomains.conf
Ich hoffe ihr könnt mir weiterhelfen!!!!