Installationsproblem

1 reply
Sven3004
Sven3004's picture
Joined: 02/28/2010
User offline. Last seen 19 weeks 2 days ago.

Hello

I have installed greensql v. 1.2.2 on a debian 5.0
Thats all fine.
But on the loginpage i see only No input file specified. thats all.

Thanks for the Help

pliqui
pliqui's picture
Joined: 03/02/2010
User offline. Last seen 1 day 23 hours ago.

Yesterday i installed it on Debian 5.0

i moved the /usr/share/greensql-fw to the default apache2 directory /var/www

then i created the follow virtual host appended at the end of http.conf in /etc/apache2 (this is my 1st try installing greensql and in a test machine)

VirtualHost *:80
ServerAdmin webmaster@example.com
ServerName greensql
ServerAlias greesql

# Indexes + Directory Root.
DirectoryIndex index.php
DocumentRoot /var/www/greensql-fw

# Logfiles
ErrorLog /var/www/greensql-fw/logs/error.log
CustomLog /var/www/greensql-fw/logs/access.log combined
VirtualHost

then create a greensql file inside of /etc/apache2/sites-avaliable and paste the same

finally a2ensite greensql, reload apache and worked

Back to top