martvefun 0 Report post Posted March 6, 2010 Hello,First of all sorry if it isn't the best place to post about server issues but it's best I've found.I used to have a single django site on my apache server (on archlinux) but now I want to give a try to drupal and then installed it on my local machine.I search a bit about having more than a website on apache, and I understand I should do something like that in my /etc/http/conf/http.conf : ...<VirtualHost *:80> ServerName djangoWebsite.com WSGIDaemonProcess mart.localhost user=mart group=users processes=2 threads=25 WSGIProcessGroup mart.localhost LogLevel debug Alias /dmedia /usr/share/django/martfiles/media/ <Directory /usr/share/django/martfiles/> Order allow,deny Allow from all </Directory> WSGIScriptAlias / /usr/share/django/martfiles/django.wsgi</VirtualHost><VirtualHost *:80> ServerName drupalWebsite.com DocumentRoot /srv/http/drupal <Directory /srv/http/drupal> Options FollowSymLinks MultiViews Order allow,deny allow from all </Directory></VirtualHost>... So I can access to my main website with djangowebsite.com and the drupal folder with drupalwebsite.comDuring the configuration of drupal, I'm blocked at the Database configurationYour web server does not appear to support any common database types. Check with your hosting provider to see if they offer any databases that Drupal supports.I had already mysql, postgresql and sqlite installed but as it didn't seems to be enough, I installed also phpmyadminI tried to access to phpmyadmin with LOCALHOST/phpmyadmin but I arrived on the error page of my django website as this page doesn't existIt seems that LOCALHOST/, http://forums.xisto.com/no_longer_exists/ and https://go2people-websites.nl/ are the same domainHow can I resolv it ? and how can I access to phpmyadmin (and finish the configuration of drupal)Thank you Share this post Link to post Share on other sites
martvefun 0 Report post Posted March 7, 2010 ok I solved itI forgot to do some configuration during the installation of phpmyadminRTFM martin :angel: Share this post Link to post Share on other sites