Jump to content

Problem In Switching Administrator Account And Default Manager


suci91

Recommended Posts

  • 5 months later...

I have a Prod and a Dev server, my dev server switching works fine between default and admin in revive, on my prod server this requires a page refresh like the OP to force the user account change.

 

The difference between the two servers is mod_expires (apache module) is configured on the production server to help with client caching, i think this is the primary candidate to start looking at to see if its interfering with the revive pages.

 

I'll be updating my sight in the next few days so will comment out the suspected mod and see if revive behaves properly.

 

The other difference between the servers is prod is running mod_deflate to compress content on the fly.

Link to comment
Share on other sites

My suspicion was correct im my case mod_expires was causing the client to cache the pages instead of refreshing them on user switch.

 

To get around this i have created an .htaccess file in the revive directory with "ExpiresActive Off"

 

Add to your virtual host config

        <Directory var/www/adserver>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride Indexes
            Order allow,deny
            allow from all
        </Directory>
 
restart apache and test.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...