Skip to main content

Making new cPanel module

Comments

1 comment

  • cPanelMichael
    ]Now I'm curious as to how to modify the main apache config file within my module. Is there a way I can do this without having to resort to traditional php file I/O functions (like avoiding fopen() etc)?

    Hello :) There's no API to manage Apache configuration data at this time, so you would have to update your script to manually modify individual files. EX: How to manually edit Apache features Thank you.
    0

Please sign in to leave a comment.