For our university course work we were asked to create a GUI for manage(Editing httpd.conf, creating .htaccsess files, creating certificates etc..) the Apache web server. And it must be web based. So we are planning to use PHP. I just want to know is this a can do (entirely with php) or cant do (without using any other native language support)? Thanks…!
Share
There are plenty of web-based admin tools already out there. For example, Webmin springs to mind.
Of course, if you decide to roll your own, PHP has plenty of filesystem support and exec-type features that should allow you to manage any kind of system configuration you like.