maarten101 Posted October 8, 2009 Share Posted October 8, 2009 Hello, i have an application running on a LAMP environment. On certain times Apache is very busy and it starts queuing requests. For certain requests and pages this is not a problem, but for other requests (interval bases authentication requests done by a client side Flash application) this is a problem because if these authentication requsts time-out the user is logged out. So what i would like to do is tell apache that als requests from getauth.php should be placed on top of the qeue if there is any above other php page requests of images or audiofile requests. Is this possible? Thank you. Regards Maarten Link to comment https://forums.phpfreaks.com/topic/176933-give-certain-php-page-priority-in-apache/ Share on other sites More sharing options...
trq Posted October 8, 2009 Share Posted October 8, 2009 The only way that would be possible (that I know of) would be to move the resource in question to a virtual host and setup the appropriate config options. This could easily be achieved using a subdomain. Link to comment https://forums.phpfreaks.com/topic/176933-give-certain-php-page-priority-in-apache/#findComment-932949 Share on other sites More sharing options...
maarten101 Posted October 9, 2009 Author Share Posted October 9, 2009 Thorpe, thank you, this is all the info i need. Link to comment https://forums.phpfreaks.com/topic/176933-give-certain-php-page-priority-in-apache/#findComment-933580 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.