Apache config

Discussion in 'Apache' started by Ben H, Nov 20, 2006.

  1. #1
    I have a problem with my apache config file. when i try to run my webpage through apache, it doesnt allow me to carry out add or update sql statements. i know this because its in the error log. is there a way to edit the config file to stop the errors and allow these actions to happen?
     
    Ben H, Nov 20, 2006 IP
  2. IntelliGuy

    IntelliGuy Banned

    Messages:
    42
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you using MySQL? MySQL and Apache do not interact with each other directly. You might be using php and php error messages going to apache error log. If you are getting problems on insert and update only then the sql user might not have write (insert, update) permission on the database. Or check mysql config options in php.ini for errors.
     
    IntelliGuy, Nov 20, 2006 IP