Softaculous


Topic : HTTPD-VHOSTS.CONF


Posted By: baj702 on October 26, 2015, 5:24 am
I have AMPPS installed on Ubuntu with two apps (tinyrss & wallabag). Everything works great, almost: the login session for wallabag is not remembered. It's a known issue and there is a workaround:


Then, using apache add: php_admin_value session.save_path /var/lib/wallabag-sessions to your apache vhost, for instance wallabag-apache.conf
Finally, restart apache, for instance like this : /etc/init.d/apache2 restart

So, the two PHP apps (tinyrss & wallabag) are colliding over a global variable that determines login session time, and when the timer is up, all session data is deleted for any and all apps. The solution is to save the session data for each app in it's own place.

The HTTPD-VHOSTS.CONF file is empty with a message that says it's generated by AMPPS.

I'm not sure where to put the command: php_admin_value session.save_path /...

Should I have a vhost for each app?

Any help would be great!

Posted By: baj702 on October 26, 2015, 5:50 pm | Post: 1
Quote From : baj702 October 26, 2015, 5:24 am
I have AMPPS installed on Ubuntu with two apps (tinyrss & wallabag). Everything works great, almost: the login session for wallabag is not remembered. It's a known issue and there is a workaround:

Quote
"Then, using apache add: php_admin_value session.save_path /var/lib/wallabag-              sessions to your apache vhost, for instance wallabag-apache.conf
Finally, restart apache, for instance like this : /etc/init.d/apache2 restart"


So, the two PHP apps (tinyrss & wallabag) are colliding over a global variable that determines login session time, and when the timer is up, all session data is deleted for any and all apps. The solution is to save the session data for each app in it's own place.

The HTTPD-VHOSTS.CONF file is empty with a message that says it's generated by AMPPS.

I'm not sure where to put the command: php_admin_value session.save_path /...

Should I have a vhost for each app?

Any help would be great!

Posted By: baj702 on October 26, 2015, 5:51 pm | Post: 2
Quote From : baj702 October 26, 2015, 5:50 pm
Quote From : baj702 October 26, 2015, 5:24 am
I have AMPPS installed on Ubuntu with two apps (tinyrss & wallabag). Everything works great, almost: the login session for wallabag is not remembered. It's a known issue and there is a workaround:

Quote
"Then, using apache add: php_admin_value session.save_path /var/lib/wallabag-          sessions to your apache vhost, for instance wallabag-apache.conf
Finally, restart apache, for instance like this : /etc/init.d/apache2 restart"


So, the two PHP apps (tinyrss & wallabag) are colliding over a global variable that determines login session time, and when the timer is up, all session data is deleted for any and all apps. The solution is to save the session data for each app in it's own place.

The HTTPD-VHOSTS.CONF file is empty with a message that says it's generated by AMPPS.

I'm not sure where to put the command: php_admin_value session.save_path /...

Should I have a vhost for each app?

Any help would be great!

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.