Welcome Guest. Please Login or Register  


You are here: Index > AMPPS > General Support > Topic : HTTPD-VHOSTS.CONF



Threaded Mode | Print  

 HTTPD-VHOSTS.CONF (2 Replies, Read 2898 times)
baj702
Group: Member
Post Group: Newbie
Posts: 4
Status:
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!
IP: --   

HTTPD-VHOSTS.CONF
baj702
Group: Member
Post Group: Newbie
Posts: 4
Status:
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!
IP: --   

HTTPD-VHOSTS.CONF
baj702
Group: Member
Post Group: Newbie
Posts: 4
Status:
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!
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 18, 2024, 11:35 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.255