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
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
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