Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello
I am a total couch newbie. I have installed it on an Ubuntu 18 VHOST. The installation went fine but when i go to my domain
http://******.com/couch/login.php?redirect=%2F

I get the error below:
Not Found

The requested URL /couch/login.php was not found on this server.
Apache/2.4.29 (Ubuntu) Server at *****.com Port 80

---------
Below is the apache VHOST config setup:
<VirtualHost *:80>
ServerAdmin webmaster@****.com
ServerName *****.com
DocumentRoot /var/www/*****/html/couch

<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>

ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
________________
Any thoughts on what I am doing wrong would be most grateful.

Thank you
After restarting the machine 3 times, the admin login page appeared, which means it works.
Only God knows why.
2 posts Page 1 of 1