Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

PHP & Apache - Hot deploy not working

  • 16-05-2010 11:12am
    #1
    Registered Users, Registered Users 2 Posts: 1,771 ✭✭✭


    Hi guys,

    Having a strange issue developing PHP sites locally running on an apache web server.

    Basically every time I make code changes, I need to restart the apache service manually for the changes to take effect, it doesn't pick up the changes in real time.

    I'm not sure what has changed in the setup, or why this suddenly started happening but if anybody has experienced it, or has any suggestions, I'd love to hear them. I've searched google and found absolutely nothing to help, so any help is appreciated.

    Cheers.


Comments

  • Registered Users, Registered Users 2 Posts: 3,141 ✭✭✭ocallagh


    Apache is probably caching all your requests. Have a look here http://httpd.apache.org/docs/2.1/caching.html

    You may need to look at the following places where the cache instructions can be changed:

    META expire tag in your HTML output
    Apache config file(s)
    .htaccess files
    And also perhaps your php.ini


Advertisement